Accepting request 264529 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/264529 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnetfilter_log?expand=0&rev=15
This commit is contained in:
commit
de51bee65e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 8 23:47:57 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
|
||||
|
||||
|
@ -67,15 +67,14 @@ logging. This library has been previously known as libnfnetlink_log.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static --includedir=%_includedir/%name-%version
|
||||
%configure --disable-static --includedir="%_includedir/%name"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR="%buildroot";
|
||||
rm -f "%buildroot/%_libdir"/*.la;
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%make_install
|
||||
rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%files -n %lname
|
||||
@ -85,7 +84,7 @@ rm -f "%buildroot/%_libdir"/*.la;
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/%name-%version
|
||||
%_includedir/%name/
|
||||
%_libdir/libnetfilter_log.so
|
||||
%_libdir/libnetfilter_log_libipulog.so
|
||||
%_libdir/pkgconfig/libnetfilter_log.pc
|
||||
|
Loading…
Reference in New Issue
Block a user