forked from pool/libnetfilter_acct
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_acct?expand=0&rev=30
This commit is contained in:
parent
5adc43b495
commit
8cf6b9cda0
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 8 23:39:19 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Drop %version from subincludedir, it tends to break recompiles of
|
||||
already-built trees on library updates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 15:43:40 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
@ -61,7 +61,7 @@ Netfilter extended accounting infrastructure.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static --includedir=%_includedir/%name-%version
|
||||
%configure --disable-static --includedir="%_includedir/%name"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -78,7 +78,7 @@ rm -f "%buildroot/%_libdir"/*.la;
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/%name-%version
|
||||
%_includedir/%name/
|
||||
%_libdir/libnetfilter_acct.so
|
||||
%_libdir/pkgconfig/libnetfilter_acct.pc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user