rpms/claws-mail-plugins/devel .cvsignore, 1.12, 1.13 claws-mail-plugins.spec, 1.23, 1.24 sources, 1.12, 1.13

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Feb 8 12:50:58 UTC 2008


Author: awjb

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	21 Dec 2007 11:51:00 -0000	1.12
+++ .cvsignore	8 Feb 2008 12:50:18 -0000	1.13
@@ -1 +1 @@
-claws-mail-extra-plugins-3.2.0.tar.bz2
+claws-mail-extra-plugins-3.3.0.tar.bz2


Index: claws-mail-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/devel/claws-mail-plugins.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- claws-mail-plugins.spec	21 Dec 2007 11:51:00 -0000	1.23
+++ claws-mail-plugins.spec	8 Feb 2008 12:50:18 -0000	1.24
@@ -1,23 +1,25 @@
 # define plugin version
-%define acpinotifier	1.0.14
-%define attachwarner    0.2.10
+%define acpinotifier	1.0.15
+%define attachwarner    0.2.11
 %define attremover	1.0.7
 %define cachesaver	0.10.6
+%define clamav          3.3
 %define fetchinfo	0.4.22
-%define gtkhtml2viewer  0.17
+%define gtkhtml2viewer  0.17.1
 %define mailmbox	1.14
 %define newmail		0.0.11
-%define notification	0.14
-%define pdfviewer       0.8
+%define notification	0.15
+%define pdfviewer       0.9
 %define perl		0.9.12
-%define rssyl		0.17
+%define rssyl		0.18
 %define smime		0.7.4
-%define spamreport      0.3.1
+%define spamreport      0.3.2
 %define synce		0.7.3
-%define tnef            0.2.1
-%define vcalendar	1.100
+%define tnef            0.2.2
+%define vcalendar	1.101
+
 Name:           claws-mail-plugins
-Version:        3.2.0
+Version:        3.3.0
 Release:        1%{?dist}
 Summary:        Additional plugins for claws-mail
 
@@ -42,6 +44,7 @@
 BuildRequires:  poppler-devel
 BuildRequires:  libytnef-devel
 BuildRequires:  ghostscript
+BuildRequires:  clamav-devel
 
 Requires:       %{name}-acpi-notifier = %{version}-%{release}
 Requires:       %{name}-att-remover = %{version}-%{release}
@@ -62,8 +65,9 @@
 Requires:       %{name}-synce = %{version}-%{release}
 Requires:       %{name}-tnef = %{version}-%{release}
 Requires:       %{name}-vcalendar = %{version}-%{release}
+Requires:       %{name}-clamav = %{version}-%{release}
+
 # and the ones from main claws-mail-package...
-Requires:       %{name}-clamav
 Requires:       %{name}-dillo
 Requires:       %{name}-spamassassin
 Requires:       %{name}-pgp
@@ -116,6 +120,16 @@
 This plugin saves the caches every 60 seconds (or user-defined
 period). It helps avoiding the loss of metadata on crashes.
 
+%package clamav
+Summary:        Clamav antivirus plugin for claws-mail
+Group:          Applications/Internet
+Requires:       %{name} = %{version}-%{release}
+Obsoletes:      sylpheed-claws-plugins-clamav <= 2.6.0
+Provides:       sylpheed-claws-plugins-clamav = %{version}-%{release}
+
+%description clamav
+%{summary}
+
 %package fetchinfo
 Summary:        Inserts headers containing some download information
 Group:          Applications/Internet
@@ -276,6 +290,11 @@
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
+# clamav
+cd ../clamav-%{clamav}
+%configure --disable-static --disable-dependency-tracking
+%{__make} %{?_smp_mflags}
+
 #fetchinfo-plugin
 cd ../fetchinfo-plugin-%{fetchinfo}
 %configure --disable-static --disable-dependency-tracking
@@ -362,6 +381,9 @@
 cd ../cachesaver-%{cachesaver}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
 
+# clamav
+cd ../clamav-%{clamav}
+%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
 
 #fetchinfo-plugin
 cd ../fetchinfo-plugin-%{fetchinfo}
@@ -494,6 +516,21 @@
 %doc cachesaver-%{cachesaver}/COPYING
 %{_libdir}/claws-mail/plugins/cachesaver*
 
+%files clamav
+%defattr(-,root,root,-)
+%{_libdir}/claws-mail/plugins/clamav.so
+%doc clamav-%{clamav}/AUTHORS
+%doc clamav-%{clamav}/ChangeLog
+%doc clamav-%{clamav}/COPYING
+%doc clamav-%{clamav}/NEWS
+%doc clamav-%{clamav}/README
+%lang(en_GB) %{_datadir}/locale/en_GB/LC_MESSAGES/clamav.mo
+%lang(es) %{_datadir}/locale/es/LC_MESSAGES/clamav.mo
+%lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/clamav.mo
+%lang(hu) %{_datadir}/locale/hu/LC_MESSAGES/clamav.mo
+%lang(it) %{_datadir}/locale/it/LC_MESSAGES/clamav.mo
+
+
 %files fetchinfo
 %defattr(-,root,root,-)
 %doc fetchinfo-plugin-%{fetchinfo}/ChangeLog
@@ -666,6 +703,11 @@
 %exclude %{_includedir}/ical.h
 
 %changelog
+* Fri Feb 08 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 3.3.0-1
+- version upgrade
+- clamav
+
 * Mon Dec 17 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 3.2.0-1
 - version upgrade


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	21 Dec 2007 11:51:00 -0000	1.12
+++ sources	8 Feb 2008 12:50:18 -0000	1.13
@@ -1 +1 @@
-452c32084c058312ff6231f544fa2d0d  claws-mail-extra-plugins-3.2.0.tar.bz2
+3d9891668ccff252caa88496f59bd3c7  claws-mail-extra-plugins-3.3.0.tar.bz2




More information about the fedora-extras-commits mailing list