|
|
|
@ -1,11 +1,12 @@
@@ -1,11 +1,12 @@
|
|
|
|
|
Name: rainbowstream |
|
|
|
|
Version: 1.5.2 |
|
|
|
|
Version: 1.5.4 |
|
|
|
|
Release: 1%{dist} |
|
|
|
|
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 |
|
|
|
|
#URL: http://www.rainbowstream.org/ |
|
|
|
|
URL: https://github.com/orakaro/rainbowstream |
|
|
|
|
#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 |
|
|
|
@ -27,10 +28,11 @@ and much more fun directly from terminal.
@@ -27,10 +28,11 @@ and much more fun directly from terminal.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n %{name}-%{version} |
|
|
|
|
%setup -q -T -c %{name}-%{version} |
|
|
|
|
git clone https://github.com/orakaro/rainbowstream . |
|
|
|
|
cp setup.py setup.py.orig |
|
|
|
|
sed s/"requests==2.5.3"/"requests"/g setup.py.orig > setup.py |
|
|
|
|
#cp %{SOURCE1} rainbowstream/ |
|
|
|
|
cp %{SOURCE1} rainbowstream/ |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
%{__python} setup.py build |
|
|
|
|