diff --git a/barcode.spec b/barcode.spec index d3da3b3..57dacc7 100644 --- a/barcode.spec +++ b/barcode.spec @@ -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} 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 @@ fi %{_mandir}/man3/barcode.3.gz %changelog +* Sun Feb 05 2006 Andreas Thienemann 0.98-8 +- Enabled --excludedocs install + * Thu Jul 15 2005 Andreas Thienemann 0.98-7 - Switched off threaded make, as it's causing problems when rebuilding the documentation