SHA256
1
0
forked from pool/epour
Simon Lees 2015-02-21 06:11:50 +00:00 committed by Git OBS Bridge
parent 8e18a122e0
commit 1a4f511306

View File

@ -35,6 +35,11 @@ Requires: python-xdg
Requires: python-libtorrent-rasterbar
buildroot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}
BuildRequires: fdupes
BuildRequires: update-desktop-files
%endif
%description
EFL and libtorrent based BitTorrent client.
@ -46,6 +51,12 @@ python setup.py build
%install
python setup.py install --root "%{buildroot}"
%if 0%{?suse_version}
%fdupes %{buildroot}/%{_datadir}
%suse_update_desktop_file epour
%endif
rm -rf "%{buildroot}/%{_datadir}/doc"
%files