OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Sep-2006 09:53:47
Branch: HEAD Handle: 2006092708534700
Modified files:
openpkg-src/texinfo texinfo.spec
Log:
upgrading package: texinfo 4.8 -> 4.8a
Summary:
Revision Changes Path
1.45 +7 -3 openpkg-src/texinfo/texinfo.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/texinfo/texinfo.spec
============================================================================
$ cvs diff -u -r1.44 -r1.45 texinfo.spec
--- openpkg-src/texinfo/texinfo.spec 23 Sep 2006 11:58:39 -0000 1.44
+++ openpkg-src/texinfo/texinfo.spec 27 Sep 2006 07:53:47 -0000 1.45
@@ -22,6 +22,10 @@
## SUCH DAMAGE.
##
+# package versions
+%define V_base 4.8
+%define V_pl a
+
# package information
Name: texinfo
Summary: GNU Documentation System
@@ -32,8 +36,8 @@
Class: BASE
Group: Typesetting
License: GPL
-Version: 4.8
-Release: 20060923
+Version: %{V_base}%{V_pl}
+Release: 20060927
# list of sources
Source0: ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.gz
@@ -63,7 +67,7 @@
}
%prep
- %setup -q
+ %setup -q -n texinfo-%{V_base}
%patch -p0
chmod u+x install-sh
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]