SPECS: gnome-mail-notification.spec - added evolution support, add...
freetz
freetz at pld-linux.org
Thu Feb 9 16:25:00 CET 2006
Author: freetz Date: Thu Feb 9 15:25:00 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added evolution support, added imapauth patch (official patch), rel.3
---- Files affected:
SPECS:
gnome-mail-notification.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: SPECS/gnome-mail-notification.spec
diff -u SPECS/gnome-mail-notification.spec:1.26 SPECS/gnome-mail-notification.spec:1.27
--- SPECS/gnome-mail-notification.spec:1.26 Thu Sep 8 17:28:36 2005
+++ SPECS/gnome-mail-notification.spec Thu Feb 9 16:24:53 2006
@@ -1,13 +1,10 @@
# $Revision$, $Date$
-# TODO:
-# - evolution support
-#
%define rname mail-notification
Summary: GNOME notification area mail monitor
Summary(pl): Monitor poczty widoczny w obszarze powiadamiania GNOME
Name: gnome-%{rname}
Version: 2.0
-Release: 2
+Release: 3
License: GPL
Group: X11/Applications
Source0: http://savannah.nongnu.org/download/mailnotify/%{rname}-%{version}.tar.gz
@@ -17,10 +14,13 @@
Patch1: %{name}-desktop.patch
Patch2: %{name}-include.patch
Patch3: %{name}-gmail-properties.patch
+Patch4: %{name}-imapauth.patch
+Patch5: %{name}-evolution26.patch
BuildRequires: autoconf >= 2.59
BuildRequires: automake
BuildRequires: cyrus-sasl-devel >= 2.0
BuildRequires: eel-devel >= 2.10.0
+BuildRequires: evolution-devel >= 2.5
BuildRequires: gmime-devel >= 2.1.0
BuildRequires: gnet-devel >= 2.0.0
BuildRequires: libgnomeui-devel >= 2.10.0-2
@@ -46,12 +46,27 @@
użytkowników, czy mają nową pocztę. Obsługuje wiele folderów oraz
wiele formatów folderów.
+%package -n evolution-plugin-mail-notification
+Summary: Mail Notification plugin for Evolution
+Summary(pl): Wtyczka Mail Notification dla Evolution
+Group: X11/Applications
+Requires: %{name} = %{version}-%{release}
+Requires: evolution >= 2.5
+
+%description -n evolution-plugin-mail-notification
+Evolution mailbox support for Mail Notification.
+
+%description -n evolution-plugin-mail-notification -l pl
+Wsparcie dla skrzynek pocztowych Evolution w Mail Notification.
+
%prep
%setup -q -n %{rname}-%{version}
%patch0 -p0
%patch1 -p1
%patch2 -p0
%patch3 -p0
+%patch4 -p0
+%patch5 -p1
%build
%{__aclocal} -I m4
@@ -59,7 +74,9 @@
%{__automake}
%{__autoconf}
%configure \
- --disable-schemas-install
+ --disable-schemas-install \
+ --disable-static \
+ --with-evolution-source-dir=%{_includedir}/evolution-2.6
%{__make}
%install
@@ -68,7 +85,9 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/evolution/2.6/plugins/*.la
+
%find_lang %{rname} --all-name --with-gnome
%clean
@@ -96,12 +115,20 @@
%{_sysconfdir}/gconf/schemas/mail-notification.schemas
%{_sysconfdir}/sound/events/*
+%files -n evolution-plugin-mail-notification
+%defattr(644,root,root,755)
+%{_libdir}/evolution/2.6/plugins/liborg-gnome-mail-notification.so
+%{_libdir}/evolution/2.6/plugins/org-gnome-mail-notification.eplug
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2006/02/09 15:24:53 freetz
+- added evolution support, added imapauth patch (official patch), rel.3
+
Revision 1.26 2005/09/08 15:28:36 freetz
- release 2 for rebuild with new gnome-menus-libs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gnome-mail-notification.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list