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