Author: pluto Date: Wed Nov 16 13:26:45 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - a userspace library providing a programming interface (API) to the in-kernel connection tracking state table. - nfy...
---- Files affected: SPECS: libnetfilter_conntrack.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/libnetfilter_conntrack.spec diff -u /dev/null SPECS/libnetfilter_conntrack.spec:1.1 --- /dev/null Wed Nov 16 14:26:45 2005 +++ SPECS/libnetfilter_conntrack.spec Wed Nov 16 14:26:39 2005 @@ -0,0 +1,96 @@ +# $Revision$, $Date$ +Summary: libnetfilter_conntrack - a userspace library to the in-kernel connection tracking state table +Name: libnetfilter_conntrack +Version: 0.0.27 +Release: [EMAIL PROTECTED] +License: GPL v2 +Group: Libraries +Source0: ftp://ftp.netfilter.org/pub/libnetfilter_conntrack/%{name}-%{version}.tar.bz2 +# Source0-md5: c9965daa920d74e6899a41bc27222981 +URL: http://www.netfilter.org/projects/libnfnetlink/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libnfnetlink-devel +%requires_releq libnfnetlink +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +libnetfilter_conntrack is a userspace library providing a programming +interface (API) to the in-kernel connection tracking state table. + +Main features: +- listing/retrieving entries from the kernel connection tracking table +- inserting/modifying/deleting entries from the kernel connection + tracking table +- listing/retrieving entries from the kernel expect table +- inserting/modifying/deleting entries from the kernel expect table + +%package devel +Summary: Header files for libnetfilter_conntrack library +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: libnfnetlink-devel + +%description devel +Header files for libnetfilter_conntrack library. + +%package static +Summary: Static libnetfilter_conntrack library +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static libnetfilter_conntrack library. + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%dir %{_libdir}/%{name} +%attr(755,root,root) %{_libdir}/%{name}/nfct_proto_*-*.so + +%files devel +%defattr(644,root,root,755) +%{_libdir}/%{name}/nfct_proto_*.la +%attr(755,root,root) %{_libdir}/%{name}/nfct_proto_*.so +%attr(755,root,root) %exclude %{_libdir}/%{name}/nfct_proto_*-*.so +%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/lib*.so +%dir %{_includedir}/%{name} +%{_includedir}/%{name}/*.h + +%files static +%defattr(644,root,root,755) +%{_libdir}/%{name}/nfct_proto_*.a +%{_libdir}/lib*.a + +%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/16 13:26:39 pluto +- a userspace library providing a programming interface (API) + to the in-kernel connection tracking state table. +- nfy... ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
