]> git.pld-linux.org Git - packages/gclient.git/blame - gclient.spec
- updated BRs
[packages/gclient.git] / gclient.spec
CommitLineData
5ef169c4 1%define svnrev 72
0fbd9616 2%define rel 2
64cee83c
AM
3Summary: Wrapper script for checking out and updating source code from multiple SCM repository locations
4Name: gclient
5ef169c4
ER
5Version: 0.3.1
6Release: 0.%{svnrev}.%{rel}
7License: Apache v2.0
64cee83c 8Group: Applications/System
5ef169c4
ER
9# svn co http://gclient.googlecode.com/svn/trunk/gclient gclient
10# tar -cjf gclient-$(svnversion gclient).tar.bz2 --exclude=.svn --remove-files gclient
11Source0: %{name}-%{svnrev}.tar.bz2
12# Source0-md5: 7c127053cb66669d291194b6e990acf5
64cee83c
AM
13URL: http://code.google.com/p/gclient/
14Requires: python
15Requires: python-modules
0fbd9616 16Requires: python-mox
64cee83c
AM
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21The gclient script manages checkouts and updates for a set of client
22modules in various SCM repository locations.
23
24The gclient script currently handles basic management of one or more
25Subversion modules, along with their dependent modules. Module sources
26may exist in separate, different Subversion repositories. Addition of
27other SCM systems is planned.
28
29%prep
30%setup -q -n %{name}
31
64cee83c
AM
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT%{_bindir}
5ef169c4 35install -p gclient.py $RPM_BUILD_ROOT%{_bindir}/gclient
64cee83c
AM
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc *.txt
43%attr(755,root,root) %{_bindir}/gclient
This page took 0.074681 seconds and 4 git commands to generate.