Jan Engelhardt 2014-09-23 16:05:19 +00:00 committed by Git OBS Bridge
parent 35341a7ea3
commit 47e8e1ac18
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -86,7 +86,7 @@ libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
if [ ! -e configure ]; then
autoreconf -fi;
fi
%configure --disable-static --includedir="%_includedir/%name-%version"
%configure --disable-static --includedir="%_includedir/pkg/%name-%version"
make %{?_smp_mflags}
%install
@ -104,7 +104,7 @@ rm -f "%buildroot/%_libdir"/*.la;
%files -n %name-devel
%defattr(-,root,root)
%_includedir/%name-%version
%_includedir/pkg/
%_libdir/libnfnetlink.so
%_libdir/pkgconfig/libnfnetlink.pc