Name: tile Version: 0.8.4.0 Release: 1mamba Summary: An improved themeing engine for Tk Group: Development/Libraries Vendor: openmamba Distribution: openmamba Packager: Stefano Cotta Ramusino URL: http://tktable.sourceforge.net/tile Source: http://downloads.sourceforge.net/tktable/tile-%{version}.tar.gz License: BSD Requires: libtcl Requires: libtk BuildRequires: libtk-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The Tile Widget Set is a next-generation re-implementation of many of the core Tk widgets, along with the addition of several new widgets. With Tile, Tk applications can achieve an appearance much closer to native platform widgets, as well as take advantage of a modern, highly dynamic theme engine to produce a wide variety of alternative user interface styles. Tile widgets complement the existing Tk widgets, and Tile is currently being incorporated directly into Tk. %package devel Summary: Static libraries and headers for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version} %description devel The Tile Widget Set is a next-generation re-implementation of many of the core Tk widgets, along with the addition of several new widgets. With Tile, Tk applications can achieve an appearance much closer to native platform widgets, as well as take advantage of a modern, highly dynamic theme engine to produce a wide variety of alternative user interface styles. Tile widgets complement the existing Tk widgets, and Tile is currently being incorporated directly into Tk. This package contains static libraries and header files need for development. %prep %setup -q %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall ## install man pages #pushd doc #for manfile in *.[n3]; do # mv -f $manfile ttk_$manfile # gzip ttk_$manfile # num=$(echo $manfile | sed "s/.*\.\(.\)/\1/") # install -D -m 644 ttk_$manfile.gz \ # %{buildroot}%{_mandir}/man$num/ttk_$manfile.gz #done #popd %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_libdir}/%{name}%{version} #%{_mandir}/mann/ttk_* #%{_mandir}/man3/ttk_* %doc ANNOUNCE.txt ChangeLog license.terms README.txt %files devel %defattr(-,root,root,-) %{_includedir}/*.h %{_libdir}/*.a %doc doc/html demos doc/converting.txt %changelog * Sat Dec 04 2010 Automatic Build System 0.8.4.0-1mamba - automatic update by autodist * Tue Mar 16 2010 Silvan Calarco 0.8.2-2mamba - removed man pages installation, conflicting with expect 8.5 * Wed Dec 10 2008 Silvan Calarco 0.8.2-1mamba - update to 0.8.2 * Sun Apr 22 2007 Stefano Cotta Ramusino 0.7.8-1mamba - package created by autospec