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
|
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: python3-efl
|
||||||
BuildRequires: efl-devel
|
BuildRequires: efl-devel
|
||||||
BuildRequires: dbus-1-python-devel
|
BuildRequires: dbus-1-python-devel
|
||||||
BuildRequires: python-xdg
|
BuildRequires: python3-xdg
|
||||||
BuildRequires: python-distutils-extra
|
BuildRequires: python3-distutils-extra
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libtorrent-rasterbar-devel >= 0.16.0
|
BuildRequires: libtorrent-rasterbar-devel >= 0.16.0
|
||||||
buildroot: %{_tmppath}/%{name}-%{version}-build
|
buildroot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -45,10 +45,10 @@ EFL and libtorrent based BitTorrent client.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python3 setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --root "%{buildroot}"
|
python3 setup.py install --root "%{buildroot}"
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%fdupes %{buildroot}/%{_datadir}
|
%fdupes %{buildroot}/%{_datadir}
|
||||||
%suse_update_desktop_file epour
|
%suse_update_desktop_file epour
|
||||||
|
Loading…
Reference in New Issue
Block a user