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: 04-Jul-2003 20:23:01
Branch: HEAD Handle: 2003070419230001
Modified files:
openpkg-src/gimp gimp.spec
openpkg-web news.txt
Log:
rpmlint police: remove versioned executables
Summary:
Revision Changes Path
1.28 +2 -1 openpkg-src/gimp/gimp.spec
1.5265 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gimp/gimp.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 gimp.spec
--- openpkg-src/gimp/gimp.spec 15 Jun 2003 07:16:02 -0000 1.27
+++ openpkg-src/gimp/gimp.spec 4 Jul 2003 18:23:01 -0000 1.28
@@ -33,7 +33,7 @@
Group: Graphics
License: GPL
Version: 1.2.5
-Release: 20030615
+Release: 20030704
# list of sources
Source0: ftp://ftp.gimp.org/pub/gimp/v1.2/v%{version}/gimp-%{version}.tar.bz2
@@ -81,6 +81,7 @@
rm -rf $RPM_BUILD_ROOT
%{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}/bin/*-[0-9].[0-9]
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5264 -r1.5265 news.txt
--- openpkg-web/news.txt 4 Jul 2003 18:19:02 -0000 1.5264
+++ openpkg-web/news.txt 4 Jul 2003 18:23:00 -0000 1.5265
@@ -1,3 +1,4 @@
+04-Jul-2003: Upgraded package: P<gimp-1.2.5-20030704>
04-Jul-2003: Upgraded package: P<dss-4.1.3-20030704>
04-Jul-2003: Upgraded package: P<apache2-2.0.46-20030704>
04-Jul-2003: Upgraded package: P<geoip-1.2.0-20030704>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]