1
0
Jan Engelhardt 2014-12-08 23:40:39 +00:00 committed by Git OBS Bridge
parent 5adc43b495
commit 8cf6b9cda0
2 changed files with 8 additions and 2 deletions

View File

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

View File

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