rpms/python-googlevoice/F-13 python-googlevoice.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeffrey C. Ollie jcollie at fedoraproject.org
Thu May 13 15:10:50 UTC 2010


Author: jcollie

Update of /cvs/pkgs/rpms/python-googlevoice/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27147

Modified Files:
	.cvsignore sources 
Added Files:
	python-googlevoice.spec 
Log Message:
* Tue May 11 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.5-1
- Update to 0.5



--- NEW FILE python-googlevoice.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-googlevoice
Version:        0.5
Release:        1%{?dist}
Summary:        Python language bindings for the Google Voice API

Group:          Development/Languages
License:        BSD
URL:            http://code.google.com/p/pygooglevoice/
Source0:        http://pygooglevoice.googlecode.com/files/pygooglevoice-%{version}.tar.gz
Source1:        http://pygooglevoice.googlecode.com/files/pygooglevoice-%{version}-extras.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-setuptools-devel

Provides:       pygooglevoice = %{version}

%description
This project aims to bring the power of the Google Voice API to the
Python language in a simple, easy-to-use manner. Currently it allows
you to place calls, send sms, download voicemails/recorded messages,
and search the various folders of your Google Voice Accounts. You can
use the Python API or command line script to schedule calls, check for
new received calls/sms, or even sync your recorded voicemails/calls.

%prep
%setup0 -q -n pygooglevoice-%{version} -a 1

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc doc examples
%{_bindir}/asterisk-gvoice-setup
%{_bindir}/gvoice
%{_bindir}/gvi
%{python_sitelib}/*

%changelog
* Tue May 11 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.5-1
- Update to 0.5

* Sun Nov  1 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.4-2
- Remove unnecessary comments
- Remove CFLAGS="$RPM_OPT_FLAGS" which is unneeded in a noarch package

* Sat Oct 31 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.4-1
- First version for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-googlevoice/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	12 May 2010 17:26:31 -0000	1.1
+++ .cvsignore	13 May 2010 15:10:50 -0000	1.2
@@ -0,0 +1,2 @@
+pygooglevoice-0.5-extras.zip
+pygooglevoice-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-googlevoice/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	12 May 2010 17:26:32 -0000	1.1
+++ sources	13 May 2010 15:10:50 -0000	1.2
@@ -0,0 +1,2 @@
+1ba2e1eb0d1680a2d45d6e27bec210fe  pygooglevoice-0.5-extras.zip
+d99e410fdd90b6d75931dd1a6d22a0f0  pygooglevoice-0.5.tar.gz



More information about the scm-commits mailing list