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