|
@@ -1,15 +1,14 @@
|
|
|
-%define libnfnetlink 0.0.41
|
|
|
+%define libnfnetlink 1.0.1
|
|
|
|
|
|
Name: libnetfilter_queue
|
|
|
-Version: 1.0.0
|
|
|
-Release: 4%{?_dist_release}
|
|
|
+Version: 1.0.3
|
|
|
+Release: 1%{?_dist_release}
|
|
|
Summary: Netfilter queue userspace library
|
|
|
Group: System Environment/Libraries
|
|
|
# Most files say GPLv2+, one says v2 only.
|
|
|
License: GPLv2
|
|
|
URL: http://netfilter.org
|
|
|
Source0: http://netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
|
|
|
-Patch0: libnetfilter_queue-sysheader.patch
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
BuildRequires: libnfnetlink-devel >= %{libnfnetlink}, pkgconfig, kernel-headers
|
|
@@ -40,10 +39,8 @@ libnetfilter_queue has been previously known as libnfnetlink_queue.
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
-%patch0 -p1
|
|
|
|
|
|
-mkdir m4
|
|
|
-autoreconf -i --force
|
|
|
+autoreconf -ivf
|
|
|
|
|
|
%build
|
|
|
%configure --disable-static --disable-rpath
|
|
@@ -75,6 +72,10 @@ rm -rf %{buildroot}
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Feb 25 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.3-1
|
|
|
+- new upstream release.
|
|
|
+- dropped Patch0: fixed in upstream.
|
|
|
+
|
|
|
* Wed Mar 14 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.0-4
|
|
|
- initial build for Vine Linux
|
|
|
|