Add post-1.0.0 rollup
This commit is contained in:
parent
12ad7253c9
commit
b52446cb15
@ -1,13 +1,14 @@
|
|||||||
Name: libnfnetlink
|
Name: libnfnetlink
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Netfilter netlink userspace library
|
Summary: Netfilter netlink userspace library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: GPLv2
|
License: GPLv2+
|
||||||
URL: http://netfilter.org
|
URL: http://netfilter.org
|
||||||
Source0: http://netfilter.org/projects/libnfnetlink/files/%{name}-%{version}.tar.bz2
|
Source0: http://netfilter.org/projects/libnfnetlink/files/%{name}-%{version}.tar.bz2
|
||||||
Source1: http://www.gnu.org/licenses/gpl.txt
|
Source1: http://www.gnu.org/licenses/gpl.txt
|
||||||
Patch0: libnfnetlink-sysheader.patch
|
Patch0: libnfnetlink-sysheader.patch
|
||||||
|
Patch1: libnfnetlink-rollup.patch
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
BuildRequires: kernel-headers
|
BuildRequires: kernel-headers
|
||||||
BuildRequires: automake autoconf libtool pkgconfig
|
BuildRequires: automake autoconf libtool pkgconfig
|
||||||
@ -34,6 +35,7 @@ and libnfnetlink_queue.
|
|||||||
%setup -q
|
%setup -q
|
||||||
cp %{SOURCE1} LICENSE
|
cp %{SOURCE1} LICENSE
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
autoreconf -i --force
|
autoreconf -i --force
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user