SPECS: slib.spec - updated to 3a5 - updated info patch to use guil...

qboosh qboosh at pld-linux.org
Sun Dec 16 16:00:02 CET 2007


Author: qboosh                       Date: Sun Dec 16 15:00:02 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 3a5
- updated info patch to use guile-specific dircategory
- fixed License information, include COPYING
- restored proper post, no longer fails

---- Files affected:
SPECS:
   slib.spec (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: SPECS/slib.spec
diff -u SPECS/slib.spec:1.33 SPECS/slib.spec:1.34
--- SPECS/slib.spec:1.33	Mon Feb 12 23:09:15 2007
+++ SPECS/slib.spec	Sun Dec 16 15:59:57 2007
@@ -2,12 +2,12 @@
 Summary:	Scheme library
 Summary(pl.UTF-8):	Biblioteka Scheme
 Name:		slib
-Version:	3a4
+Version:	3a5
 Release:	1
-License:	GPL
+License:	distributable (BSD and Public Domain parts)
 Group:		Development/Languages/Scheme
 Source0:	ftp://ftp-swiss.ai.mit.edu/pub/scm/%{name}%{version}.tar.gz
-# Source0-md5:	87bc0b62370c0bf8a510a2acf6868eb9
+# Source0-md5:	eaa9be13722c5e16879bd33e0763246f
 Patch0:		%{name}-info.patch
 URL:		http://www-swiss.ai.mit.edu/~jaffer/SLIB.html
 BuildRequires:	texinfo
@@ -52,12 +52,11 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-# note: using "(use-modules (ice-9 slib))" in -c here fails
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 umask 022
 rm -f %{_datadir}/guile/slibcat
-/usr/bin/guile -l %{_datadir}/guile/slib/guile.init -c "(require 'new-catalog)"
+/usr/bin/guile -l %{_datadir}/guile/slib/guile.init -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
 
 %preun
 if [ "$1" = "0" ]; then
@@ -69,7 +68,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc ANNOUNCE ChangeLog FAQ README *.init
+%doc ANNOUNCE COPYING ChangeLog FAQ README *.init
 %attr(755,root,root) %{_bindir}/slib
 %{_datadir}/guile/slib
 %{_mandir}/man1/slib.1*
@@ -81,6 +80,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2007-12-16 14:59:57  qboosh
+- updated to 3a5
+- updated info patch to use guile-specific dircategory
+- fixed License information, include COPYING
+- restored proper post, no longer fails
+
 Revision 1.33  2007-02-12 22:09:15  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/slib.spec?r1=1.33&r2=1.34&f=u



More information about the pld-cvs-commit mailing list