SPECS: genesis.spec (NEW) - new

glen glen at pld-linux.org
Fri Jan 30 00:36:46 CET 2009


Author: glen                         Date: Thu Jan 29 23:36:46 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   genesis.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/genesis.spec
diff -u /dev/null SPECS/genesis.spec:1.1
--- /dev/null	Fri Jan 30 00:36:46 2009
+++ SPECS/genesis.spec	Fri Jan 30 00:36:40 2009
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+# 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]
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/01/29 23:36:40  glen
+- new
================================================================


More information about the pld-cvs-commit mailing list