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:06:31
Branch: HEAD Handle: 2003070916062901
Modified files:
openpkg-src/gtk2 gtk2.spec
openpkg-web news.txt
Log:
try to remove versioned executable
Summary:
Revision Changes Path
1.13 +2 -1 openpkg-src/gtk2/gtk2.spec
1.5479 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gtk2/gtk2.spec
============================================================================
$ cvs diff -u -r1.12 -r1.13 gtk2.spec
--- openpkg-src/gtk2/gtk2.spec 8 Jul 2003 14:39:55 -0000 1.12
+++ openpkg-src/gtk2/gtk2.spec 9 Jul 2003 15:06:30 -0000 1.13
@@ -40,7 +40,7 @@
Group: XWindow
License: GPL
Version: %{V_gtk}
-Release: 20030613
+Release: 20030709
# list of sources
Source0: ftp://ftp.gtk.org/pub/gtk/v%{V_gtk_major}/gtk+-%{V_gtk}.tar.gz
@@ -174,6 +174,7 @@
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/*.so.*
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/*.la
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/gtk2/immodules/*
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/*-[0-9][0-9.]*
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5478 -r1.5479 news.txt
--- openpkg-web/news.txt 9 Jul 2003 14:59:34 -0000 1.5478
+++ openpkg-web/news.txt 9 Jul 2003 15:06:29 -0000 1.5479
@@ -1,3 +1,4 @@
+09-Jul-2003: Upgraded package: P<gtk2-2.2.2-20030709>
09-Jul-2003: Upgraded package: P<pks-0.9.6-20030709>
09-Jul-2003: Upgraded package: P<majordomo-1.94.5-20030709>
09-Jul-2003: Upgraded package: P<jitterbug-1.6.2.3-20030709>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]