rpms/gnome-applet-timer/devel .cvsignore, 1.6, 1.7 gnome-applet-timer.spec, 1.14, 1.15 sources, 1.6, 1.7

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Thu Feb 21 20:33:33 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/gnome-applet-timer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18312

Modified Files:
	.cvsignore gnome-applet-timer.spec sources 
Log Message:
* Thu Feb 21 2008 Christoph Wickert <fedora christoph-wickert de> - 2.0.1-1
- Update to 2.0.1.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applet-timer/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	15 Apr 2007 12:07:08 -0000	1.6
+++ .cvsignore	21 Feb 2008 20:32:43 -0000	1.7
@@ -1 +1 @@
-timer-applet-1.3.3.tar.gz
+timer-applet-2.0.1.tar.gz


Index: gnome-applet-timer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applet-timer/devel/gnome-applet-timer.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gnome-applet-timer.spec	18 Feb 2008 23:35:27 -0000	1.14
+++ gnome-applet-timer.spec	21 Feb 2008 20:32:43 -0000	1.15
@@ -1,6 +1,10 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_version: %define python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
+%define debug_package %{nil}
+
 Name:           gnome-applet-timer
-Version:        1.3.3
-Release:        3%{?dist}
+Version:        2.0.1
+Release:        1%{?dist}
 Summary:        A countdown timer applet for the GNOME panel
 
 Group:          User Interface/Desktops
@@ -9,11 +13,21 @@
 Source0:        http://download.sourceforge.net/timerapplet/timer-applet-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gnome-panel-devel >= 2.6, libnotify-devel >= 0.3.0, dbus-devel
-BuildRequires:  gettext, perl(XML::Parser), scrollkeeper
+BuildRequires:  python-devel >= 2.4
+BuildRequires:  GConf2
+BuildRequires:  gettext, perl(XML::Parser)
+Requires:       pygtk2-libglade >= 2.10
+Requires:       gnome-python2-applet >= 2.16
+Requires:       notify-python >= 0.1
+Requires:       dbus-python >= 0.80
+
+%if "%{python_version}" < "2.5"
+Requires:       python-elementtree
+%endif
+
 Provides:       timer-applet = %{version}
 Requires(pre):  GConf2
-Requires(post): GConf2, scrollkeeper
+Requires(post): GConf2
 Requires(preun): GConf2
 Requires(postun): scrollkeeper
 
@@ -74,16 +88,18 @@
 
 %files -f timer-applet.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README
-%{_libexecdir}/timer-applet
+%doc AUTHORS COPYING
 %{_sysconfdir}/gconf/schemas/timer-applet.schemas
-%{_libdir}/bonobo/servers/GNOME_TimerApplet.server
-%{_datadir}/gnome/help/timer-applet
-%{_datadir}/gnome-2.0/ui/GNOME_TimerApplet.xml
-%{_datadir}/omf/timer-applet
-%{_datadir}/pixmaps/timer-applet
+%{_libdir}/bonobo/servers/TimerApplet.server
+%{_libdir}/timer-applet/timer-applet
+%{_datadir}/pixmaps/timer-applet.png
+%{_datadir}/timer-applet/
+%{python_sitelib}/timerapplet/
 
 %changelog
+* Thu Feb 21 2008 Christoph Wickert <fedora christoph-wickert de> - 2.0.1-1
+- Update to 2.0.1.
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.3.3-3
 - Autorebuild for GCC 4.3
 
@@ -91,7 +107,7 @@
 - Rebuild for BuildID feature
 - Update license tag
 
-* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 1.3.3-1
+* Sun Apr 15 2007 Christoph Wickert <fedora christoph-wickert de> - 1.3.3-1
 - Update to 1.3.3.
 
 * Sun Dec 17 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.2-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applet-timer/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	15 Apr 2007 12:07:08 -0000	1.6
+++ sources	21 Feb 2008 20:32:43 -0000	1.7
@@ -1 +1 @@
-977320573be5f3247fd85974eecc8691  timer-applet-1.3.3.tar.gz
+c56e5ec73ece83389e05a51aa38e0d59  timer-applet-2.0.1.tar.gz




More information about the fedora-extras-commits mailing list