Change in spec.
This commit is contained in:
parent
3baff252fa
commit
93e26c12ff
12
groff.spec
12
groff.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: A document formatting system.
|
Summary: A document formatting system.
|
||||||
Name: groff
|
Name: groff
|
||||||
Version: 1.18.1.4
|
Version: 1.18.1.4
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
|
||||||
@ -89,7 +89,7 @@ System display.
|
|||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
%patch13 -p1 -b .gzext
|
%patch13 -p1 -b .gzext
|
||||||
%patch14 -p1
|
#%patch14 -p1
|
||||||
%patch15 -p1 -b .fix9
|
%patch15 -p1 -b .fix9
|
||||||
%patch16 -p1 -b .devutf8
|
%patch16 -p1 -b .devutf8
|
||||||
#%patch17 -p1 -b .revision
|
#%patch17 -p1 -b .revision
|
||||||
@ -97,7 +97,7 @@ System display.
|
|||||||
#%patch19 -p1 -b .grn
|
#%patch19 -p1 -b .grn
|
||||||
#%patch20 -p1 -b .tempfile
|
#%patch20 -p1 -b .tempfile
|
||||||
#%patch21 -p1 -b .gcc41
|
#%patch21 -p1 -b .gcc41
|
||||||
%patch22 -p1 -b .bigendian
|
#%patch22 -p1 -b .bigendian
|
||||||
%patch23 -p1 -b .spacefix
|
%patch23 -p1 -b .spacefix
|
||||||
%patch24 -p1 -b .sectmp
|
%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}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/install-info %{_infodir}/groff.gz %{_infodir}/dir
|
/sbin/install-info %{_infodir}/groff.gz %{_infodir}/dir;
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
/sbin/install-info --delete %{_infodir}/groff.gz %{_infodir}/dir
|
/sbin/install-info --delete %{_infodir}/groff.gz %{_infodir}/dir
|
||||||
fi
|
fi
|
||||||
|
exit 0
|
||||||
|
|
||||||
%files -f groff-files
|
%files -f groff-files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -213,6 +214,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 22 2007 Marcela Maslanova <mmaslano@redhat.com> - 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 <mmaslano@redhat.com> - 1.18.1.4-1
|
* Mon Oct 23 2006 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-1
|
||||||
- new version from upstream - update groffer
|
- new version from upstream - update groffer
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user