rpms/patch/devel patch.spec,1.43,1.44

Tim Waugh twaugh at fedoraproject.org
Wed Mar 3 16:54:46 UTC 2010


Author: twaugh

Update of /cvs/pkgs/rpms/patch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4882

Modified Files:
	patch.spec 
Log Message:
* Wed Mar  3 2010 Tim Waugh <twaugh at redhat.com> 2.6.1-2
- Added comments for all patches.
- Ship COPYING file.
- Removed sparc ifdefs in spec file.



Index: patch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/patch/devel/patch.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- patch.spec	4 Jan 2010 13:10:46 -0000	1.43
+++ patch.spec	3 Mar 2010 16:54:46 -0000	1.44
@@ -1,7 +1,7 @@
 Summary: Utility for modifying/upgrading files
 Name: patch
 Version: 2.6.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 URL: http://www.gnu.org/software/patch/patch.html
 Group: Development/Tools
@@ -25,19 +25,17 @@ applications.
 
 %prep
 %setup -q
+
+# Avoid segfault.
 %patch1 -p1 -b .sigsegv
+
+# SELinux support.
 %patch100 -p1 -b .selinux
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
 %configure
-
-# XXX unset CPPFLAGS on (ultra?)sparc to avoid large file system support
-%ifarch sparc sparc64
-make CPPFLAGS=""
-%else
 make %{?smp_mflags}
-%endif
 
 %check
 make check
@@ -51,11 +49,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc NEWS README
+%doc COPYING NEWS README
 %{_bindir}/*
 %{_mandir}/*/*
 
 %changelog
+* Wed Mar  3 2010 Tim Waugh <twaugh at redhat.com> 2.6.1-2
+- Added comments for all patches.
+- Ship COPYING file.
+- Removed sparc ifdefs in spec file.
+
 * Mon Jan  4 2010 Tim Waugh <twaugh at redhat.com> 2.6.1-1
 - 2.6.1 (bug #551569).  No longer need best-name patch.
 



More information about the scm-commits mailing list