packages: gclient/gclient.spec - version 0.3.1 (@svn r72)
glen
glen at pld-linux.org
Wed Dec 2 07:37:00 CET 2009
Author: glen Date: Wed Dec 2 06:37:00 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- version 0.3.1 (@svn r72)
---- Files affected:
packages/gclient:
gclient.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/gclient/gclient.spec
diff -u packages/gclient/gclient.spec:1.1 packages/gclient/gclient.spec:1.2
--- packages/gclient/gclient.spec:1.1 Fri Sep 18 21:11:57 2009
+++ packages/gclient/gclient.spec Wed Dec 2 07:36:54 2009
@@ -1,14 +1,16 @@
# $Revision$, $Date$
-%define snap 20090918
+%define svnrev 72
+%define rel 1
Summary: Wrapper script for checking out and updating source code from multiple SCM repository locations
Name: gclient
-Version: 0.1
-Release: 0.%{snap}.1
-License: Apache
+Version: 0.3.1
+Release: 0.%{svnrev}.%{rel}
+License: Apache v2.0
Group: Applications/System
-# svn export http://gclient.googlecode.com/svn/trunk/ gclient
-Source0: %{name}-%{snap}.tar.bz2
-# Source0-md5: a06187007c1209d43d88fe5ade8d768a
+# svn co http://gclient.googlecode.com/svn/trunk/gclient gclient
+# tar -cjf gclient-$(svnversion gclient).tar.bz2 --exclude=.svn --remove-files gclient
+Source0: %{name}-%{svnrev}.tar.bz2
+# Source0-md5: 7c127053cb66669d291194b6e990acf5
URL: http://code.google.com/p/gclient/
Requires: python
Requires: python-modules
@@ -28,13 +30,10 @@
%prep
%setup -q -n %{name}
-%build
-
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}
-
-install gclient.py $RPM_BUILD_ROOT%{_bindir}/gclient
+install -p gclient.py $RPM_BUILD_ROOT%{_bindir}/gclient
%clean
rm -rf $RPM_BUILD_ROOT
@@ -50,6 +49,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2009/12/02 06:36:54 glen
+- version 0.3.1 (@svn r72)
+
Revision 1.1 2009/09/18 19:11:57 arekm
- initial
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gclient/gclient.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list