packages: iptstate/iptstate.spec, iptstate/iptstate-c++.patch (REMOVED) - u...

qboosh qboosh at pld-linux.org
Sun Jan 9 15:58:05 CET 2011


Author: qboosh                       Date: Sun Jan  9 14:58:05 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.2.2
- removed obsolete c++ patch

---- Files affected:
packages/iptstate:
   iptstate.spec (1.15 -> 1.16) , iptstate-c++.patch (1.2 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/iptstate/iptstate.spec
diff -u packages/iptstate/iptstate.spec:1.15 packages/iptstate/iptstate.spec:1.16
--- packages/iptstate/iptstate.spec:1.15	Tue Apr 13 18:47:16 2010
+++ packages/iptstate/iptstate.spec	Sun Jan  9 15:57:59 2011
@@ -2,13 +2,12 @@
 Summary:	IP Tables State - like top
 Summary(pl.UTF-8):	Stan Tablic IP - wyświetlający jak top
 Name:		iptstate
-Version:	2.2.1
-Release:	2
+Version:	2.2.2
+Release:	1
 License:	zlib/libpng license
 Group:		Networking/Utilities
-Source0:	http://dl.sourceforge.net/iptstate/%{name}-%{version}.tar.bz2
-# Source0-md5:	6b08f09b9917f644629efea1febec4b3
-Patch0:		%{name}-c++.patch
+Source0:	http://downloads.sourceforge.net/iptstate/%{name}-%{version}.tar.bz2
+# Source0-md5:	b3f2e89ef38d6e8a85c8ab88a9c514d8
 URL:		http://phildev.net/iptstate/
 BuildRequires:	libnetfilter_conntrack-devel
 BuildRequires:	libstdc++-devel
@@ -28,19 +27,19 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__make} \
 	CXX="%{__cxx}" \
-	CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti -Wall"
+	CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti -Wall" \
+	CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
 
 install %{name} $RPM_BUILD_ROOT%{_sbindir}
-install %{name}*.8 $RPM_BUILD_ROOT%{_mandir}/man8
+install %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -48,8 +47,8 @@
 %files
 %defattr(644,root,root,755)
 %doc BUGS CONTRIB Changelog LICENSE README WISHLIST
-%attr(755,root,root) %{_sbindir}/*
-%{_mandir}/man8/*
+%attr(755,root,root) %{_sbindir}/iptstate
+%{_mandir}/man8/iptstate.8*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -57,6 +56,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2011/01/09 14:57:59  qboosh
+- updated to 2.2.2
+- removed obsolete c++ patch
+
 Revision 1.15  2010/04/13 16:47:16  pluto
 - release 2 (rebuild with libnetfilter_conntrack.so.3)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iptstate/iptstate.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list