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: 07-Oct-2005 08:30:23
Branch: HEAD Handle: 2005100707302300
Modified files:
openpkg-src/libgda libgda.spec
Log:
fix tracking by simplifying, although it is less good
Summary:
Revision Changes Path
1.14 +3 -5 openpkg-src/libgda/libgda.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libgda/libgda.spec
============================================================================
$ cvs diff -u -r1.13 -r1.14 libgda.spec
--- openpkg-src/libgda/libgda.spec 6 Oct 2005 07:15:33 -0000 1.13
+++ openpkg-src/libgda/libgda.spec 7 Oct 2005 06:30:23 -0000 1.14
@@ -37,7 +37,7 @@
Group: Database
License: GPL/LGPL
Version: %{V_major}.%{V_minor}
-Release: 20051006
+Release: 20051007
# package options
%option with_sqlite yes
@@ -46,7 +46,7 @@
%option with_ldap no
# list of sources
-Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/libgda/%{V_major}/libgda-%{version}.tar.gz
+Source0:
http://ftp.gnome.org/pub/GNOME/sources/libgda/%{V_major}/libgda-%{version}.tar.gz
Patch0: libgda.patch
# build information
@@ -91,9 +91,7 @@
%track
prog libgda = {
version = %{version}
- url = ftp://ftp.gnome.org/pub/GNOME/sources/libgda/
- regex = (\d+.\d+)
- url = ftp://ftp.gnome.org/pub/GNOME/sources/libgda/__NEWVER__/
+ url = http://ftp.gnome.org/pub/GNOME/sources/libgda/%{V_major}/
regex = libgda-(__VER__)\.tar\.gz
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]