diff --git a/groff.spec b/groff.spec index c493c60..afefd47 100644 --- a/groff.spec +++ b/groff.spec @@ -3,7 +3,7 @@ Summary: A document formatting system. Name: groff Version: 1.18.1.4 -Release: 1 +Release: 2 License: GPL Group: Applications/Publishing Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz @@ -89,7 +89,7 @@ System display. %patch11 -p1 %patch12 -p1 %patch13 -p1 -b .gzext -%patch14 -p1 +#%patch14 -p1 %patch15 -p1 -b .fix9 %patch16 -p1 -b .devutf8 #%patch17 -p1 -b .revision @@ -97,7 +97,7 @@ System display. #%patch19 -p1 -b .grn #%patch20 -p1 -b .tempfile #%patch21 -p1 -b .gcc41 -%patch22 -p1 -b .bigendian +#%patch22 -p1 -b .bigendian %patch23 -p1 -b .spacefix %patch24 -p1 -b .sectmp @@ -180,13 +180,14 @@ rm -fr $RPM_BUILD_ROOT%{_datadir}/doc/groff $RPM_BUILD_ROOT%{_infodir}/dir $RPM_ rm -rf ${RPM_BUILD_ROOT} %post -/sbin/install-info %{_infodir}/groff.gz %{_infodir}/dir +/sbin/install-info %{_infodir}/groff.gz %{_infodir}/dir; exit 0 %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/groff.gz %{_infodir}/dir fi +exit 0 %files -f groff-files %defattr(-,root,root) @@ -213,6 +214,9 @@ fi %endif %changelog +* Mon Jan 22 2007 Marcela Maslanova - 1.18.1.4-2 +- changes in spec, remove patches groff-1.18.1.1-bigendian.patch, groff-xlibs.patch + * Mon Oct 23 2006 Marcela Maslanova - 1.18.1.4-1 - new version from upstream - update groffer