Use /usr/include/pkg
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnfnetlink?expand=0&rev=40
This commit is contained in:
parent
35341a7ea3
commit
47e8e1ac18
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 15:43:40 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Move include files to /usr/include/pkg, like done in many other
|
||||||
|
packages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 24 09:54:12 UTC 2014 - dmueller@suse.com
|
Thu Apr 24 09:54:12 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
|
|||||||
if [ ! -e configure ]; then
|
if [ ! -e configure ]; then
|
||||||
autoreconf -fi;
|
autoreconf -fi;
|
||||||
fi
|
fi
|
||||||
%configure --disable-static --includedir="%_includedir/%name-%version"
|
%configure --disable-static --includedir="%_includedir/pkg/%name-%version"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -104,7 +104,7 @@ rm -f "%buildroot/%_libdir"/*.la;
|
|||||||
|
|
||||||
%files -n %name-devel
|
%files -n %name-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_includedir/%name-%version
|
%_includedir/pkg/
|
||||||
%_libdir/libnfnetlink.so
|
%_libdir/libnfnetlink.so
|
||||||
%_libdir/pkgconfig/libnfnetlink.pc
|
%_libdir/pkgconfig/libnfnetlink.pc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user