Author: pluto Date: Fri Nov 18 01:41:39 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - initial release.
---- Files affected: SPECS: conntrack.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/conntrack.spec diff -u /dev/null SPECS/conntrack.spec:1.1 --- /dev/null Fri Nov 18 02:41:39 2005 +++ SPECS/conntrack.spec Fri Nov 18 02:41:33 2005 @@ -0,0 +1,62 @@ +# $Revision$, $Date$ +Summary: A userspace program to view and manage the in-kernel connection tracking state table +Name: conntrack +Version: 0.99 +Release: 1 +License: GPL +Group: Networking/Utilities +Source0: http://www.netfilter.org/projects/conntrack/files/%{name}-%{version}.tar.bz2 +# Source0-md5: a22f1ad3fc1adf9b8f8f5d09b9c8606b +URL: http://www.netfilter.org/projects/conntrack/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libnetfilter_conntrack-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +conntrack is a userspace command line program targeted at system +administrators. It enables them to view and manage the in-kernel +connection tracking state table. + +Main features: +- listing the contents of the conntrack table +- searching for individual entries in the conntrack table +- adding new entries to the conntrack table +- listing entries in the expect table +- adding new entries to the expect table + +%prep +%setup -q +#%patch0 -p1 + +%build +%{__aclocal} +%{__autoconf} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog +%attr(755,root,root) %{_sbindir}/* +%dir %{_libdir}/%{name} +%attr(755,root,root) %{_libdir}/%{name}/*.so +%{_mandir}/man8/*.8* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/11/18 01:41:33 pluto +- initial release. ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
