SPECS: synce-gnome.spec - update to 0.11, update descriptions

glen glen at pld-linux.org
Sun Jan 27 03:06:53 CET 2008


Author: glen                         Date: Sun Jan 27 02:06:53 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- update to 0.11, update descriptions

---- Files affected:
SPECS:
   synce-gnome.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/synce-gnome.spec
diff -u SPECS/synce-gnome.spec:1.7 SPECS/synce-gnome.spec:1.8
--- SPECS/synce-gnome.spec:1.7	Fri Dec 21 15:43:13 2007
+++ SPECS/synce-gnome.spec	Sun Jan 27 03:06:48 2008
@@ -1,15 +1,17 @@
 # $Revision$, $Date$
-Summary:	GNOME UI
+# TODO
+# - update pl
+Summary:	GNOME Systray applet for inputing device password
 Summary(pl.UTF-8):	Interfejs GNOME
 Name:		synce-gnome
-Version:	0.10.0
-Release:	3
+Version:	0.11
+Release:	1
 License:	MIT
 Group:		Applications/Communications
 Source0:	http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz
-# Source0-md5:	d7da61dbb06ad5206bc65c599be938d4
+# Source0-md5:	e79f5d43fefe30b51edc8750fe451a2d
 URL:		http://www.synce.org/
-BuildRequires:	sed >= 4.0
+BuildRequires:	python
 Requires:	notification-daemon
 Requires:	python-dbus
 Requires:	python-pygtk-gtk
@@ -18,7 +20,8 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-GNOME UI.
+SynCE-GNOME displays nice libnotify messages when a device is connected or
+disconnected, and it prompts for a password if one is required.
 
 Note: Despite this being called synce-gnome, this is not
 GNOME-specific.
@@ -30,14 +33,14 @@
 
 %prep
 %setup -q
-%{__sed} -i -e '1s,^#!.*python,#!%{__python},' src/test.py
 
 %build
+python setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
-install src/test.py $RPM_BUILD_ROOT%{_bindir}/%{name}
+python setup.py install \
+	--root=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -45,6 +48,7 @@
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/synce-gnome
+%{py_sitescriptdir}/*.egg-info
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -52,6 +56,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2008-01-27 02:06:48  glen
+- update to 0.11, update descriptions
+
 Revision 1.7  2007-12-21 14:43:13  glen
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/synce-gnome.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list