%define libname libnewt Name: newt Version: 0.52.12 Release: 2mamba Summary: A development library for text mode user interfaces Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: ftp://fedorahosted.org/newt Source: https://fedorahosted.org/releases/n/e/newt/newt-%{version}.tar.gz Patch0: %{name}-0.51.6-pydir.patch Patch1: %{name}-0.51.6-if1close.patch License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libpopt-devel BuildRequires: libslang-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Newt is a programming library for color text mode, widget based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. This package contains a /usr/bin/dialog replacement called whiptail. Newt is based on the slang library. %package -n %{libname} Summary: Newt windowing toolkit development files library Group: System/Libraries %description -n %{libname} Newt is a programming library for color text mode, widget based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. This package contains the shared library needed by programs built with newt. Newt is based on the slang library. %package -n %{libname}-devel Summary: Newt windowing toolkit development files Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description -n %{libname}-devel Newt is a development library for text mode user interfaces. Newt is based on the slang library. This package contains the header files and libraries necessary for developing applications which use newt. %package -n python-%{name} Summary: Python bindings for GNU parted for newt windowing toolkit Group: Development/Libraries/Python Requires: %{libname} = %{version}, python >= 2.3.4 %description -n python-%{name} Newt is a programming library for color text mode, widget based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. This module contains Python bindings for the newt library. %prep %setup -q #%patch0 -p1 -b .pydir %patch1 -p1 -b .if1close %build %configure %make LIBTCL="-ltcl8.5" \ %if "%{_host}" != "%{_build}" LIBS="-lslang -ldl -lm" %endif chmod 0644 peanuts.py popcorn.py %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" make install instroot=%{buildroot} %find_lang %{name} rm -f %{buildroot}%{_libdir}/python/site-packages/*.so rm -f %{buildroot}%{_libdir}/python/site-packages/*.py rm -f %{buildroot}%{_libdir}/python2.4/site-packages/*.so rm -f %{buildroot}%{_libdir}/python2.4/site-packages/*.py %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/whiptail %{_mandir}/man1/whiptail.1* %doc CHANGES COPYING %files -n %{libname} -f %{name}.lang %defattr(-,root,root) %{_libdir}/*.so.* %files -n %{libname}-devel %defattr(-,root,root) %{_includedir}/%{name}.h %{_libdir}/%{libname}.a %{_libdir}/%{libname}.so %{_libdir}/pkgconfig/libnewt.pc %if "%{_host}" == "%{_build}" %{_libdir}/whiptcl.so %endif %doc tutorial.sgml peanuts.py popcorn.py %files -n python-newt %defattr(-,root,root) %{python_sitearch}/*.so %{python_sitearch}/*.py %changelog * Wed Dec 01 2010 Silvan Calarco 0.52.12-2mamba - move whiptcl.so to devel package * Mon Aug 09 2010 Automatic Build System 0.52.12-1mamba - automatic update by autodist * Thu May 27 2010 Silvan Calarco 0.52.11-2mamba - rebuilt against libtcl 8.5 * Fri Jan 15 2010 Automatic Build System 0.52.11-1mamba - automatic update by autodist * Sun Jul 12 2009 Silvan Calarco 0.52.10-1mamba - update to 0.52.10 * Fri Jul 25 2008 Silvan Calarco 0.51.6-3mamba - specfile updated * Mon Feb 27 2006 Stefano Cotta Ramusino 0.51.6-2qilnx - added missing build requirement - fixed subpackage python-newt group * Thu Jun 30 2005 Davide Madrisan 0.51.6-1qilnx - update to version 0.51.6 by autospec - new package python-newt * Thu Apr 27 2003 Silvan Calarco 1.20.1-2qilnx - fixed inclusion mask of /usr/lib/libnewt.so.* * Thu Apr 24 2003 Alessandro Ramazzina 1.20.1-1qilnx - Creation of newt package