rpms/claws-mail-plugins/devel .cvsignore, 1.4, 1.5 claws-mail-plugins.spec, 1.8, 1.9 sources, 1.4, 1.5

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Mon Apr 16 21:12:34 UTC 2007


Author: awjb

Update of /cvs/extras/rpms/claws-mail-plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11908/devel

Modified Files:
	.cvsignore claws-mail-plugins.spec sources 
Log Message:
- version upgrade



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/claws-mail-plugins/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	28 Feb 2007 13:19:56 -0000	1.4
+++ .cvsignore	16 Apr 2007 21:12:00 -0000	1.5
@@ -1 +1 @@
-claws-mail-extra-plugins-2.8.0.tar.bz2
+claws-mail-extra-plugins-2.9.0.tar.bz2


Index: claws-mail-plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/claws-mail-plugins/devel/claws-mail-plugins.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- claws-mail-plugins.spec	6 Mar 2007 07:49:16 -0000	1.8
+++ claws-mail-plugins.spec	16 Apr 2007 21:12:00 -0000	1.9
@@ -1,24 +1,22 @@
-# define pulgin version
-%define acpinotifier	1.0.8
-%define attachwarner    0.2.5
+# define plugin version
+%define acpinotifier	1.0.9
+%define attachwarner    0.2.6
 %define attremover	1.0.5
 %define cachesaver	0.10.4
-%define	etpanprivacy	0.15.5
 %define fetchinfo	0.4.18
-%define gtkhtml2viewer 0.14.2
-%define maildir		0.24.4
+%define gtkhtml2viewer  0.15
 %define mailmbox	1.13
 %define newmail		0.0.9
-%define notification	0.9
-%define pdfviewer       0.2
-%define perl		0.9.7
-%define rssyl		0.11
+%define notification	0.10
+%define pdfviewer       0.3
+%define perl		0.9.8
+%define rssyl		0.12
 %define smime		0.7
 %define synce		0.7
-%define vcalendar	1.94
+%define vcalendar	1.95
 Name:           claws-mail-plugins
-Version:        2.8.0
-Release:        2%{?dist}
+Version:        2.9.0
+Release:        1%{?dist}
 Summary:        Additional plugins for claws-mail
 
 Group:          Applications/Internet
@@ -31,7 +29,7 @@
 BuildRequires:  glib2-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  libetpan-devel
-BuildRequires:  perl-devel
+BuildRequires:  perl
 BuildRequires:  synce-devel
 BuildRequires:  curl-devel
 BuildRequires:  libxml2-devel
@@ -46,10 +44,10 @@
 Requires:       %{name}-att-remover = %{version}-%{release}
 Requires:       %{name}-attachwarner = %{version}-%{release}
 Requires:       %{name}-cachesaver = %{version}-%{release}
-Requires:       %{name}-etpan-privacy = %{version}-%{release}
+Obsoletes:      %{name}-etpan-privacy < %{version}-%{release}
 Requires:       %{name}-fetchinfo = %{version}-%{release}
 Requires:       %{name}-gtkhtml2-viewer = %{version}-%{release}
-Requires:       %{name}-maildir = %{version}-%{release}
+Obsoletes:      %{name}-maildir < %{version}-%{release}
 Requires:       %{name}-mailmbox = %{version}-%{release}
 Requires:       %{name}-newmail = %{version}-%{release}
 Requires:       %{name}-notification = %{version}-%{release}
@@ -67,6 +65,8 @@
 Requires:       %{name}-bogofilter
 Obsoletes:      sylpheed-claws-plugins <= 2.6.0
 Provides:       sylpheed-claws-plugins = %{version}-%{release}
+Obsoletes:      sylpheed-claws-plugins-etpan-privacy <= 2.6.0
+Obsoletes:      sylpheed-claws-plugins-maildir <= 2.6.0
 
 %description
 Additional plugins for claws-mail
