rpms/mail-notification/devel mail-notification.spec,1.48,1.49

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Thu Feb 14 15:58:47 UTC 2008


Author: buc

Update of /cvs/extras/rpms/mail-notification/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17444

Modified Files:
	mail-notification.spec 
Log Message:



Index: mail-notification.spec
===================================================================
RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- mail-notification.spec	31 Jan 2008 20:03:01 -0000	1.48
+++ mail-notification.spec	14 Feb 2008 15:58:03 -0000	1.49
@@ -1,6 +1,6 @@
 Name:           mail-notification
 Version:        5.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Status icon that informs you if you have new mail
 
 Group:          Applications/Internet
@@ -34,6 +34,7 @@
 Requires(preun):  GConf2
 Requires(postun): scrollkeeper
 
+
 %description
 Mail Notification is a status icon (aka tray icon) that informs you if you
 have new mail. It works with system trays implementing the freedesktop.org
@@ -53,13 +54,18 @@
 %description	evolution-plugin
 Evolution support for Mail Notification.
 
+
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .patch0
 %patch1 -p0 -b .patch1
 
+
 %build
+
+export CPPFLAGS=-D_GNU_SOURCE
 %configure --disable-schemas-install  --enable-evolution
+
 make %{?_smp_mflags}
 
 
@@ -90,6 +96,7 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %pre
 if [ "$1" -gt 1 ]; then
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
@@ -97,14 +104,18 @@
       %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
 fi
 
+
 %post
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 /usr/bin/gconftool-2 --makefile-install-rule \
   %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null ||:
+
 /usr/bin/scrollkeeper-update -q ||:
+
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
+
 %preun
 if [ "$1" -eq 0 ]; then
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
@@ -112,8 +123,10 @@
       %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
 fi
 
+
 %postun
 /usr/bin/scrollkeeper-update -q ||:
+
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
@@ -139,6 +152,9 @@
 
 
 %changelog
+* Thu Feb 14 2008 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.0-3
+- rebuild for Fedora 9
+
 * Thu Jan 31 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.0-2
 - add http://launchpadlibrarian.net/11684452/mail-notification-5.0-eelfix.diff
   from https://bugs.launchpad.net/bugs/180400




More information about the fedora-extras-commits mailing list