|
|
|
@ -5,6 +5,7 @@ License: MIT
@@ -5,6 +5,7 @@ License: MIT
|
|
|
|
|
Group: Development/Languages |
|
|
|
|
URL: http://www.rainbowstream.org/ |
|
|
|
|
Source0: https://pypi.python.org/packages/source/r/%{name}/%{name}-%{version}.tar.gz |
|
|
|
|
Source1: consumer.py |
|
|
|
|
Summary: A smart and nice Twitter client on terminal. |
|
|
|
|
Requires: python-dateutil |
|
|
|
|
Requires: python-requests |
|
|
|
@ -29,6 +30,7 @@ and much more fun directly from terminal.
@@ -29,6 +30,7 @@ and much more fun directly from terminal.
|
|
|
|
|
%setup -q -n %{name}-%{version} |
|
|
|
|
cp setup.py setup.py.orig |
|
|
|
|
sed s/"requests==2.5.3"/"requests"/g setup.py.orig > setup.py |
|
|
|
|
cp %{SOURCE1} rainbowstream/ |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
%{__python} setup.py build |
|
|
|
|