@@ -111,17 +111,6 @@
 This plugin saves the caches every 60 seconds (or user-defined
 period). It helps avoiding the loss of metadata on crashes.
 
-%package etpan-privacy
-Summary:        Privacy plugin for claws-mail
-Group:          Applications/Internet
-Requires:	claws-mail >= %{version}
-Provides:       sylpheed-claws-plugins-etpan-privacy = %{version}-%{release}
-Obsoletes:      sylpheed-claws-plugins-etpan-privacy <= 2.6.0
-
-%description etpan-privacy
-This allows to use the privacy architecture of etPan!, so that drivers 
-implemented for etPan! can be immediately used in claws-mail.
-
 %package fetchinfo
 Summary:        Inserts headers containing some download information
 Group:          Applications/Internet
@@ -144,19 +133,6 @@
 %description gtkhtml2-viewer
 %{summary}
 
-%package maildir
-Summary:        Provide direct access to Maildir++ Mailboxes
-Group:          Applications/Internet
-Requires:	claws-mail >= %{version}
-Provides:       sylpheed-claws-plugins-maildir = %{version}-%{release}
-Obsoletes:      sylpheed-claws-plugins-maildir <= 2.6.0
-
-%description maildir
-The  Maildir++ plugin for Sylpheed-Claws provides direct access
-to  Maildir++ Mailboxes used by IMAP-Servers like Courier-IMAP,
-BincIMAP  or  Dovecot without having all the IMAP overhead of a
-connection to 'localhost'
-
 %package mailmbox
 Summary:        Support for mailboxes in mbox format
 Group:          Applications/Internet
@@ -279,11 +255,6 @@
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
-#etpan-privacy
-cd ../etpan-privacy-%{etpanprivacy}
-%configure --disable-static --disable-dependency-tracking
-%{__make} %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
-
 #fetchinfo-plugin
 cd ../fetchinfo-plugin-%{fetchinfo}
 %configure --disable-static --disable-dependency-tracking
@@ -294,11 +265,6 @@
 %configure --disable-static --disable-dependency-tracking --disable-rpath
 %{__make} %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
 
-#maildir
-cd ../maildir-%{maildir}
-%configure --disable-static --disable-dependency-tracking
-%{__make} %{?_smp_mflags}
-
 #mailmbox
 cd ../mailmbox-%{mailmbox}
 %configure --disable-static --disable-dependency-tracking
@@ -365,11 +331,6 @@
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
 
 
-#etpan-privacy
-cd ../etpan-privacy-%{etpanprivacy}
-%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
-
-
 #fetchinfo-plugin
 cd ../fetchinfo-plugin-%{fetchinfo}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
@@ -380,11 +341,6 @@
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
 
 
-#maildir
-cd ../maildir-%{maildir}
-%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
-
-
 #mailmbox
 cd ../mailmbox-%{mailmbox}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
@@ -447,6 +403,7 @@
 %doc acpi_notifier-%{acpinotifier}/README
 %{_libdir}/claws-mail/plugins/acpi_notifier*
 %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/acpi_notifier.mo
+%lang(cs) %{_datadir}/locale/cs/LC_MESSAGES/acpi_notifier.mo
 %lang(de) %{_datadir}/locale/de/LC_MESSAGES/acpi_notifier.mo
 %lang(es) %{_datadir}/locale/es/LC_MESSAGES/acpi_notifier.mo
 %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/acpi_notifier.mo
@@ -470,6 +427,7 @@
 %doc attachwarner-%{attachwarner}/README
 %doc attachwarner-%{attachwarner}/TODO
 %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/attachwarner.mo
+%lang(cs) %{_datadir}/locale/cs/LC_MESSAGES/attachwarner.mo
 %lang(de) %{_datadir}/locale/de/LC_MESSAGES/attachwarner.mo
 %lang(es) %{_datadir}/locale/es/LC_MESSAGES/attachwarner.mo
 %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/attachwarner.mo
