Author: gotar Date: Mon Sep 1 17:22:48 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - upgraded to 2.2.1; working URL, cosmetics
---- Files affected: SPECS: iptstate.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/iptstate.spec diff -u SPECS/iptstate.spec:1.13 SPECS/iptstate.spec:1.14 --- SPECS/iptstate.spec:1.13 Sat Aug 30 21:55:23 2008 +++ SPECS/iptstate.spec Mon Sep 1 19:22:43 2008 @@ -2,14 +2,15 @@ Summary: IP Tables State - like top Summary(pl.UTF-8): Stan Tablic IP - wyświetlający jak top Name: iptstate -Version: 1.3 +Version: 2.2.1 Release: 1 License: zlib/libpng license Group: Networking/Utilities -Source0: http://iptstate.phildev.net/%{name}-%{version}.tar.gz -# Source0-md5: 0fc7ce5e6803b18c73dcaadb4be2edd0 +Source0: http://dl.sourceforge.net/iptstate/%{name}-%{version}.tar.bz2 +# Source0-md5: 6b08f09b9917f644629efea1febec4b3 Patch0: %{name}-c++.patch -URL: http://iptstate.phildev.net/ +URL: http://phildev.net/iptstate/ +BuildRequires: libnetfilter_conntrack-devel BuildRequires: libstdc++-devel BuildRequires: ncurses-devel >= 5.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -20,10 +21,10 @@ the states held by your stateful firewall in a top-like manner. %description -l pl.UTF-8 -Stan Tablic IP (iptstate) oryginalnie został napisany by +Stan Tablic IP (iptstate) oryginalnie został napisany, by zaimplementować możliwość ,,state top'' filtra pakietów IP. ,,state top'' wyświetla stany pamiętane przez Twój stateful firewall w sposób -podobny do top-a. +podobny do topa. %prep %setup -q @@ -36,19 +37,19 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1} +install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8} install %{name} $RPM_BUILD_ROOT%{_sbindir} -install man/man1/*.1 $RPM_BUILD_ROOT%{_mandir}/man1 +install %{name}*.8 $RPM_BUILD_ROOT%{_mandir}/man8 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc BUGS CONTRIB README WISHLIST +%doc BUGS CONTRIB Changelog LICENSE README WISHLIST %attr(755,root,root) %{_sbindir}/* -%{_mandir}/man?/* +%{_mandir}/man8/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -56,6 +57,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2008/09/01 17:22:43 gotar +- upgraded to 2.2.1; working URL, cosmetics + Revision 1.13 2008/08/30 19:55:23 pluto - build fixed. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iptstate.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
