rpms/gauche/devel gauche.spec,1.11,1.12

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Mon Apr 14 19:30:11 UTC 2008


Author: gemi

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

Modified Files:
	gauche.spec 
Log Message:
set correct path to slib


Index: gauche.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gauche/devel/gauche.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gauche.spec	14 Feb 2008 12:20:44 -0000	1.11
+++ gauche.spec	14 Apr 2008 19:29:18 -0000	1.12
@@ -1,6 +1,6 @@
 Name:		gauche
 Version:	0.8.13
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Scheme script interpreter with multibyte character handling
 
 Group:		Development/Languages
@@ -13,6 +13,7 @@
 BuildRequires:	texinfo
 Requires(post):	/sbin/install-info, /sbin/ldconfig
 Requires(postun): /sbin/install-info, /sbin/ldconfig
+Requires:       slib
 ExcludeArch:    ppc64
 
 
@@ -38,7 +39,7 @@
 
 
 %build
-%configure --with-rpath=no --enable-threads=pthreads --enable-multibyte=utf-8
+%configure --with-rpath=no --enable-threads=pthreads --enable-multibyte=utf-8 --with-slib=%{_datadir}/slib
 perl -pi -e "s|POSTINSTALL = TARGETLIB=|POSTINSTALL = TARGETLIB=$RPM_BUILD_ROOT/|" src/Makefile
 %ifarch i386 i586 i686
 LD_LIBRARY_PATH=`pwd`/src make OPTFLAGS="-fomit-frame-pointer"
@@ -122,6 +123,9 @@
 
 
 %changelog
+* Mon Apr 14 2008 Gerard Milmeister <gemi at bluewin.ch> - 0.8.13-2
+- set correct path to slib
+
 * Thu Feb 14 2008 Gerard Milmeister <gemi at bluewin.ch> - 0.8.13-1
 - new release 0.8.13
 




More information about the fedora-extras-commits mailing list