diff --git a/a2ps.spec b/a2ps.spec index 3c3fdab..a9a3ef7 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -1,7 +1,7 @@ Summary: Converts text and other types of files to PostScript(TM). Name: a2ps Version: 4.13b -Release: 59%{?dist} +Release: 60%{?dist} License: GPL Group: Applications/Publishing Source: ftp://ftp.enst.fr/pub/unix/a2ps/%{name}-%{version}.tar.gz @@ -213,6 +213,7 @@ rm -rf $RPM_BUILD_ROOT mv fonts.map.new fonts.map fi ) +exit 0 %preun if [ $1 = 0 ]; then @@ -220,6 +221,7 @@ if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/ogonkify.info.gz %{_infodir}/dir /sbin/install-info --delete %{_infodir}/regex.info.gz %{_infodir}/dir fi +exit 0 %files -f %{name}.lang %defattr(-,root,root) @@ -249,6 +251,9 @@ fi %dir %{_datadir}/a2ps %changelog +* Mon Jan 22 2007 Tim Waugh 4.13b-60 +- Make scriptlets unconditionally succeed (bug #223674). + * Fri Oct 27 2006 Tim Waugh - Build requires cups (bug #204119).