forked from pool/libnetfilter_acct
Use /usr/include/pkg
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_acct?expand=0&rev=24
This commit is contained in:
parent
713113dd21
commit
8b5f8eb690
@ -3,6 +3,8 @@ Tue Sep 23 15:43:40 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Drop gpg-offline build-time requirement; this is now handled by
|
||||
the local source validator
|
||||
- Move include files to /usr/include/pkg, like done in many other
|
||||
packages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 13:52:21 UTC 2013 - jengelh@inai.de
|
||||
|
@ -62,7 +62,7 @@ Netfilter extended accounting infrastructure.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static --includedir=%_includedir/%name-%version
|
||||
%configure --disable-static --includedir="%_includedir/pkg/%name-%version"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -79,7 +79,7 @@ rm -f "%buildroot/%_libdir"/*.la;
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/%name-%version
|
||||
%_includedir/pkg/
|
||||
%_libdir/libnetfilter_acct.so
|
||||
%_libdir/pkgconfig/libnetfilter_acct.pc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user