@@ -479,6 +437,7 @@
 %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/attachwarner.mo
 %lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/attachwarner.mo
 %lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/attachwarner.mo
+%lang(sr) %{_datadir}/locale/sr/LC_MESSAGES/attachwarner.mo
 
 %files att-remover
 %defattr(-,root,root,-)
@@ -496,14 +455,6 @@
 %doc cachesaver-%{cachesaver}/COPYING
 %{_libdir}/claws-mail/plugins/cachesaver*
 
-%files etpan-privacy
-%defattr(-,root,root,-)
-%doc etpan-privacy-%{etpanprivacy}/AUTHORS
-%doc etpan-privacy-%{etpanprivacy}/ChangeLog
-%doc etpan-privacy-%{etpanprivacy}/COPYING
-%doc etpan-privacy-%{etpanprivacy}/README
-%{_libdir}/claws-mail/plugins/etpan-privacy.so
-
 %files fetchinfo
 %defattr(-,root,root,-)
 %doc fetchinfo-plugin-%{fetchinfo}/ChangeLog
@@ -529,15 +480,6 @@
 %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/gtkhtml2_viewer.mo
 
 
-%files maildir
-%defattr(-,root,root,-)
-%doc maildir-%{maildir}/AUTHORS
-%doc maildir-%{maildir}/ChangeLog
-%doc maildir-%{maildir}/COPYING
-%doc maildir-%{maildir}/README
-%doc maildir-%{maildir}/doc/README.xml
-%{_libdir}/claws-mail/plugins/maildir*
-
 %files mailmbox
 %defattr(-,root,root,-)
 %doc mailmbox-%{mailmbox}/AUTHORS
@@ -562,6 +504,11 @@
 %doc notification_plugin-%{notification}/COPYING
 %doc notification_plugin-%{notification}/README
 %{_libdir}/claws-mail/plugins/notification_plugin.so
+%lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/notification_plugin.mo
+%lang(cs) %{_datadir}/locale/cs/LC_MESSAGES/notification_plugin.mo
+%lang(hu) %{_datadir}/locale/hu/LC_MESSAGES/notification_plugin.mo
+%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/notification_plugin.mo
+
 
 %files pdfviewer
 %defattr(-,root,root,-)
@@ -581,6 +528,7 @@
 %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/pdf_viewer.mo
 %lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/pdf_viewer.mo
 %lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/pdf_viewer.mo
+%lang(sr) %{_datadir}/locale/sr/LC_MESSAGES/pdf_viewer.mo
 
 %files perl
 %defattr(-,root,root,-)
@@ -599,6 +547,7 @@
 %doc rssyl-%{rssyl}/TODO
 %{_libdir}/claws-mail/plugins/rssyl*
 %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/rssyl.mo
+%lang(cs) %{_datadir}/locale/cs/LC_MESSAGES/rssyl.mo
 %lang(de) %{_datadir}/locale/de/LC_MESSAGES/rssyl.mo
 %lang(es) %{_datadir}/locale/es/LC_MESSAGES/rssyl.mo
 %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/rssyl.mo
@@ -649,15 +598,16 @@
 %exclude %{_includedir}/ical.h
 
 %changelog
+* Mon Apr 16 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+2.9.0-1
+- version upgrade
+
 * Tue Mar 06 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 2.8.0-2
 - bump
 
-* Sun Mar 04 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
-2.8.0-1
-- fix BR
-
 * Wed Feb 28 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+2.8.0-1
 - version upgrade
 - fix rpath
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/claws-mail-plugins/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	28 Feb 2007 13:19:56 -0000	1.4
+++ sources	16 Apr 2007 21:12:00 -0000	1.5
@@ -1 +1 @@
-30fa4df35a55fbbc584ce40d7145f92e  claws-mail-extra-plugins-2.8.0.tar.bz2
+5e86ceebdc36c3218cccd718de8b30af  claws-mail-extra-plugins-2.9.0.tar.bz2




More information about the fedora-extras-commits mailing list