From 64cee83c717fce0e38162706be6675374c988666 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 18 Sep 2009 19:11:57 +0000 Subject: [PATCH] - initial Changed files: gclient.spec -> 1.1 --- gclient.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 gclient.spec diff --git a/gclient.spec b/gclient.spec new file mode 100644 index 0000000..789c51a --- /dev/null +++ b/gclient.spec @@ -0,0 +1,44 @@ +%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 -- 2.43.0