Summary: a repository of useful modules for Guile Scheme Name: guile-lib Version: 0.1.3 Release: 1sgt Group: Development/Libraries License: GPL Requires: guile BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/ldconfig Source: http://download.gna.org/guile-lib/guile-lib-%{version}.tar.gz BuildPrereq: guile-devel %description Guile-Lib is intended as an accumulation place for pure-scheme Guile modules, allowing for people to cooperate integrating their generic Guile modules into a coherent library. Think "a down-scaled, limited-scope CPAN for Guile". %prep %setup -q %build %configure --prefix=/usr make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean #rm -rf %{buildroot} %post %postun %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog INSTALL NEWS README %{_datadir}/guile/site/* %{_datadir}/info/guile-library.info.gz %changelog * Tue May 29 2007 Steve Tell - 0.1.3-1sgt - Create for 0.1.3