rpms/suck/FC-6 suck-4.3.2-parallel-build.patch, NONE, 1.1 suck.spec, 1.9, 1.10

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Sun Mar 25 19:12:30 UTC 2007


Author: s4504kr

Update of /cvs/extras/rpms/suck/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12146

Modified Files:
	suck.spec 
Added Files:
	suck-4.3.2-parallel-build.patch 
Log Message:
Add paralelle build patch

suck-4.3.2-parallel-build.patch:

--- NEW FILE suck-4.3.2-parallel-build.patch ---
diff -u -r suck-4.3.2.orig/Makefile.in suck-4.3.2/Makefile.in
--- suck-4.3.2.orig/Makefile.in	2005-05-15 22:46:10.000000000 -0400
+++ suck-4.3.2/Makefile.in	2005-05-15 22:58:20.000000000 -0400
@@ -222,6 +222,10 @@
 .c.o: 
 	$(CC) -c $(CFLAGS) $(SSL_DEFS) $(GCC_FLAGS) $(CPPFLAGS) $(DEFS) $< 
 
+active.o batch.o both.o chkhistory.o chkhistory_db.o db.o dedupe.o: phrases.h
+killfile.o killprg.o lmove.o rpost.o suck.o suckutils.o testhost.o: phrases.h
+timer.o xover.o: phrases.h
+
 #---------------------------------------------------------------------------
 # stuff to make sure configure is up to date (I hope)
 #---------------------------------------------------------------------------


Index: suck.spec
===================================================================
RCS file: /cvs/extras/rpms/suck/FC-6/suck.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- suck.spec	3 Sep 2006 19:56:40 -0000	1.9
+++ suck.spec	25 Mar 2007 19:11:57 -0000	1.10
@@ -1,7 +1,7 @@
 Name: suck
 Summary: Download news from remote NNTP server
 Version: 4.3.2
-Release: 13%{?dist}
+Release: 14%{?dist}
 Source: http://www.sucknews.org/%{name}-%{version}.tar.gz
 Source1: active-ignore
 Source2: suck-4.3.2.site
@@ -10,6 +10,7 @@
 Patch: suck-4.3.2-rh.patch
 Patch1: suck-4.3.2-perl.patch
 Patch2: suck-4.3.2-samples.patch
+Patch3: suck-4.3.2-parallel-build.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
 License: Public Domain
 Group: System Environment/Daemons
@@ -28,6 +29,7 @@
 %patch -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 cp %{SOURCE3} .
 
@@ -36,7 +38,7 @@
            --with-inn-include=/usr/include/inn
 
 %build
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -78,6 +80,9 @@
 %config(noreplace) /etc/sysconfig/suck/site
 
 %changelog
+* Sun Mar 25 2007 Jochen Schmitt <Jochen herr-schmitt de> 4.3.2-14
+- Add parallel build putch
+
 * Sun Sep  3 2006 Jochen Schmitt <Jochen herr-schmitt de> 4.3.2-13
 - Rebuild for FC-6
 




More information about the fedora-extras-commits mailing list