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 openpkg-web Date: 09-Jul-2003 17:11:00
Branch: HEAD Handle: 2003070916105901
Modified files:
openpkg-src/gimp gimp.spec
openpkg-web news.txt
Log:
remove versioned executables
Summary:
Revision Changes Path
1.33 +2 -1 openpkg-src/gimp/gimp.spec
1.5481 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gimp/gimp.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 gimp.spec
--- openpkg-src/gimp/gimp.spec 8 Jul 2003 14:39:45 -0000 1.32
+++ openpkg-src/gimp/gimp.spec 9 Jul 2003 15:11:00 -0000 1.33
@@ -33,7 +33,7 @@
Group: Graphics
License: GPL
Version: 1.2.5
-Release: 20030706
+Release: 20030709
# list of sources
Source0: ftp://ftp.gimp.org/pub/gimp/v1.2/v%{version}/gimp-%{version}.tar.bz2
@@ -80,6 +80,7 @@
%install
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/*-[0-9].[0-9]
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/lib*.so*
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5480 -r1.5481 news.txt
--- openpkg-web/news.txt 9 Jul 2003 15:10:01 -0000 1.5480
+++ openpkg-web/news.txt 9 Jul 2003 15:10:59 -0000 1.5481
@@ -1,3 +1,4 @@
+09-Jul-2003: Upgraded package: P<gimp-1.2.5-20030709>
09-Jul-2003: Upgraded package: P<teapop-0.3.5-20030709>
09-Jul-2003: Upgraded package: P<qpopper-4.0.5-20030709>
09-Jul-2003: Upgraded package: P<pb4sd-1.2-20030709>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]