rpms/arptables_jf/devel arptables_jf.spec,1.17,1.18

Martin Nagy (mnagy) fedora-extras-commits at redhat.com
Thu Apr 3 07:29:32 UTC 2008


Author: mnagy

Update of /cvs/extras/rpms/arptables_jf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12738

Modified Files:
	arptables_jf.spec 
Log Message:
* Thu Apr 03 2008 Martin Nagy <mnagy at redhat.com> - 0.0.8-12
- compile with proper CFLAGS
- add %{_smp_mflags}



Index: arptables_jf.spec
===================================================================
RCS file: /cvs/extras/rpms/arptables_jf/devel/arptables_jf.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- arptables_jf.spec	25 Feb 2008 14:02:02 -0000	1.17
+++ arptables_jf.spec	3 Apr 2008 07:28:55 -0000	1.18
@@ -4,7 +4,7 @@
 
 Epoch: 0
 Version: 0.0.8
-Release: 11%{?dist}
+Release: 12%{?dist}
 Source: %{name}-%{version}.tbz
 #Source1: Makefile
 #Source2: arptables.h
@@ -48,7 +48,7 @@
 %patch5 -p1 -b .initscript
 
 %build
-make all LIBDIR=/%{_lib}
+make all LIBDIR=/%{_lib} 'COPT_FLAGS=%{optflags}' %{_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot} LIBDIR=/%{_lib}
@@ -72,6 +72,10 @@
 
 
 %changelog
+* Thu Apr 03 2008 Martin Nagy <mnagy at redhat.com> - 0.0.8-12
+- compile with proper CFLAGS
+- add %%{_smp_mflags}
+
 * Mon Feb 25 2008 Martin Nagy <mnagy at redhat.com> - 0.0.8-11
 - fix init script (#237778)
 - add LSB header (#246868)




More information about the fedora-extras-commits mailing list