Name: guile-cairo Version: 1.4.0 Release: 1 Summary: Bindings for using the Cairo graphics library from Guile Scheme Group: Development/Libraries License: GPL URL: http://download.gna.org/guile-cairo/ Source0: guile-cairo-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: guile-devel cairo-devel Requires: guile cairo %description Guile-Cairo wraps the Cairo graphics library for use from Guile Scheme. Guile-Cairo wraps almost all of Cairo's procedures. Notable exceptions include functions that read or write from streams instead of files and raw access to image data. Guile-Cairo wraps all of Cairo's types. %package devel Summary: Include files and libraries for guile-cairo development Group: Development/Libraries Requires: guile-cairo = %{version} guile-devel cairo-devel %description devel Guile-cairo-devel contains development libraries and headers for guile-cairo. You should install guile-cairo-devel if you need to compile programs that call cairo from both guile and C, or if you are building guile bindings for C APIs that also incorporate cairo. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_libdir}/*.so.*.*.* %{_libdir}/*.so %{_datadir}/guile/site/* %doc README COPYING NEWS AUTHORS %doc %{_infodir}/guile-caro.info.gz %files devel %defattr(-,root,root,-) %{_libdir}/*.la %{_libdir}/pkgconfig/* %{_includedir}/* %doc TODO %changelog * Sun Jul 29 2007 Steve Tell - 1.4.0-1 - Update for 1.4.0 * Mon Jun 11 2007 Steve Tell - 1.3.91-3 - clean up in attempt to meet fedora packaging guidelines * Thu Jun 7 2007 Steve Tell - 1.3.91-2 - update for 1.3.91 * Wed May 30 2007 Steve Tell - 1.3.90-1sgt - create for guile-cairo-1.3.90