forked from pool/libnftnl
Accepting request 251743 from security:netfilter
- Correct pkgconfig-assisted location of headers to match up with remaining packages OBS-URL: https://build.opensuse.org/request/show/251743 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnftnl?expand=0&rev=4
This commit is contained in:
commit
23b3ded0bd
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 16:05:59 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Correct pkgconfig-assisted location of headers to match up with
|
||||||
|
remaining packages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 27 15:37:24 UTC 2014 - jengelh@inai.de
|
Fri Jun 27 15:37:24 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -31,6 +31,9 @@ Source2: http://netfilter.org/projects/libnftnl/files/%name-%version.tar.
|
|||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libmnl-devel >= 1.0.3
|
BuildRequires: libmnl-devel >= 1.0.3
|
||||||
|
# Normally, this require would not be needed, as upstream ships all headers.
|
||||||
|
# Except when they don't and then don't bother fixing it.
|
||||||
|
BuildRequires: linux-glibc-devel >= 2.6.35
|
||||||
BuildRequires: pkgconfig >= 0.21
|
BuildRequires: pkgconfig >= 0.21
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
%if 0%{?suse_version} >= 1220
|
%if 0%{?suse_version} >= 1220
|
||||||
@ -82,7 +85,7 @@ applications that want to make use of libnftnl.
|
|||||||
%if 0%{?with_json}
|
%if 0%{?with_json}
|
||||||
--with-json-parsing \
|
--with-json-parsing \
|
||||||
%endif
|
%endif
|
||||||
--includedir="%_includedir/pkg"
|
--includedir="%_includedir/pkg/%name-%version"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user