1
0
Jan Engelhardt 2014-09-23 15:51:48 +00:00 committed by Git OBS Bridge
parent 713113dd21
commit 8b5f8eb690
2 changed files with 4 additions and 2 deletions

View File

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

View File

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