]> git.pld-linux.org Git - packages/genesis.git/blame - genesis.spec
- should be our pkg names
[packages/genesis.git] / genesis.spec
CommitLineData
78a99794
ER
1Summary: Genesis Sync
2Name: genesis
3Version: 0.4
4Release: 0.1
5License: GPL v3
6Group: Applications/Networking
7Source0: http://launchpad.net/genesis-sync/new-config/%{version}/+download/%{name}-%{version}.tar.gz
8# Source0-md5: ed74ce317468c75b11dbe939c02fc3cf
9URL: https://launchpad.net/genesis-sync
10BuildRequires: rpm-pythonprov
11BuildRequires: rpmbuild(macros) >= 1.219
12Requires: python
12a0429b 13Requires: python-configobj
78a99794 14Requires: python-dbus
12a0429b
ER
15Requires: python-evolution
16Requires: python-pygtk-gtk
17Requires: python-pynotify
18Requires: python-pyxdg
78a99794
ER
19Requires: syncevolution
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Genesis 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
33rm -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
42rm -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]
This page took 0.065593 seconds and 4 git commands to generate.