rpms/python-twyt/F-8 python-twyt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andy Price (andyp) fedora-extras-commits at redhat.com
Fri Jan 4 05:34:31 UTC 2008


Author: andyp

Update of /cvs/pkgs/rpms/python-twyt/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5417/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	python-twyt.spec 
Log Message:
Initial python-twyt import into F-8 branch



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

Summary: An interface to Twitter API functions for Python
Name: python-twyt
Version: 0.7
Release: 1%{?dist}
Group: System Environment/Libraries
License: BSD
URL: http://andrewprice.me.uk/projects/twyt/
Source: http://andrewprice.me.uk/projects/twyt/download/twyt-%version.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python
BuildRequires: python-devel
Requires: python-simplejson
BuildArch: noarch

%description
The twyt python module provides an interface to the remote Twitter API
functions and classes to allow easy manipulation of the returned sets of data,
such as status messages and user information.

This package also provides an example command line Twitter client called twyt
which utilises the provided modules.

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

%build
python setup.py build
%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root $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 README APITODO GUIHOWTO LICENSE
%dir %{python_sitelib}/twyt
%attr(755,root,root) %{_bindir}/twyt
%{python_sitelib}/twyt/*
%{_datadir}/man/man1/twyt.1.gz
%if 0%{?fedora} >= 9
%{python_sitelib}/*.egg-info
%endif

%changelog
* Thu Jan 03 2008 Andy Price <andy at andrewprice.me.uk> - 0.7-1
- Initial RPM packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-twyt/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Jan 2008 04:25:32 -0000	1.1
+++ .cvsignore	4 Jan 2008 05:33:53 -0000	1.2
@@ -0,0 +1 @@
+twyt-0.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-twyt/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jan 2008 04:25:32 -0000	1.1
+++ sources	4 Jan 2008 05:33:53 -0000	1.2
@@ -0,0 +1 @@
+d22a08622ea3bb4597df44a2f6593f40  twyt-0.7.tar.gz




More information about the fedora-extras-commits mailing list