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: 28-Sep-2003 15:33:52
Branch: HEAD Handle: 2003092814335101
Modified files:
openpkg-src/gnuplot gnuplot.spec
openpkg-web news.txt
Log:
Fix removal of <prefix>/info/dir file.
PR: 273
Submitted by: Matt Hoosier <[EMAIL PROTECTED]>
Summary:
Revision Changes Path
1.13 +2 -2 openpkg-src/gnuplot/gnuplot.spec
1.6772 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gnuplot/gnuplot.spec
============================================================================
$ cvs diff -u -r1.12 -r1.13 gnuplot.spec
--- openpkg-src/gnuplot/gnuplot.spec 8 Jul 2003 14:39:51 -0000 1.12
+++ openpkg-src/gnuplot/gnuplot.spec 28 Sep 2003 13:33:52 -0000 1.13
@@ -33,7 +33,7 @@
Group: Graphics
License: GPL
Version: 3.7.3
-Release: 20030708
+Release: 20030928
# package options
%option with_x11 no
@@ -90,7 +90,7 @@
exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
datadir=$RPM_BUILD_ROOT%{l_prefix}/share/gnuplot
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
- rm -rf $RPM_BUILD_ROOT/info/dir
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6771 -r1.6772 news.txt
--- openpkg-web/news.txt 28 Sep 2003 12:20:22 -0000 1.6771
+++ openpkg-web/news.txt 28 Sep 2003 13:33:51 -0000 1.6772
@@ -1,3 +1,4 @@
+28-Sep-2003: Upgraded package: P<gnuplot-3.7.3-20030928>
28-Sep-2003: Upgraded package: P<openpkg-20030928-20030928>
28-Sep-2003: Upgraded package: P<crm114-20030920-20030928>
28-Sep-2003: Upgraded package: P<perl-poe-20030928-20030928>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]