]> git.pld-linux.org Git - packages/epour.git/blob - epour.spec
BR: rpmbuild(macros) >= 1.710
[packages/epour.git] / epour.spec
1 %define         efl_ver         1.8
2
3 Summary:        Epour - EFL based BitTorrent client
4 Summary(pl.UTF-8):      Epour - klient BitTorrenta oparty na bibliotekach EFL
5 Name:           epour
6 Version:        0.6.0
7 Release:        1
8 License:        BSD
9 Group:          Applications/Network
10 Source0:        http://download.enlightenment.org/rel/apps/epour/%{name}-%{version}.tar.xz
11 # Source0-md5:  2828085e727b026707098e851d437c43
12 URL:            http://git.enlightenment.org/apps/epour.git/
13 BuildRequires:  python-devel >= 2
14 BuildRequires:  python-distutils-extra
15 BuildRequires:  rpmbuild(macros) >= 1.710
16 BuildRequires:  tar >= 1:1.22
17 BuildRequires:  xz
18 Requires:       python-dbus
19 Requires:       python-e_dbus >= %{efl_ver}
20 Requires:       python-ecore >= %{efl_ver}
21 Requires:       python-elementary >= %{efl_ver}
22 Requires:       python-evas >= %{efl_ver}
23 Requires:       python-libtorrent-rasterbar >= 0.16.0
24 Requires:       python-pyxdg
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Epour is a BitTorrent client based on EFL and rb-libtorrent libraries.
29
30 %description -l pl.UTF-8
31 Epour to klient BitTorrenta oparty na bibliotekach EFL i
32 rb-libtorrent.
33
34 %prep
35 %setup -q
36
37 %build
38 %py_build
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %py_install
44
45 %py_postclean
46
47 %clean
48 rm -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.07102 seconds and 3 git commands to generate.