commit 21c4f23492afe5f96ecbd3e1bdd02f4025321ced103fbd1942fc6ccdfd80f467 Author: Tomas Cech Date: Wed Jul 16 09:54:48 2014 +0000 - let there be epour! OBS-URL: https://build.opensuse.org/package/show/X11:Enlightenment:Factory/epour?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/epour-0.6.0.tar.xz b/epour-0.6.0.tar.xz new file mode 100644 index 0000000..ae237d9 --- /dev/null +++ b/epour-0.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c55365ada77c9ef12994e710c0f44da83ecb81959bfe1b1be7e806ea07fa53a +size 289640 diff --git a/epour.changes b/epour.changes new file mode 100644 index 0000000..12cae77 --- /dev/null +++ b/epour.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Wed Jul 16 09:46:48 UTC 2014 - sleep_walker@suse.cz + +- let there be epour! + diff --git a/epour.spec b/epour.spec new file mode 100644 index 0000000..5750112 --- /dev/null +++ b/epour.spec @@ -0,0 +1,57 @@ +# +# spec file for package epour +# +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: epour +Version: 0.6.0 +Release: 0 +Summary: BitTorrent client +License: GPL-3.0 +Group: TBD +Url: https://phab.enlightenment.org/w/projects/epour/ +Source0: %{name}-%{version}.tar.xz +BuildRequires: python-efl +BuildRequires: efl-devel +BuildRequires: dbus-1-python-devel +BuildRequires: python-xdg +BuildRequires: python-distutils-extra +BuildRequires: intltool +BuildRequires: libtorrent-rasterbar-devel >= 0.16.0 +buildroot: %{_tmppath}/%{name}-%{version}-build + +%description +EFL and libtorrent based BitTorrent client. + +%prep +%setup -q + +%build +python setup.py build + +%install +python setup.py install --root "%{buildroot}" +rm -rf "%{buildroot}/%{_datadir}/doc" + +%files +%defattr(-,root,root,-) +%doc README AUTHORS TODO +%{_bindir}/epour +%{python_sitelib}/epour* +%{_datadir}/icons/* +%{_datadir}/applications/epour.desktop + +%changelog