rpms/claws-mail-plugins/devel .cvsignore, 1.8, 1.9 claws-mail-plugins.spec, 1.16, 1.17 sources, 1.8, 1.9

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Wed Sep 5 19:38:35 UTC 2007


Author: awjb

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	3 Jul 2007 16:58:44 -0000	1.8
+++ .cvsignore	5 Sep 2007 19:38:03 -0000	1.9
@@ -1 +1 @@
-claws-mail-extra-plugins-2.10.0.tar.bz2
+claws-mail-extra-plugins-3.0.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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- claws-mail-plugins.spec	22 Aug 2007 07:55:16 -0000	1.16
+++ claws-mail-plugins.spec	5 Sep 2007 19:38:03 -0000	1.17
@@ -1,26 +1,27 @@
 # define plugin version
-%define acpinotifier	1.0.11
-%define attachwarner    0.2.7
-%define attremover	1.0.6
-%define cachesaver	0.10.5
-%define fetchinfo	0.4.19
-%define gtkhtml2viewer  0.15.1
-%define mailmbox	1.13.1
-%define newmail		0.0.10
-%define notification	0.11
-%define pdfviewer       0.5
-%define perl		0.9.9
-%define rssyl		0.14
-%define smime		0.7.1
-%define synce		0.7.1
-%define vcalendar	1.96
+%define acpinotifier	1.0.12
+%define attachwarner    0.2.8
+%define attremover	1.0.7
+%define cachesaver	0.10.6
+%define fetchinfo	0.4.20
+%define gtkhtml2viewer  0.15.2
+%define mailmbox	1.14
+%define newmail		0.0.11
+%define notification	0.12
+%define pdfviewer       0.6
+%define perl		0.9.10
+%define rssyl		0.15
+%define smime		0.7.2
+%define spamreport      0.2
+%define synce		0.7.2
+%define vcalendar	1.97
 Name:           claws-mail-plugins
-Version:        2.10.0
-Release:        2%{?dist}
+Version:        3.0.0
+Release:        1%{?dist}
 Summary:        Additional plugins for claws-mail
 
 Group:          Applications/Internet
-License:        GPLv2 and GPLv2+ and MIT
+License:        GPLv2 and GPLv3+ and MIT
 URL:            http://claws-mail.org
 Source0:        http://dl.sf.net/sylpheed-claws/claws-mail-extra-plugins-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -30,7 +31,7 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  libetpan-devel
 BuildRequires:  perl
-BuildRequires:  synce-devel
+BuildRequires:  libsynce-devel
 BuildRequires:  curl-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  gtkhtml2-devel
@@ -55,6 +56,7 @@
 Requires:       %{name}-perl = %{version}-%{release}
 Requires:       %{name}-rssyl = %{version}-%{release}
 Requires:       %{name}-smime = %{version}-%{release}
+Requires:       %{name}-spamreport = %{version}-%{release}
 Requires:       %{name}-synce = %{version}-%{release}
 Requires:       %{name}-vcalendar = %{version}-%{release}
 # and the ones from main claws-mail-package...
@@ -208,6 +210,14 @@
 This plugin handles S/MIME signed and/or encrypted mails. You can decrypt
 mails, verify signatures or sign and encrypt your own mails.
 
+%package spam-report
+Summary:        Report spam mail to various places
+Group:          Applications/Internet
+Requires:	claws-mail >= %{version}
+
+%description spam-report
+This plugin can report spam mails to various places.
+
 %package synce
 Summary:        Keeping the addressbook of a Windows CE device in sync
 Group:          Applications/Internet
@@ -300,6 +310,11 @@
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
+#smime
+cd ../spam_report-%{spamreport}
+%configure --disable-static --disable-dependency-tracking
+%{__make} %{?_smp_mflags}
+
 #synce
 cd ../synce_plugin-%{synce}
 %configure --disable-static --disable-dependency-tracking
@@ -373,6 +388,10 @@
 cd ../smime-%{smime}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
 
+#spamreport
+cd ../spam_report-%{spamreport}
+%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
+
 
 #synce
 cd ../synce_plugin-%{synce}
@@ -507,6 +526,7 @@
 %{_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(fi) %{_datadir}/locale/fi/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
 %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/notification_plugin.mo
@@ -569,6 +589,18 @@
 %doc smime-%{smime}/NEWS
 %{_libdir}/claws-mail/plugins/smime*
 
+%files spam-report
+%defattr(-,root,root,-)
+%doc spam_report-%{spamreport}/{AUTHORS,ChangeLog,COPYING,NEWS,README}
+%{_libdir}/claws-mail/plugins/spamreport.so
+%lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/spam_report.mo
+%lang(es) %{_datadir}/locale/es/LC_MESSAGES/spam_report.mo
+%lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/spam_report.mo
+%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/spam_report.mo
+%lang(hu) %{_datadir}/locale/hu/LC_MESSAGES/spam_report.mo
+%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/spam_report.mo
+%lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/spam_report.mo
+
 %files synce
 %defattr(-,root,root,-)
 %doc synce_plugin-%{synce}/AUTHORS
@@ -599,10 +631,13 @@
 %exclude %{_includedir}/ical.h
 
 %changelog
+* Wed Sep 05 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 3.0.0
+- version upgrade
+
 * Wed Aug 22 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 2.10.0-2
 - new license tag
-- rebuild for ppc32
 
 * Tue Jul 03 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 2.10.0-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	3 Jul 2007 16:58:44 -0000	1.8
+++ sources	5 Sep 2007 19:38:03 -0000	1.9
@@ -1 +1 @@
-1dc867cb2b781a65eace390fd1deb424  claws-mail-extra-plugins-2.10.0.tar.bz2
+c59f022987fb8136b6d4a8a0611d2d39  claws-mail-extra-plugins-3.0.0.tar.bz2




More information about the fedora-extras-commits mailing list