Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > by-pkgid > 797ea7377f72758766189002f1117d43 > files > 2

python-twitty-0.1-2mdv2010.1.src.rpm

%define checkout dustin-twitty-twister-24d6d8c

Name:            python-twitty
Summary:         A twisted client for twitter-like APIs
Version:         0.1
Release:         %mkrel 2
Epoch:           0
Source0:         %{checkout}.tar.gz
URL:             http://github.com/dustin/twitty-twister/
License:         MIT
Group:           Development/Python
BuildRoot:       %{_tmppath}/%{name}-buildroot
BuildRequires:   python-devel
Provides:        twittytwister = %{epoch}:%{version}-%{release}

Requires:        python-twisted-core
Requires:        python-twisted-web
Requires:        python-oauth

%description
Twitter client for Twisted Python

%prep
%setup -q -n %{checkout}

%build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --root=%{buildroot}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc example README.markdown
%{python_sitelib}/*




%changelog
* Thu Mar 18 2010 Caio Begotti <caio1982@mandriva.org> 0:0.1-2mdv2010.1
+ Revision: 524967
- fix requires
- it shouldn't be noarch
- import python-twitty