From 78a99794040da13ce9f14f397eac41ddf13e0609 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 29 Jan 2009 23:36:40 +0000 Subject: [PATCH] - new Changed files: genesis.spec -> 1.1 --- genesis.spec | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 genesis.spec diff --git a/genesis.spec b/genesis.spec new file mode 100644 index 0000000..0573478 --- /dev/null +++ b/genesis.spec @@ -0,0 +1,54 @@ +# TODO +# - fix R +Summary: Genesis Sync +Name: genesis +Version: 0.4 +Release: 0.1 +License: GPL v3 +Group: Applications/Networking +Source0: http://launchpad.net/genesis-sync/new-config/%{version}/+download/%{name}-%{version}.tar.gz +# Source0-md5: ed74ce317468c75b11dbe939c02fc3cf +URL: https://launchpad.net/genesis-sync +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.219 +Requires: python +#Requires: python-configobj +Requires: python-dbus +#Requires: python-evolution or python-gnome2-desktop +#Requires: python-gtk2 +#Requires: python-notify +#Requires: python-xdg +Requires: syncevolution +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Genesis Sync is a GUI for the excellent SyncEvolution. + +%prep +%setup -q + +%build +%{__python} setup.py build + +%install +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install \ + --root=$RPM_BUILD_ROOT + +%find_lang genesis + +%py_postclean + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f genesis.lang +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/genesis +%{_desktopdir}/genesis.desktop +%{_datadir}/genesis +%{_iconsdir}/hicolor/*/apps/genesis.* +%{_pixmapsdir}/genesis.png +%dir %{py_sitescriptdir}/Genesis +%{py_sitescriptdir}/Genesis/*.py[co] -- 2.43.0