SHA256
1
0
forked from pool/epour
Simon Lees 2015-02-21 09:57:45 +00:00 committed by Git OBS Bridge
parent 1a4f511306
commit 3f69066073

View File

@ -21,8 +21,8 @@ Version: 0.6.0
Release: 0
Summary: BitTorrent client
License: GPL-3.0
Group: TBD
Url: https://phab.enlightenment.org/w/projects/epour/
Group: Productivity/Networking/File-Sharing
Url: https://phab.enlightenment.org/w/projects/epour/
Source0: %{name}-%{version}.tar.xz
BuildRequires: python-efl
BuildRequires: efl-devel
@ -31,15 +31,8 @@ BuildRequires: python-xdg
BuildRequires: python-distutils-extra
BuildRequires: intltool
BuildRequires: libtorrent-rasterbar-devel >= 0.16.0
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.
@ -51,12 +44,6 @@ 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