rpms/claws-mail-plugins/F-10 .cvsignore, 1.21, 1.22 claws-mail-plugins.spec, 1.41, 1.42 sources, 1.21, 1.22

Andreas Bierfert awjb at fedoraproject.org
Fri Oct 16 04:23:06 UTC 2009


Author: awjb

Update of /cvs/pkgs/rpms/claws-mail-plugins/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4986/F-10

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/F-10/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- .cvsignore	7 Jul 2009 04:42:01 -0000	1.21
+++ .cvsignore	16 Oct 2009 04:23:05 -0000	1.22
@@ -1 +1 @@
-claws-mail-extra-plugins-3.7.2.tar.bz2
+claws-mail-extra-plugins-3.7.3.tar.bz2


Index: claws-mail-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/F-10/claws-mail-plugins.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- claws-mail-plugins.spec	21 Jul 2009 15:40:52 -0000	1.41
+++ claws-mail-plugins.spec	16 Oct 2009 04:23:05 -0000	1.42
@@ -3,21 +3,23 @@
 %define archive		0.6.5
 %define attachwarner    0.2.17
 %define attremover	1.0.10
+%define bsfilter        1.0.2
 %define cachesaver	0.10.9
 %define fetchinfo	0.4.24
-%define gtkhtml2viewer  0.24
+%define gtkhtml2viewer  0.25
 %define mailmbox	1.14.3
 %define newmail		0.0.15
-%define notification	0.22
-%define perl		0.9.15
+%define notification	0.23
+%define perl		0.9.16
+%define python          0.2
 %define rssyl		0.25
 %define spamreport      0.3.9
 %define synce		0.7.5
-%define tnef            0.3.5
-%define vcalendar	2.0.5
+%define tnef            0.3.6
+%define vcalendar	2.0.6
 
 Name:           claws-mail-plugins
-Version:        3.7.2
+Version:        3.7.3
 Release:        1%{?dist}
 Summary:        Additional plugins for claws-mail
 
@@ -43,13 +45,17 @@ BuildRequires:  libarchive-devel
 BuildRequires:  libytnef-devel
 BuildRequires:  ghostscript
 BuildRequires:  enchant-devel
+BuildRequires:  webkitgtk-devel
 # fix #496149
 BuildRequires:  libnotify-devel
+BuildRequires:  python python-devel pygtk2-devel
+BuildRequires:  libcanberra-devel
 
 Requires:       %{name}-acpi-notifier = %{version}-%{release}
 Requires:       %{name}-archive = %{version}-%{release}
 Requires:       %{name}-att-remover = %{version}-%{release}
 Requires:       %{name}-attachwarner = %{version}-%{release}
+Requires:       %{name}-bsfilter = %{version}-%{release}
 Requires:       %{name}-cachesaver = %{version}-%{release}
 Obsoletes:      %{name}-etpan-privacy < %{version}-%{release}
 Requires:       %{name}-fetchinfo = %{version}-%{release}
