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: 05-Aug-2007 15:11:06
Branch: HEAD Handle: 2007080514110600
Modified files:
openpkg-src/texinfo texinfo.spec
Log:
use bz2 tarball
Summary:
Revision Changes Path
1.52 +3 -3 openpkg-src/texinfo/texinfo.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/texinfo/texinfo.spec
============================================================================
$ cvs diff -u -r1.51 -r1.52 texinfo.spec
--- openpkg-src/texinfo/texinfo.spec 11 Jul 2007 15:45:23 -0000 1.51
+++ openpkg-src/texinfo/texinfo.spec 5 Aug 2007 13:11:06 -0000 1.52
@@ -33,10 +33,10 @@
Group: Typesetting
License: GPL
Version: 4.9
-Release: 20070711
+Release: 20070805
# list of sources
-Source0: ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.gz
+Source0: ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.bz2
Patch0: texinfo.patch
# build information
@@ -59,7 +59,7 @@
prog texinfo = {
version = %{version}
url = ftp://ftp.gnu.org/gnu/texinfo/
- regex = texinfo-(__VER__)\.tar\.gz
+ regex = texinfo-(__VER__)\.tar\.(bz2|gz)
}
%prep
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]