Add post-1.0.0 rollup

This commit is contained in:
Paul P. Komkoff 2011-11-28 01:28:59 +04:00
parent 12ad7253c9
commit b52446cb15

View File

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