rpms/python-oauth/devel import.log, NONE, 1.1 python-oauth.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sebastian Dziallas sdz at fedoraproject.org
Sat Oct 10 17:58:42 UTC 2009


Author: sdz

Update of /cvs/pkgs/rpms/python-oauth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5633/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-oauth.spec 
Log Message:
initial import



--- NEW FILE import.log ---
python-oauth-1_0_1-1_fc11:HEAD:python-oauth-1.0.1-1.fc11.src.rpm:1255197491


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

Name:           python-oauth
Version:        1.0.1
Release:        1%{?dist}
Summary:        Library for OAuth version 1.0a

Group:          Development/Languages
License:        MIT
URL:            http://code.google.com/p/oauth/
Source0:        http://pypi.python.org/packages/source/o/oauth/oauth-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel python-setuptools-devel

%description
Library for OAuth version 1.0a.


%prep
%setup -q -n oauth-%{version}


%build
python setup.py build


%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE.txt
%{python_sitelib}/*


%changelog
* Tue Oct 06 2009 Sebastian Dziallas <sebastian at when.com> - 1.0.1-1
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-oauth/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	8 Oct 2009 05:53:29 -0000	1.1
+++ .cvsignore	10 Oct 2009 17:58:42 -0000	1.2
@@ -0,0 +1 @@
+oauth-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-oauth/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	8 Oct 2009 05:53:29 -0000	1.1
+++ sources	10 Oct 2009 17:58:42 -0000	1.2
@@ -0,0 +1 @@
+30ed3cc8c11d7841a89feab437aabf81  oauth-1.0.1.tar.gz




More information about the fedora-extras-commits mailing list