]> git.pld-linux.org Git - packages/epour.git/blame - epour.spec
BR: rpmbuild(macros) >= 1.710
[packages/epour.git] / epour.spec
CommitLineData
d0126900
JB
1%define efl_ver 1.8
2
3Summary: Epour - EFL based BitTorrent client
4Summary(pl.UTF-8): Epour - klient BitTorrenta oparty na bibliotekach EFL
5Name: epour
6Version: 0.6.0
7Release: 1
8License: BSD
9Group: Applications/Network
10Source0: http://download.enlightenment.org/rel/apps/epour/%{name}-%{version}.tar.xz
11# Source0-md5: 2828085e727b026707098e851d437c43
12URL: http://git.enlightenment.org/apps/epour.git/
13BuildRequires: python-devel >= 2
14BuildRequires: python-distutils-extra
81f874b0 15BuildRequires: rpmbuild(macros) >= 1.710
d0126900
JB
16BuildRequires: tar >= 1:1.22
17BuildRequires: xz
18Requires: python-dbus
19Requires: python-e_dbus >= %{efl_ver}
20Requires: python-ecore >= %{efl_ver}
21Requires: python-elementary >= %{efl_ver}
22Requires: python-evas >= %{efl_ver}
23Requires: python-libtorrent-rasterbar >= 0.16.0
24Requires: python-pyxdg
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28Epour is a BitTorrent client based on EFL and rb-libtorrent libraries.
29
30%description -l pl.UTF-8
31Epour to klient BitTorrenta oparty na bibliotekach EFL i
32rb-libtorrent.
33
34%prep
35%setup -q
36
37%build
fbfce207 38%py_build
d0126900
JB
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
fbfce207 43%py_install
d0126900
JB
44
45%py_postclean
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc AUTHORS README TODO debian/changelog
53%attr(755,root,root) %{_bindir}/epour
54%{py_sitescriptdir}/epour-%{version}-py*.egg-info
55%{py_sitescriptdir}/epour
This page took 0.078796 seconds and 4 git commands to generate.