devel/gmp gmp.spec,1.39,1.40

Florian La Roche (laroche) fedora-extras-commits at redhat.com
Thu Jul 5 10:00:12 UTC 2007


Author: laroche

Update of /cvs/extras/devel/gmp
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21426

Modified Files:
	gmp.spec 
Log Message:
- allow excludedocs to work



Index: gmp.spec
===================================================================
RCS file: /cvs/extras/devel/gmp/gmp.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- gmp.spec	24 Apr 2007 14:52:51 -0000	1.39
+++ gmp.spec	5 Jul 2007 09:59:37 -0000	1.40
@@ -9,7 +9,7 @@
 Summary: A GNU arbitrary precision library
 Name: gmp
 Version: 4.1.4
-Release: 12.3
+Release: 13
 URL: http://www.swox.com/gmp/
 Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
 Source1: http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
@@ -175,11 +175,13 @@
 
 %post devel
 /sbin/install-info %{_infodir}/gmp.info.gz %{_infodir}/dir
+exit 0
 
 %preun devel
 if [ "$1" = 0 ]; then
     /sbin/install-info --delete %{_infodir}/gmp.info.gz %{_infodir}/dir
 fi
+exit 0
 
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
@@ -208,6 +210,9 @@
 %{_infodir}/mpfr.info*
 
 %changelog
+* Thu Jul 05 2007 Florian La Roche <laroche at redhat.com> 4.1.4-13
+- don't fail scripts to e.g. allow excludedocs installs
+
 * Tue Apr 24 2007 Karsten Hopp <karsten at redhat.com> 4.1.4-12.3
 - fix library permissions
 




More information about the scm-commits mailing list