@@ -59,6 +65,7 @@ Requires:       %{name}-mailmbox = %{ver
 Requires:       %{name}-newmail = %{version}-%{release}
 Requires:       %{name}-notification = %{version}-%{release}
 Requires:       %{name}-perl = %{version}-%{release}
+Requires:       %{name}-python = %{version}-%{release}
 Requires:       %{name}-rssyl = %{version}-%{release}
 Requires:       %{name}-spam-report = %{version}-%{release}
 Requires:       %{name}-synce = %{version}-%{release}
@@ -121,6 +128,13 @@ Obsoletes:      sylpheed-claws-plugins-a
 Enables the removal of attachments from emails.When right-clicking a message,
 choose 'Remove attachments' from the submenu.
 
+%package bsfilter
+Summary:        Bayesian spam filtering for claws-mail
+Group:          Applications/Internet
+Requires:	claws-mail >= %{version}
+
+%description bsfilter
+Bayesian spam filtering for claws-mail using Bsfilter.
 
 %package cachesaver
 Summary:        A cache saving plugin
@@ -204,6 +218,17 @@ Obsoletes:      sylpheed-claws-plugins-p
 This plugin provides an extended filtering engine for the email client
 claws-mail. It allows for the use of full perl power in email filters.
 
+%package python
+Summary:        Python scripting access to claws-mail
+Group:          Applications/Internet
+Requires:	claws-mail >= %{version}
+
+%description python
+This plugin offers a Python scripting access to Claws Mail. Python code can be
+entered interactively into an embedded Python console, or stored in scripts
+under ~/.claws-mail/python-scripts. The scripts are then accessible via the
+menu of the main window.
+
 %package rssyl
 Summary:        RSS plugin for claws-mail
 Group:          Applications/Internet
@@ -278,6 +303,11 @@ cd ../att_remover-%{attremover}
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
+# bsfilter
+cd ../bsfilter_plugin-%{bsfilter}
+%configure --disable-static --disable-dependency-tracking
+%{__make} %{?_smp_mflags}
+
 # cachesaver
 cd ../cachesaver-%{cachesaver}
 %configure --disable-static --disable-dependency-tracking
@@ -313,6 +343,12 @@ cd ../perl_plugin-%{perl}
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
+#python
+cd ../python_plugin-%{python}
+%configure --disable-static --disable-dependency-tracking
+%{__make} %{?_smp_mflags}
+
+
 #rssyl
 cd ../rssyl-%{rssyl}
 %configure --disable-static --disable-dependency-tracking
@@ -365,6 +401,12 @@ cd att_remover-%{attremover}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
 cd -
 
+# bsfilter_plugin
+cd bsfilter_plugin-%{bsfilter}
+%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
+cd -
+%find_lang bsfilter_plugin
+
 # cachesaver
 cd cachesaver-%{cachesaver}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
@@ -402,6 +444,11 @@ cd perl_plugin-%{perl}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
 cd -
 
+#python
+cd python_plugin-%{python}
+%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
+cd -
+
 #rssyl
 cd rssyl-%{rssyl}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
@@ -483,6 +530,14 @@ rm -rf $RPM_BUILD_ROOT
 %doc att_remover-%{attremover}/README
 %{_libdir}/claws-mail/plugins/att_remover*
 
+%files bsfilter -f bsfilter_plugin.lang
+%defattr(-,root,root,-)
+%doc bsfilter_plugin-%{bsfilter}/AUTHORS
+%doc bsfilter_plugin-%{bsfilter}/ChangeLog
+%doc bsfilter_plugin-%{bsfilter}/COPYING
+%doc bsfilter_plugin-%{bsfilter}/README
+%{_libdir}/claws-mail/plugins/bsfilter*
+
 %files cachesaver
 %defattr(-,root,root,-)
 %doc cachesaver-%{cachesaver}/AUTHORS
@@ -536,6 +591,14 @@ rm -rf $RPM_BUILD_ROOT
 %doc perl_plugin-%{perl}/README
 %{_libdir}/claws-mail/plugins/perl_plugin.so
 
+%files python
+%defattr(-,root,root,-)
+%doc python_plugin-%{python}/AUTHORS
+%doc python_plugin-%{python}/ChangeLog
+%doc python_plugin-%{python}/COPYING
+%doc python_plugin-%{python}/README
+%{_libdir}/claws-mail/plugins/python_plugin*
+
 %files rssyl -f rssyl.lang
 %defattr(-,root,root,-)
 %doc rssyl-%{rssyl}/AUTHORS
@@ -576,9 +639,22 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/claws-mail/plugins/vcalendar/
 
 %changelog
+* Mon Oct 12 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 3.7.3-1
+- version upgrade
+- new plugins bsfilter, python
+
+* Fri Aug 07 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 3.7.2-3
+- fix crash in fancy plugin (#515373)
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.7.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Mon Jul 06 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 3.7.2-1
 - version upgrade
+- new plugin: fancy
 - fix notification plugin to work with libnotify (#496149)
 
 * Mon Mar 30 2009 Michael Schwendt <mschwendt at fedoraproject.org>


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/F-10/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	7 Jul 2009 04:42:01 -0000	1.21
+++ sources	16 Oct 2009 04:23:05 -0000	1.22
@@ -1 +1 @@
-0bdbbf69b2420e4bbb8d0ae85f9f85d6  claws-mail-extra-plugins-3.7.2.tar.bz2
+aa397973a01893c0ce1b96402020ab62  claws-mail-extra-plugins-3.7.3.tar.bz2




More information about the fedora-extras-commits mailing list