]> git.pld-linux.org Git - packages/genesis.git/blob - genesis.spec
- package egg
[packages/genesis.git] / genesis.spec
1 Summary:        Genesis Sync
2 Name:           genesis
3 Version:        0.4
4 Release:        0.1
5 License:        GPL v3
6 Group:          Applications/Networking
7 Source0:        http://launchpad.net/genesis-sync/new-config/%{version}/+download/%{name}-%{version}.tar.gz
8 # Source0-md5:  ed74ce317468c75b11dbe939c02fc3cf
9 URL:            https://launchpad.net/genesis-sync
10 BuildRequires:  rpm-pythonprov
11 BuildRequires:  rpmbuild(macros) >= 1.219
12 Requires:       python
13 Requires:       python-configobj
14 Requires:       python-dbus
15 Requires:       python-evolution
16 Requires:       python-pygtk-gtk
17 Requires:       python-pynotify
18 Requires:       python-pyxdg
19 Requires:       syncevolution
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Genesis Sync is a GUI for the excellent SyncEvolution.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__python} setup.py build
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 %{__python} setup.py install \
35         --root=$RPM_BUILD_ROOT
36
37 %find_lang genesis
38
39 %py_postclean
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files -f genesis.lang
45 %defattr(644,root,root,755)
46 %attr(755,root,root) %{_bindir}/genesis
47 %{_desktopdir}/genesis.desktop
48 %{_datadir}/genesis
49 %{_iconsdir}/hicolor/*/apps/genesis.*
50 %{_pixmapsdir}/genesis.png
51 %dir %{py_sitescriptdir}/Genesis
52 %{py_sitescriptdir}/Genesis/*.py[co]
53 %if "%{py_ver}" > "2.4"
54 %{py_sitescriptdir}/genesis-*.egg-info
55 %endif
This page took 0.078626 seconds and 3 git commands to generate.