BuildRequire updates; license update

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_conntrack?expand=0&rev=15
This commit is contained in:
Jan Engelhardt 2012-01-01 00:03:52 +00:00 committed by Git OBS Bridge
parent 4e862c8693
commit a623ad31df
5 changed files with 25 additions and 13 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31d4b34f61d67c1769824afce3b2bd36ee50f156a046d1979a432460b7bc8fe9
size 52584

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11d33e720a8da692933965fc1eca3dec758bb04d6c06038f4db98c79d9b955ea
size 292672

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 1 00:01:48 UTC 2012 - jengelh@medozas.de
- Update to newer git snapshot 1.0.1+git18
* license clarifications
-------------------------------------------------------------------
Thu Dec 29 21:17:48 UTC 2011 - jengelh@medozas.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libnetfilter_conntrack
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,16 +19,19 @@
Name: libnetfilter_conntrack
%define lname %{name}3
Version: 0.9.1
Release: 1
License: GPL-2.0
Version: 0.9.1+git18
Release: 0
License: GPL-2.0+
Group: Productivity/Networking/Security
URL: http://netfilter.org/projects/libnetfilter_conntrack/
Source: http://netfilter.org/projects/%name/files/%name-%version.tar.bz2
Source2: http://netfilter.org/projects/%name/files/%name-%version.tar.bz2.sig
Url: http://netfilter.org/projects/libnetfilter_conntrack/
#Git-Clone: git://git.netfilter.org/libnetfilter_conntrack
#DL-Source: http://netfilter.org/projects/%name/files/%name-%version.tar.bz2
Source: %name-%version.tar.xz
Source3: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libnfnetlink-devel >= 1.0.0 pkgconfig
BuildRequires: autoconf automake >= 1.6 libtool
BuildRequires: pkgconfig >= 0.23 pkgconfig(libnfnetlink) >= 1.0.0 xz
Summary: Userspace library for the in-kernel connection tracking state table
%description
@ -65,12 +68,15 @@ used by conntrack-tools among many other applications.
%setup -q
%build
if [ ! -e configure ]; then
./autogen.sh;
fi;
%configure --disable-static --includedir=%_includedir/%name-%version
make %{?_smp_mflags}
%install
%makeinstall
find %buildroot -name "*.la" -delete
rm -f "%buildroot/%_libdir"/*.la;
%post -n %lname -p /sbin/ldconfig
@ -78,7 +84,7 @@ find %buildroot -name "*.la" -delete
%files -n %lname
%defattr(-,root,root)
%_libdir/libnetfilter_conntrack.so.*
%_libdir/libnetfilter_conntrack.so.3*
%files devel
%defattr(-,root,root)