rpms/gnome-applet-timer/FC-5 .cvsignore, 1.3, 1.4 gnome-applet-timer.spec, 1.5, 1.6 sources, 1.3, 1.4

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sun Dec 17 23:57:59 UTC 2006


Author: cwickert

Update of /cvs/extras/rpms/gnome-applet-timer/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18492

Modified Files:
	.cvsignore gnome-applet-timer.spec sources 
Log Message:
update to 1.3.2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	15 Dec 2005 14:44:55 -0000	1.3
+++ .cvsignore	17 Dec 2006 23:57:29 -0000	1.4
@@ -1 +1 @@
-timer-applet-1.2.tar.gz
+timer-applet-1.3.2.tar.gz


Index: gnome-applet-timer.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-5/gnome-applet-timer.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnome-applet-timer.spec	15 Feb 2006 01:24:27 -0000	1.5
+++ gnome-applet-timer.spec	17 Dec 2006 23:57:29 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           gnome-applet-timer
-Version:        1.2
-Release:        3%{?dist}
+Version:        1.3.2
+Release:        1%{?dist}
 Summary:        A countdown timer applet for the GNOME panel
 
 Group:          User Interface/Desktops
@@ -9,11 +9,12 @@
 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, gettext, scrollkeeper
-Provides:	timer-applet = %{version}
-Requires(pre):	GConf2
-Requires(post):	GConf2, scrollkeeper
-Requires(preun):  GConf2
+BuildRequires:  gnome-panel-devel >= 2.6, libnotify-devel >= 0.3.0, dbus-devel
+BuildRequires:  gettext, perl(XML::Parser), scrollkeeper
+Provides:       timer-applet = %{version}
+Requires(pre):  GConf2
+Requires(post): GConf2, scrollkeeper
+Requires(preun): GConf2
 Requires(postun): scrollkeeper
 
 %description
@@ -28,23 +29,16 @@
 %setup -q -n timer-applet-%{version}
 
 %build
-%configure
+%configure --disable-schemas-install
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# For GConf apps: prevent schemas from being installed at this stage
-export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
-
 %find_lang timer-applet
 
-find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
-
-
 %check || :
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -53,7 +47,6 @@
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
     gconftool-2 --makefile-uninstall-rule \
       %{_sysconfdir}/gconf/schemas/timer-applet.schemas >/dev/null || :
-    killall -HUP gconfd-2 || :
 fi
 
 
@@ -61,7 +54,6 @@
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule \
   %{_sysconfdir}/gconf/schemas/timer-applet.schemas >/dev/null || :
-killall -HUP gconfd-2 || :
 
 scrollkeeper-update -q -o %{_datadir}/omf/timer-applet || :
 
@@ -70,7 +62,6 @@
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
     gconftool-2 --makefile-uninstall-rule \
       %{_sysconfdir}/gconf/schemas/timer-applet.schemas > /dev/null || :
-    killall -HUP gconfd-2 || :
 fi
 
 %postun
@@ -89,6 +80,16 @@
 %{_datadir}/pixmaps/timer-applet
 
 %changelog
+* Sun Dec 17 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.2-1
+- Update to 1.3.2, includes fix for the icon in the notification bubble.
+
+* Tue Oct 31 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.1-1
+- Update to 1.3.1 with libnotify support (#203234).
+
+* Fri Sep 15 2006 Christoph Wickert <fedora christoph-wickert de> - 1.2-4
+- Mass rebuild for Fedora Core 6.
+- BuildRequire perl(XML::Parser).
+
 * Wed Feb 15 2006 Christoph Wickert <fedora wickert at arcor de> - 1.2-3
 - Rebuild for Fedora Extras 5.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	15 Dec 2005 14:44:55 -0000	1.3
+++ sources	17 Dec 2006 23:57:29 -0000	1.4
@@ -1 +1 @@
-00dfc31e32a9a4cad3084b78a49c8a40  timer-applet-1.2.tar.gz
+599f56a8c4eef3df441ab925ab3332ab  timer-applet-1.3.2.tar.gz




More information about the scm-commits mailing list