rpms/mail-notification/devel mail-notification.spec,1.11,1.12

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Sat Nov 5 20:17:18 UTC 2005


Author: thl

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

Modified Files:
	mail-notification.spec 
Log Message:
Fix #172010 with export CFLAGS=-Wl,--export-dynamic for now; BR evolution-data-server-devel


Index: mail-notification.spec
===================================================================
RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mail-notification.spec	22 Sep 2005 17:27:33 -0000	1.11
+++ mail-notification.spec	5 Nov 2005 20:17:16 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           mail-notification
 Version:        2.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Status icon that informs you if you have new mail
 
 Group:          Applications/Internet
@@ -25,7 +25,7 @@
 BuildRequires:  libgcrypt-devel >= 1.2.0
 BuildRequires:  libicu-devel >= 2.6
 BuildRequires:  gob2
-BuildRequires:  evolution-devel
+BuildRequires:  evolution-devel evolution-data-server-devel
 
 
 Requires(post):   GConf2
@@ -48,7 +48,8 @@
 %patch2 -p1 -b .evolution
 
 %build
-%configure --enable-evolution --with-evolution-source-dir=/usr/include/evolution-2.4
+export CFLAGS="$RPM_OPT_FLAGS -Wl,--export-dynamic"
+%configure --disable-schemas-install  --enable-evolution --with-evolution-source-dir=/usr/include/evolution-2.4
 make %{?_smp_mflags}
 
 
@@ -113,10 +114,14 @@
 %dir %{_datadir}/omf/mail-notification/
 %{_datadir}/omf/mail-notification/mail-notification-C.omf
 %{_datadir}/pixmaps/mail-notification.png
-%{_datadir}/applications/fedora-mail-notification.desktop
 
 
 %changelog
+* Thu Sep 22 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> 2.0-6
+- Fix #172010 with export CFLAGS="-Wl,--export-dynamic" for now
+- BR evolution-data-server-devel
+- Use --disable-schemas-install
+
 * Thu Sep 22 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> 2.0-5
 - BR evo-devel
 




More information about the fedora-extras-commits mailing list