fix patch0; depend on specific libnfnetlink version
This commit is contained in:
parent
41084adfaa
commit
98722bcba1
@ -1,6 +1,6 @@
|
||||
Name: libnetfilter_queue
|
||||
Version: 0.0.16
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Netfilter queue userspace library
|
||||
Group: System Environment/Libraries
|
||||
# Most files say GPLv2+, one says v2 only.
|
||||
@ -10,7 +10,7 @@ Source0: http://netfilter.org/projects/%{name}/files/%{name}-%{version}.t
|
||||
Patch0: libnetfilter_queue-sysheader.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libnfnetlink-devel, pkgconfig, kernel-headers
|
||||
BuildRequires: libnfnetlink-devel >= 0.0.38, pkgconfig, kernel-headers
|
||||
BuildRequires: autoconf, automake, libtool
|
||||
|
||||
%description
|
||||
@ -24,7 +24,7 @@ libnetfilter_queue has been previously known as libnfnetlink_queue.
|
||||
Summary: Netfilter queue userspace library
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}, pkgconfig
|
||||
Requires: libnfnetlink-devel, kernel-headers
|
||||
Requires: libnfnetlink-devel >= 0.0.38, kernel-headers
|
||||
|
||||
%description devel
|
||||
libnetfilter_queue is a userspace library providing an API to packets that have
|
||||
@ -35,7 +35,7 @@ libnetfilter_queue has been previously known as libnfnetlink_queue.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
%patch0 -p1
|
||||
|
||||
autoreconf -i --force
|
||||
|
||||
@ -68,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Sun Oct 26 2008 Paul P. Komkoff Jr <i@stingr.net> - 0.0.16-3
|
||||
- fix patch/patch0
|
||||
- depend on specific libnfnetlink version
|
||||
|
||||
* Thu Aug 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.0.16-2
|
||||
- fix license tag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user