SPECS (AC-branch): gnome-mail-notification.spec - rel.5, fixed lin...

freetz freetz at pld-linux.org
Sun May 21 20:07:10 CEST 2006


Author: freetz                       Date: Sun May 21 18:07:10 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- rel.5, fixed linking problems (configure patch added), finished evolution
  plugin, STBR

---- Files affected:
SPECS:
   gnome-mail-notification.spec (1.26.2.3 -> 1.26.2.4) 

---- Diffs:

================================================================
Index: SPECS/gnome-mail-notification.spec
diff -u SPECS/gnome-mail-notification.spec:1.26.2.3 SPECS/gnome-mail-notification.spec:1.26.2.4
--- SPECS/gnome-mail-notification.spec:1.26.2.3	Sun May 21 18:55:56 2006
+++ SPECS/gnome-mail-notification.spec	Sun May 21 20:07:05 2006
@@ -4,7 +4,7 @@
 Summary(pl):	Monitor poczty widoczny w obszarze powiadamiania GNOME
 Name:		gnome-%{rname}
 Version:	2.0
-Release:	4.1
+Release:	5
 License:	GPL
 Group:		X11/Applications
 Source0:	http://savannah.nongnu.org/download/mailnotify/%{rname}-%{version}.tar.gz
@@ -16,6 +16,7 @@
 Patch3:		%{name}-gmail-properties.patch
 Patch4:		%{name}-imapauth.patch
 Patch5:		%{name}-evolution26.patch
+Patch6:		%{name}-configure.patch
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
 BuildRequires:	cyrus-sasl-devel >= 2.0
@@ -47,6 +48,19 @@
 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.6
+
+%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
@@ -55,6 +69,7 @@
 %patch3 -p0
 %patch4 -p0
 %patch5 -p1
+%patch6 -p1
 
 %build
 %{__aclocal} -I m4
@@ -62,7 +77,9 @@
 %{__automake}
 %{__autoconf}
 %configure \
-	--disable-schemas-install
+	--disable-schemas-install \
+	--disable-static \
+	--with-evolution-source-dir=%{_includedir}/evolution-2.6
 %{__make}
 
 %install
@@ -72,6 +89,8 @@
 	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
@@ -99,12 +118,21 @@
 %{_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.26.2.4  2006/05/21 18:07:05  freetz
+- rel.5, fixed linking problems (configure patch added), finished evolution
+  plugin, STBR
+
 Revision 1.26.2.3  2006/05/21 16:55:56  freetz
 - sync with HEAD (official patches), doesn't work for now (some libglade
   related crash, investigation in progress)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gnome-mail-notification.spec?r1=1.26.2.3&r2=1.26.2.4&f=u



More information about the pld-cvs-commit mailing list