Summary: Miscellaneous extensions to GGI (General Graphics Interface) Name: libggimisc Version: 2.2.2 Release: 1 Group: System Environment/Libraries Source0: ftp://ftp.ggi-project.org/pub/ggi/%name-%{version}.tar.gz URL: http://www.ggi-project.org/ License: LGPL BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libggi-devel %description Miscellaneous extensions to GGI (General Graphics Interface) which can't logically grouped with other extensions to GGI. %package devel Summary: Headers and libraries for developing apps which will use libggimisc. Group: Development/Libraries Requires: %{name} = %{version} %description devel Headers and libraries for developing apps which will use libggimisc. %prep %setup -q %build %configure gmake %install [ -e "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %makeinstall %clean [ -e "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc ChangeLog README TODO doc/ggimisc.txt doc/retrace.txt doc/docbook/*.sgml %config %{_sysconfdir}/ggi/* %{_libdir}/*.so.* %{_libdir}/ggi/* %files devel %defattr(-,root,root) %doc ChangeLog %{_libdir}/*.la %{_libdir}/*.so %{_includedir}/ggi/* %{_mandir}/man3/* %{_mandir}/man9/* %changelog * Sat Aug 25 2001 Christoph Egger - added missing man9 files * Tue Aug 21 2001 Thayne Harbaugh - initial libggimisc.spec