SPECS: g-wrap.spec - updated to 1.9.8 - updated info, glib2 patches...

qboosh qboosh at pld-linux.org
Sat May 26 10:57:28 CEST 2007


Author: qboosh                       Date: Sat May 26 08:57:28 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.9.8
- updated info,glib2 patches, added srfi patch

---- Files affected:
SPECS:
   g-wrap.spec (1.51 -> 1.52) 

---- Diffs:

================================================================
Index: SPECS/g-wrap.spec
diff -u SPECS/g-wrap.spec:1.51 SPECS/g-wrap.spec:1.52
--- SPECS/g-wrap.spec:1.51	Tue Feb 13 08:16:44 2007
+++ SPECS/g-wrap.spec	Sat May 26 10:57:22 2007
@@ -3,18 +3,19 @@
 Summary(pl.UTF-8):	Narzędzie do eksportowania bibliotek C do interpreterów Scheme
 Summary(pt_BR.UTF-8):	Um utilitário para geração automática de código para exportar bibliotecas C para guile scheme e rscheme
 Name:		g-wrap
-Version:	1.9.7
+Version:	1.9.8
 Release:	1
 Epoch:		2
 License:	LGPL
 Group:		Libraries
 Source0:	http://download.savannah.gnu.org/releases/g-wrap/%{name}-%{version}.tar.gz
-# Source0-md5:	4e980fd3f464d53ecee12184569c32bf
+# Source0-md5:	b6deb04db3e1008f7d1db4ab7df594b2
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-glib2.patch
+Patch2:		%{name}-srfi.patch
 URL:		http://www.nongnu.org/g-wrap/
 BuildRequires:	autoconf >= 2.50
-BuildRequires:	automake
+BuildRequires:	automake >= 1.5
 BuildRequires:	glib2-devel >= 2.0
 BuildRequires:	guile-devel >= 5:1.8
 BuildRequires:	libffi-devel
@@ -76,6 +77,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -93,7 +95,12 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+# disappeared from g-wrap sources, but not present in guile 1.8.1
+install -D lib/srfi/srfi-35.scm $RPM_BUILD_ROOT%{_datadir}/guile/site/srfi/srfi-35.scm
+
 rm -f $RPM_BUILD_ROOT%{_libdir}/g-wrap/modules/libgw-*.{a,la}
+# example module, API not exported
+rm -f $RPM_BUILD_ROOT%{_libdir}/lib*miscutils*.{a,la}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -112,6 +119,8 @@
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
 %attr(755,root,root) %{_libdir}/libgwrap-core-runtime.so.*.*.*
 %attr(755,root,root) %{_libdir}/libgwrap-guile-runtime.so.*.*.*
+%attr(755,root,root) %{_libdir}/libgw-guile-miscutils.so.*.*.*
+%attr(755,root,root) %{_libdir}/libmiscutils.so.*.*.*
 %dir %{_libdir}/g-wrap
 %dir %{_libdir}/g-wrap/modules
 %attr(755,root,root) %{_libdir}/g-wrap/modules/libgw-guile-gw-glib.so*
@@ -120,7 +129,6 @@
 %dir %{_datadir}/guile/site
 %{_datadir}/guile/site/g-wrap
 %dir %{_datadir}/guile/site/srfi
-# srfi-34.scm already in recent guile
 %{_datadir}/guile/site/srfi/srfi-35.scm
 %{_datadir}/guile/site/g-wrap.scm
 %{_infodir}/g-wrap.info*
@@ -148,6 +156,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.52  2007/05/26 08:57:22  qboosh
+- updated to 1.9.8
+- updated info,glib2 patches, added srfi patch
+
 Revision 1.51  2007/02/13 07:16:44  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/g-wrap.spec?r1=1.51&r2=1.52&f=u



More information about the pld-cvs-commit mailing list