rpms/googlecl/devel googlecl.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adam Goode agoode at fedoraproject.org
Mon Jun 21 03:36:02 UTC 2010


Author: agoode

Update of /cvs/pkgs/rpms/googlecl/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17957/devel

Modified Files:
	.cvsignore sources 
Added Files:
	googlecl.spec import.log 
Log Message:
Initial import (#605784).


--- NEW FILE googlecl.spec ---
%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%endif

Name:		googlecl
Version:	0.9.5
Release:	3%{?dist}
Summary:	Command line tools for the Google Data APIs

Group:		Applications/Internet
License:	ASL 2.0
URL:		http://code.google.com/p/googlecl/
Source0:	http://googlecl.googlecode.com/files/%{name}-%{version}.tar.gz

BuildArch:	noarch
BuildRequires:	python2-devel
Requires:	python-gdata


%description
This package provides command-line access to some Google services via
their GData APIs.


%prep
%setup -q


%build
%{__python} setup.py build


%install
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
cp -av man/google.1 $RPM_BUILD_ROOT%{_mandir}/man1


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README.config README.txt changelog
%{_bindir}/google
%{python_sitelib}/*
%{_mandir}/man1/*


%changelog
* Sat Jun 19 2010 Adam Goode <adam at spicenitz.org> - 0.9.5-3
- Add clean section for F12
- Add python macros for F12
- Add changelog to doc

* Fri Jun 18 2010 Adam Goode <adam at spicenitz.org> - 0.9.5-2
- Don't BuildRequires python-gdata
- Don't manually gzip the man page

* Fri Jun 18 2010 Adam Goode <adam at spicenitz.org> - 0.9.5-1
- Initial package


--- NEW FILE import.log ---
googlecl-0_9_5-3_fc14:HEAD:googlecl-0.9.5-3.fc14.src.rpm:1277091340


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/googlecl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Jun 2010 02:39:47 -0000	1.1
+++ .cvsignore	21 Jun 2010 03:36:01 -0000	1.2
@@ -0,0 +1 @@
+googlecl-0.9.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/googlecl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Jun 2010 02:39:47 -0000	1.1
+++ sources	21 Jun 2010 03:36:02 -0000	1.2
@@ -0,0 +1 @@
+3471b213a5a8311ae041fb394e740753  googlecl-0.9.5.tar.gz



More information about the scm-commits mailing list