OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 09-Jul-2003 22:06:37 Branch: HEAD Handle: 2003070921063600 Modified files: openpkg-src/gimp gimp.spec Log: ok, third and final attempt by myself to get rid of versioned executables in this package. If it is broken again, please do not just remove my attempt again, BUT FIX IT THIS TIME THE RIGHT WAY YOURSELF, PLEASE. Summary: Revision Changes Path 1.35 +5 -0 openpkg-src/gimp/gimp.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/gimp/gimp.spec ============================================================================ $ cvs diff -u -r1.34 -r1.35 gimp.spec --- openpkg-src/gimp/gimp.spec 9 Jul 2003 15:38:08 -0000 1.34 +++ openpkg-src/gimp/gimp.spec 9 Jul 2003 20:06:36 -0000 1.35 @@ -82,6 +82,11 @@ %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/lib*.so* + for prog in gimp gimp-config gimp-remote gimptool; do + rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/$prog + mv $RPM_BUILD_ROOT%{l_prefix}/bin/$prog-[0-9].[0-9]* \ + $RPM_BUILD_ROOT%{l_prefix}/bin/$prog + done strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]