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,7 +21,7 @@ Version: 0.6.0
Release: 0 Release: 0
Summary: BitTorrent client Summary: BitTorrent client
License: GPL-3.0 License: GPL-3.0
Group: TBD Group: Productivity/Networking/File-Sharing
Url: https://phab.enlightenment.org/w/projects/epour/ Url: https://phab.enlightenment.org/w/projects/epour/
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
BuildRequires: python-efl BuildRequires: python-efl
@ -31,15 +31,8 @@ BuildRequires: python-xdg
BuildRequires: python-distutils-extra BuildRequires: python-distutils-extra
BuildRequires: intltool BuildRequires: intltool
BuildRequires: libtorrent-rasterbar-devel >= 0.16.0 BuildRequires: libtorrent-rasterbar-devel >= 0.16.0
Requires: python-xdg
Requires: python-libtorrent-rasterbar
buildroot: %{_tmppath}/%{name}-%{version}-build buildroot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}
BuildRequires: fdupes
BuildRequires: update-desktop-files
%endif
%description %description
EFL and libtorrent based BitTorrent client. EFL and libtorrent based BitTorrent client.
@ -51,12 +44,6 @@ python setup.py build
%install %install
python setup.py install --root "%{buildroot}" python setup.py install --root "%{buildroot}"
%if 0%{?suse_version}
%fdupes %{buildroot}/%{_datadir}
%suse_update_desktop_file epour
%endif
rm -rf "%{buildroot}/%{_datadir}/doc" rm -rf "%{buildroot}/%{_datadir}/doc"
%files %files