From 4ef448f8be748142369868f930c05fb00ec720c8541ab3b9455e976772fd83ec Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 8 Dec 2014 23:34:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnfnetlink?expand=0&rev=42 --- libnfnetlink.changes | 5 ++--- libnfnetlink.spec | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/libnfnetlink.changes b/libnfnetlink.changes index fd56a5f..55a4458 100644 --- a/libnfnetlink.changes +++ b/libnfnetlink.changes @@ -1,9 +1,8 @@ ------------------------------------------------------------------- Mon Sep 29 08:27:16 UTC 2014 - jengelh@inai.de -- Move include files to /usr/include/pkg to guard against wrong - path inclusion. Drop %version from the path to avoid reruns of - configure on version updates. +- Drop %version from subincludedir, it tends to break recompiles of + already-built trees on library updates. ------------------------------------------------------------------- Thu Apr 24 09:54:12 UTC 2014 - dmueller@suse.com diff --git a/libnfnetlink.spec b/libnfnetlink.spec index 1cd8757..4ece37c 100644 --- a/libnfnetlink.spec +++ b/libnfnetlink.spec @@ -86,7 +86,7 @@ libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack. if [ ! -e configure ]; then autoreconf -fi; fi -%configure --disable-static --includedir="%_includedir/pkg/%name" +%configure --disable-static --includedir="%_includedir/%name" make %{?_smp_mflags} %install @@ -104,7 +104,7 @@ rm -f "%buildroot/%_libdir"/*.la; %files devel %defattr(-,root,root) -%_includedir/pkg/ +%_includedir/%name/ %_libdir/libnfnetlink.so %_libdir/pkgconfig/libnfnetlink.pc