Hello community, here is the log from the commit of package dd_rescue for openSUSE:Factory checked in at 2012-02-10 17:12:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dd_rescue (Old) and /work/SRC/openSUSE:Factory/.dd_rescue.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dd_rescue", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/dd_rescue/dd_rescue.changes 2011-10-21 16:28:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dd_rescue.new/dd_rescue.changes 2012-02-10 17:12:52.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Feb 7 21:51:22 UTC 2012 - [email protected] + +- place binaries in /usr tree (UsrMerge project) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dd_rescue.spec ++++++ --- /var/tmp/diff_new_pack.mG78Hd/_old 2012-02-10 17:12:58.000000000 +0100 +++ /var/tmp/diff_new_pack.mG78Hd/_new 2012-02-10 17:12:58.000000000 +0100 @@ -70,9 +70,15 @@ make RPM_OPT_FLAGS="%{optflags}" libfalloc-static LIBDIR=%{_libdir} %{?_smp_mflags} %install -make install DESTDIR=%{buildroot} INSTASROOT= INSTALLFLAGS= +make install DESTDIR=%{buildroot} INSTALLDIR=%{buildroot}/%{_bindir} \ + INSTASROOT= INSTALLFLAGS= cd dd_rhelp-%{ddrhelpver} -install -Dpm 0755 dd_rhelp %{buildroot}/bin +install -Dpm 0755 dd_rhelp %{buildroot}/%{_bindir} +#UsrMerge +mkdir %{buildroot}/bin +ln -sf %{_bindir}/dd_rescue %{buildroot}/bin +ln -sf %{_bindir}/dd_rhelp %{buildroot}/bin +#EndUsrMerge cd .. %check @@ -86,7 +92,11 @@ %doc COPYING README.dd_rescue %doc dd_rhelp-%{ddrhelpver}/*.dd_rhelp %doc dd_rhelp-%{ddrhelpver}/doc +%{_bindir}/dd_rescue +%{_bindir}/dd_rhelp +#UsrMerge /bin/dd_rescue /bin/dd_rhelp +#EndUsrMerge %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
