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: 20-Feb-2004 15:06:06
Branch: HEAD Handle: 2004022014060501
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec
Log:
fix "openpkg rpm-config --version" output
Summary:
Revision Changes Path
1.144 +1 -0 openpkg-src/openpkg/HISTORY
1.298 +1 -0 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.143 -r1.144 HISTORY
--- openpkg-src/openpkg/HISTORY 20 Feb 2004 13:48:23 -0000 1.143
+++ openpkg-src/openpkg/HISTORY 20 Feb 2004 14:06:05 -0000 1.144
@@ -2,6 +2,7 @@
2004
====
+20040220 fix "openpkg rpm-config --version" output
20040220 cleanup displayed messages and do not display error message on failed
commands
20040218 upgraded to GNU shtool 2.0b1
20040217 added -t|--tar option to *.sh scripts for convenient extracting embedded
tarball
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.297 -r1.298 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 20 Feb 2004 13:48:23 -0000 1.297
+++ openpkg-src/openpkg/openpkg.spec 20 Feb 2004 14:06:06 -0000 1.298
@@ -861,6 +861,7 @@
-e "s:@l_cppflags@:$l_cppflags:g" \
-e "s:@l_ldflags@:$l_ldflags:g" \
-e "s:@l_libs@:$l_libs:g" \
+ -e "s:@l_version@:%{V_rpm}:g" \
<`SOURCE rpm-config.sh` \
>$RPM_BUILD_ROOT%{l_prefix}/libexec/openpkg/rpm-config
) || exit $?
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]