- let there be epour!
OBS-URL: https://build.opensuse.org/package/show/X11:Enlightenment:Factory/epour?expand=0&rev=1
This commit is contained in:
commit
21c4f23492
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
3
epour-0.6.0.tar.xz
Normal file
3
epour-0.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c55365ada77c9ef12994e710c0f44da83ecb81959bfe1b1be7e806ea07fa53a
|
||||||
|
size 289640
|
5
epour.changes
Normal file
5
epour.changes
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 16 09:46:48 UTC 2014 - sleep_walker@suse.cz
|
||||||
|
|
||||||
|
- let there be epour!
|
||||||
|
|
57
epour.spec
Normal file
57
epour.spec
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user