# $Id$ # Authority: dag Summary: Font selection widget Name: fontsel Version: 0.5.0 Release: 0.2 License: GPL Group: Applications/Multimedia URL: ??? Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description A font selection widget for Gtk+ toolkit %package devel Summary: Header files, libraries and development documentation for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the header files, static libraries and development documentation for %{name}. If you like to develop programs using %{name}, you will need to install %{name}-devel. %prep %setup %configure \ --with-gnu-ld %build %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall %clean %{__rm} -rf %{buildroot} %post /sbin/ldconfig 2>/dev/null %postun /sbin/ldconfig 2>/dev/null %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING INSTALL NEWS README README* %{_bindir}/* %{_libdir}/*.so.* %files devel %defattr(-, root, root, 0755) %{_libdir}/*.a %{_libdir}/*.so %{_includedir}/*.h %changelog * Sat Apr 08 2006 Dries Verachtert - 0.5.0-0.2 - Rebuild for Fedora Core 5. * Wed Feb 25 2004 Dag Wieers - 0.5.0-0 - initial package. (using DAR)