auto-import libnetfilter_conntrack-0.0.30-2 on branch devel from
libnetfilter_conntrack-0.0.30-2.src.rpm
This commit is contained in:
parent
33179ef183
commit
6f6dad1ffe
@ -0,0 +1 @@
|
||||
libnetfilter_conntrack-0.0.30.tar.bz2
|
||||
62
libnetfilter_conntrack.spec
Normal file
62
libnetfilter_conntrack.spec
Normal file
@ -0,0 +1,62 @@
|
||||
Name: libnetfilter_conntrack
|
||||
Version: 0.0.30
|
||||
Release: 2%{?dist}
|
||||
Summary: Netfilter conntrack userspace library
|
||||
Group: System Environment/Libraries
|
||||
License: GPL
|
||||
URL: http://netfilter.org
|
||||
Source0: http://netfilter.org/projects/libnetfilter_conntrack/files/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libnfnetlink-devel
|
||||
|
||||
%description
|
||||
libnetfilter_conntrack is a userspace library providing a programming
|
||||
interface (API) to the in-kernel connection tracking state table.
|
||||
|
||||
%package devel
|
||||
Summary: Netfilter conntrack userspace library
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
libnetfilter_conntrack is a userspace library providing a programming
|
||||
interface (API) to the in-kernel connection tracking state table.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libnetfilter_conntrack/*.so
|
||||
%{_bindir}/ctnl_test
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/libnetfilter_conntrack/*.h
|
||||
|
||||
%changelog
|
||||
* Mon May 8 2006 Paul P Komkoff Jr <i@stingr.net> - 0.0.30-2
|
||||
- Include COPYING in %doc
|
||||
|
||||
* Sun Mar 26 2006 Paul P Komkoff Jr <i@stingr.net> - 0.0.30-1
|
||||
- Preparing for submission to fedora extras
|
||||
Loading…
Reference in New Issue
Block a user