diff --git a/epour-0.6.0.tar.xz b/epour-0.6.0.tar.xz deleted file mode 100644 index ae237d9..0000000 --- a/epour-0.6.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c55365ada77c9ef12994e710c0f44da83ecb81959bfe1b1be7e806ea07fa53a -size 289640 diff --git a/epour-0.7.0.tar.xz b/epour-0.7.0.tar.xz new file mode 100644 index 0000000..ce96034 --- /dev/null +++ b/epour-0.7.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3f5fe42b31d419a66c9b62fea49fd7995712e63768461c6b066b18c04d2e3d +size 386232 diff --git a/epour.changes b/epour.changes index e80c2e9..285d028 100644 --- a/epour.changes +++ b/epour.changes @@ -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 diff --git a/epour.spec b/epour.spec index 2278741..f402997 100644 --- a/epour.spec +++ b/epour.spec @@ -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