OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-Jun-2007 10:14:04
Branch: HEAD Handle: 2007063009140300
Modified files:
openpkg-src/texinfo texinfo.spec
Log:
upgrading package: texinfo 4.8a -> 4.9
Summary:
Revision Changes Path
1.50 +5 -7 openpkg-src/texinfo/texinfo.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/texinfo/texinfo.spec
============================================================================
$ cvs diff -u -r1.49 -r1.50 texinfo.spec
--- openpkg-src/texinfo/texinfo.spec 6 Feb 2007 21:42:42 -0000 1.49
+++ openpkg-src/texinfo/texinfo.spec 30 Jun 2007 08:14:03 -0000 1.50
@@ -22,10 +22,6 @@
## SUCH DAMAGE.
##
-# package versions
-%define V_base 4.8
-%define V_pl a
-
# package information
Name: texinfo
Summary: GNU Documentation System
@@ -36,8 +32,8 @@
Class: BASE
Group: Typesetting
License: GPL
-Version: %{V_base}%{V_pl}
-Release: 20070206
+Version: 4.9
+Release: 20070630
# list of sources
Source0: ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.gz
@@ -67,7 +63,7 @@
}
%prep
- %setup -q -n texinfo-%{V_base}
+ %setup -q
%patch -p0
chmod u+x install-sh
@@ -77,6 +73,8 @@
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
+ --infodir=%{l_prefix}/info \
+ --mandir=%{l_prefix}/man \
--with-included-gettext
%{l_make} %{l_mflags}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]