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: 23-May-2008 18:12:46
Branch: HEAD Handle: 2008052317124600
Modified files:
openpkg-src/star star.spec
Log:
upgrading package: star 1.5 -> 1.5a89
Summary:
Revision Changes Path
1.64 +8 -4 openpkg-src/star/star.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/star/star.spec
============================================================================
$ cvs diff -u -r1.63 -r1.64 star.spec
--- openpkg-src/star/star.spec 14 Apr 2008 18:17:10 -0000 1.63
+++ openpkg-src/star/star.spec 23 May 2008 16:12:46 -0000 1.64
@@ -21,6 +21,10 @@
## SUCH DAMAGE.
##
+# package version
+%define V_star 1.5
+%define V_alpha a89
+
# package information
Name: star
Summary: Fast Tape Archiver (TAR)
@@ -31,11 +35,11 @@
Class: EVAL
Group: Archiver
License: CDDL
-Version: 1.5
-Release: 20080414
+Version: %{V_star}%{V_alpha}
+Release: 20080523
# list of sources
-Source0: ftp://ftp.berlios.de/pub/star/star-%{version}.tar.bz2
+Source0: ftp://ftp.berlios.de/pub/star/alpha/star-%{version}.tar.bz2
Patch0: star.patch
# build information
@@ -67,7 +71,7 @@
}
%prep
- %setup -q
+ %setup -q -n star-%{V_star}
%patch -p0
%build
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]