rpms/barcode/devel barcode.spec,1.5,1.6

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Sun Feb 5 15:31:21 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/barcode/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29221

Modified Files:
	barcode.spec 
Log Message:
* Sun Feb 05 2006 Andreas Thienemann <andreas at bawue.net> 0.98-8
- Enabled --excludedocs install



Index: barcode.spec
===================================================================
RCS file: /cvs/extras/rpms/barcode/devel/barcode.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- barcode.spec	15 Jul 2005 18:41:07 -0000	1.5
+++ barcode.spec	5 Feb 2006 15:31:21 -0000	1.6
@@ -1,7 +1,7 @@
 Summary: generates barcodes from text strings
 Name: barcode
 Version: 0.98
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPL
 Group: Applications/Text
 Source0: ftp://ftp.gnu.org/gnu/barcode/barcode-0.98.tar.gz
@@ -46,11 +46,11 @@
 rm -rf %{buildroot}
 
 %post
-/sbin/install-info %{_infodir}/barcode.info.gz %{_infodir}/dir
+/sbin/install-info %{_infodir}/barcode.info.gz %{_infodir}/dir || :
 
 %preun
 if [ $1 = 0 ]; then
-    /sbin/install-info --delete %{_infodir}/barcode.info.gz %{_infodir}/dir
+    /sbin/install-info --delete %{_infodir}/barcode.info.gz %{_infodir}/dir || :
 fi
 
 %files
@@ -67,6 +67,9 @@
 %{_mandir}/man3/barcode.3.gz
 
 %changelog
+* Sun Feb 05 2006 Andreas Thienemann <andreas at bawue.net> 0.98-8
+- Enabled --excludedocs install
+
 * Thu Jul 15 2005 Andreas Thienemann <andreas at bawue.net> 0.98-7
 - Switched off threaded make, as it's causing problems when rebuilding
   the documentation




More information about the scm-commits mailing list