]> git.pld-linux.org Git - packages/gclient.git/blobdiff - gclient.spec
- version 0.3.1 (@svn r72)
[packages/gclient.git] / gclient.spec
index 789c51a59d0e352e799b1ac7dec167fddc093c1c..ec43ab9ad29d1d89bc9e19969cf0047082cac7ee 100644 (file)
@@ -1,13 +1,15 @@
-%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
@@ -27,13 +29,10 @@ other SCM systems is planned.
 %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
This page took 0.029997 seconds and 4 git commands to generate.