forked from pool/epour
This commit is contained in:
parent
38e33c1468
commit
a1fee4d9b1
10
epour.spec
10
epour.spec
@ -24,11 +24,11 @@ License: GPL-3.0
|
||||
Group: Productivity/Networking/File-Sharing
|
||||
Url: https://phab.enlightenment.org/w/projects/epour/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: python-efl
|
||||
BuildRequires: python3-efl
|
||||
BuildRequires: efl-devel
|
||||
BuildRequires: dbus-1-python-devel
|
||||
BuildRequires: python-xdg
|
||||
BuildRequires: python-distutils-extra
|
||||
BuildRequires: python3-xdg
|
||||
BuildRequires: python3-distutils-extra
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libtorrent-rasterbar-devel >= 0.16.0
|
||||
buildroot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -45,10 +45,10 @@ EFL and libtorrent based BitTorrent client.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
python3 setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --root "%{buildroot}"
|
||||
python3 setup.py install --root "%{buildroot}"
|
||||
%if 0%{?suse_version}
|
||||
%fdupes %{buildroot}/%{_datadir}
|
||||
%suse_update_desktop_file epour
|
||||
|
Loading…
Reference in New Issue
Block a user