rpms/python-typepad/F-11 import.log, NONE, 1.1 python-typepad.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sebastian Dziallas sdz at fedoraproject.org
Sat Oct 10 18:27:32 UTC 2009


Author: sdz

Update of /cvs/pkgs/rpms/python-typepad/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13229/F-11

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



--- NEW FILE import.log ---
python-typepad-1_0-1_fc11:F-11:python-typepad-1.0-1.fc11.src.rpm:1255199139


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

Name:           python-typepad
Version:        1.0
Release:        1%{?dist}
Summary:        Connectivity to the TypePad API through remote objects

Group:          Development/Languages
License:        BSD
URL:            http://sixapart.github.com/python-typepad-api/
Source0:        http://pypi.python.org/packages/source/t/typepad/typepad-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel python-setuptools-devel
Requires:       python-batchhttp python-httplib2 python-oauth python-remoteobjects python-simplejson

%description
The typepad package contains RemoteObject implementations for TypePad's
content objects and an OAuth client for making authenticated requests to
the API.

%prep
%setup -q -n typepad-%{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
%{python_sitelib}/*


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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-typepad/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	8 Oct 2009 05:57:11 -0000	1.1
+++ .cvsignore	10 Oct 2009 18:27:32 -0000	1.2
@@ -0,0 +1 @@
+typepad-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-typepad/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	8 Oct 2009 05:57:11 -0000	1.1
+++ sources	10 Oct 2009 18:27:32 -0000	1.2
@@ -0,0 +1 @@
+374e278abb7a8b985ea3a0d2f0908f42  typepad-1.0.tar.gz




More information about the scm-commits mailing list