rpms/slib/devel slib-3a5-guile.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 slib.spec, 1.14, 1.15 sources, 1.4, 1.5 slib-3a4-guile.patch, 1.1, NONE

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Wed Jan 9 16:04:46 UTC 2008


Author: mlichvar

Update of /cvs/pkgs/rpms/slib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11858

Modified Files:
	.cvsignore slib.spec sources 
Added Files:
	slib-3a5-guile.patch 
Removed Files:
	slib-3a4-guile.patch 
Log Message:
- update to 3a5
- replace slib paths only in .init files


slib-3a5-guile.patch:

--- NEW FILE slib-3a5-guile.patch ---
diff -up slib/guile.init.guile slib/guile.init
--- slib/guile.init.guile	2008-01-09 15:14:34.000000000 +0100
+++ slib/guile.init	2008-01-09 15:18:13.000000000 +0100
@@ -43,13 +43,13 @@
 ;;; (implementation-vicinity) should be defined to be the pathname of
 ;;; the directory where any auxillary files to your Scheme
 ;;; implementation reside.
-;; (define implementation-vicinity
-;;   (let* ((path (or (%search-load-path "ice-9/q.scm")
-;;		   (error "Could not find ice-9/q.scm in " %load-path)))
-;;	 (vic (substring path 0 (- (string-length path) 11))))
-;;     (lambda () vic)))
-;;; Rob Browning says %site-dir exists since Guile-1.6
-(define implementation-vicinity %site-dir)
+ (define implementation-vicinity
+   (let* ((path (or (%search-load-path "slib/qp.scm")
+		   (error "Could not find slib/qp.scm in " %load-path)))
+	 (vic (substring path 0 (- (string-length path) 11))))
+     (lambda () vic)))
+; Rob Browning says %site-dir exists since Guile-1.6
+;;(define implementation-vicinity %site-dir)
 
 ;;; (library-vicinity) should be defined to be the pathname of the
 ;;; directory where files of Scheme library functions reside.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/slib/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	23 Jan 2007 13:50:17 -0000	1.4
+++ .cvsignore	9 Jan 2008 16:04:06 -0000	1.5
@@ -1 +1 @@
-slib3a4.zip
+slib3a5.zip


Index: slib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/slib/devel/slib.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- slib.spec	22 Jun 2007 08:57:08 -0000	1.14
+++ slib.spec	9 Jan 2008 16:04:06 -0000	1.15
@@ -1,12 +1,12 @@
 Summary:      Platform independent library for scheme
 Name:         slib
-Version:      3a4
-Release:      2%{?dist}
+Version:      3a5
+Release:      1%{?dist}
 License:      SLIB
 Group:        Development/Languages
 BuildArch:    noarch
 Source0:      ftp://swissnet.ai.mit.edu/pub/scm/slib%{version}.zip
-Patch1:       slib-3a4-guile.patch
+Patch1:       slib-3a5-guile.patch
 URL:          http://swissnet.ai.mit.edu/~jaffer/SLIB.html
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/install-info
@@ -23,12 +23,7 @@
 %prep
 %setup -q -n %{name}
 %patch1 -p1 -b .guile
-for i in *; do
-  sed -e "s,/usr/local/lib,%{_datadir},g" \
-      -e "s,/usr/lib,%{_datadir},g" \
-      -e "s,/usr/local,/usr,g" < "${i}" > "${i}.tmp"
-  mv "${i}.tmp" "${i}"
-done
+sed -r -i "s,/usr/(local/)?lib/slib,%{_datadir}/slib,g" *.init
 
 %build
 
@@ -60,6 +55,10 @@
 %{_infodir}/slib.*
 
 %changelog
+* Wed Jan 09 2008 Miroslav Lichvar <mlichvar at redhat.com> 3a5-1
+- update to 3a5
+- replace slib paths only in .init files
+
 * Fri Jun 22 2007 Miroslav Lichvar <mlichvar at redhat.com> 3a4-2
 - fix summary and buildroot (#226421)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/slib/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	23 Jan 2007 13:50:17 -0000	1.4
+++ sources	9 Jan 2008 16:04:06 -0000	1.5
@@ -1 +1 @@
-b0df4089264fd248c9c4f6d2e074b9f6  slib3a4.zip
+39274e6de82af2c97bdfc6c4cc125fb0  slib3a5.zip


--- slib-3a4-guile.patch DELETED ---




More information about the fedora-extras-commits mailing list