packages: gclient/gclient.spec (NEW) - initial

arekm arekm at pld-linux.org
Fri Sep 18 21:12:02 CEST 2009


Author: arekm                        Date: Fri Sep 18 19:12:02 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/gclient:
   gclient.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/gclient/gclient.spec
diff -u /dev/null packages/gclient/gclient.spec:1.1
--- /dev/null	Fri Sep 18 21:12:02 2009
+++ packages/gclient/gclient.spec	Fri Sep 18 21:11:57 2009
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+%define	snap	20090918
+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
+Group:		Applications/System
+# svn export http://gclient.googlecode.com/svn/trunk/ gclient
+Source0:	%{name}-%{snap}.tar.bz2
+# Source0-md5:	a06187007c1209d43d88fe5ade8d768a
+URL:		http://code.google.com/p/gclient/
+Requires:	python
+Requires:	python-modules
+Requires:	python-pymox
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The gclient script manages checkouts and updates for a set of client
+modules in various SCM repository locations.
+
+The gclient script currently handles basic management of one or more
+Subversion modules, along with their dependent modules. Module sources
+may exist in separate, different Subversion repositories. Addition of
+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
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.txt
+%attr(755,root,root) %{_bindir}/gclient
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/09/18 19:11:57  arekm
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list