From c5367da556ce2914dec612b60ba3b19399fe1b83e6024ab6d7bd071e499f15ea Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Sun, 17 Oct 2010 13:39:11 +0000 Subject: [PATCH 1/2] Accepting request 50879 from home:jirislaby:branches:multimedia:libs Thanks I noticed that when I did the libraw1394 thing OBS-URL: https://build.opensuse.org/request/show/50879 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdc1394?expand=0&rev=8 --- libdc1394.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdc1394.spec b/libdc1394.spec index 1f9ad73..d72c940 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -194,7 +194,7 @@ doit libdc1394-%{libdc1394_version} %install doit() { if pushd "$1" ; then - %{__make} DESTDIR=${RPM_BUILD_ROOT} install-strip + %{__make} DESTDIR=${RPM_BUILD_ROOT} install popd fi } From 110e06779cbee5826bb0fbcd94259b18bf787b79f9e59b0520f151dfbf91f374 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 19 Nov 2010 18:11:16 +0000 Subject: [PATCH 2/2] - don't strip the objects when installing to allow for -debug* package creation OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdc1394?expand=0&rev=9 --- libdc1394.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libdc1394.changes b/libdc1394.changes index ef319c8..e38943a 100644 --- a/libdc1394.changes +++ b/libdc1394.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 19 18:10:03 UTC 2010 - jslaby@novell.com + +- don't strip the objects when installing to allow for -debug* + package creation + ------------------------------------------------------------------- Mon Oct 4 16:17:07 UTC 2010 - davejplater@gmail.com