rpms/iptstate/devel iptstate.spec,1.18,1.19

Thomas Woerner twoerner at fedoraproject.org
Mon Jan 19 14:24:45 UTC 2009


Author: twoerner

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

Modified Files:
	iptstate.spec 
Log Message:
- merge review (rhbz#225908)



Index: iptstate.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iptstate/devel/iptstate.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- iptstate.spec	25 Feb 2008 11:00:53 -0000	1.18
+++ iptstate.spec	19 Jan 2009 14:24:15 -0000	1.19
@@ -1,8 +1,8 @@
 Name: iptstate
 Summary: A top-like display of IP Tables state table entries
 Version: 2.2.1
-Release: 3%{?dist}
-Source: iptstate-%{version}.tar.bz2
+Release: 4%{?dist}
+Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 Patch0: iptstate-2.1-man8.patch
 Patch1: iptstate-2.2.1-strerror.patch
 Group: System Environment/Base
@@ -22,7 +22,7 @@
 Since IP Tables doesn't have a built in way to easily display 
 this information even once, an option was added to just have it 
 display the state table once.
- 
+
   Features include:
         - Top-like realtime state table information
         - Sorting by any field
@@ -40,11 +40,11 @@
 %patch1 -p1 -b .strerror
 
 %build
-make CXXFLAGS="$RPM_OPT_FLAGS"
+make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf %{buildroot}
-%makeinstall PREFIX=%{buildroot}%{_prefix}
+make install PREFIX=%{buildroot}%{_prefix} INSTALL="install -p"
 
 %clean
 rm -rf %{buildroot}
@@ -56,6 +56,9 @@
 %{_mandir}/man8/iptstate.*
 
 %changelog
+* Mon Jan 19 2009 Thomas Woerner <twoerner at redhat.com> 2.2.1-4
+- merge review (rhbz#225908)
+
 * Mon Feb 25 2008 Thomas Woerner <twoerner at redhat.com> 2.2.1-3
 - fixed compile problem because of strerror undefined in scope
   Fixes (rhbz#434482)




More information about the scm-commits mailing list