rpms/groff/devel groff.spec,1.40,1.41

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 22 13:10:29 UTC 2007


Author: mmaslano

Update of /cvs/dist/rpms/groff/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20668

Modified Files:
	groff.spec 
Log Message:
Change in spec.



Index: groff.spec
===================================================================
RCS file: /cvs/dist/rpms/groff/devel/groff.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- groff.spec	23 Oct 2006 13:06:48 -0000	1.40
+++ groff.spec	22 Jan 2007 13:10:27 -0000	1.41
@@ -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 @@
 %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 @@
 #%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 -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 @@
 %endif
 
 %changelog
+* Mon Jan 22 2007 Marcela Maslanova <mmaslano at 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 at redhat.com> - 1.18.1.4-1
 - new version from upstream - update groffer
 




More information about the fedora-cvs-commits mailing list