SHA256
1
0
forked from pool/epour

Accepting request 502440 from home:ssantoro:branches:X11:Enlightenment:Factory

- Update to version 0.7.0

OBS-URL: https://build.opensuse.org/request/show/502440
OBS-URL: https://build.opensuse.org/package/show/X11:Enlightenment:Factory/epour?expand=0&rev=13
This commit is contained in:
Simon Lees 2017-06-13 00:37:02 +00:00 committed by Git OBS Bridge
parent 4560fb4831
commit 01901b1ef4
4 changed files with 24 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c55365ada77c9ef12994e710c0f44da83ecb81959bfe1b1be7e806ea07fa53a
size 289640

3
epour-0.7.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c3f5fe42b31d419a66c9b62fea49fd7995712e63768461c6b066b18c04d2e3d
size 386232

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 00:58:47 UTC 2017 - sjsantoro@gmail.com
- Update to version 0.7.0
-------------------------------------------------------------------
Mon Sep 12 01:27:05 UTC 2016 - simonf.lees@suse.com

View File

@ -16,21 +16,17 @@
#
Name: epour
Version: 0.6.0
Version: 0.7.0
Release: 0
Summary: BitTorrent client
License: GPL-3.0
Group: Productivity/Networking/File-Sharing
Url: https://phab.enlightenment.org/w/projects/epour/
Source0: %{name}-%{version}.tar.xz
BuildRequires: python3-efl
BuildRequires: efl-devel
BuildRequires: dbus-1-python-devel
BuildRequires: python3-xdg
Source0: https://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.xz
BuildRequires: python3-distutils-extra
BuildRequires: intltool
BuildRequires: libtorrent-rasterbar-devel >= 0.16.0
buildroot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}
@ -38,6 +34,15 @@ BuildRequires: fdupes
BuildRequires: update-desktop-files
%endif
Requires: python3-dbus-python
Requires: python3-efl
Requires: python3-libtorrent-rasterbar
Requires: python3-xdg
Recommends: %{name}-lang = %{version}
%lang_package
%description
EFL and libtorrent based BitTorrent client.
@ -54,6 +59,7 @@ python3 setup.py install --root "%{buildroot}"
%suse_update_desktop_file epour
%endif
rm -rf "%{buildroot}/%{_datadir}/doc"
%find_lang %{name}
%files
%defattr(-,root,root,-)
@ -62,5 +68,8 @@ rm -rf "%{buildroot}/%{_datadir}/doc"
%{python3_sitelib}/epour*
%{_datadir}/icons/*
%{_datadir}/applications/epour.desktop
%{_datadir}/%{name}/
%files lang -f %{name}.lang
%changelog