rpms/claws-mail-plugins/F-8 .cvsignore, 1.15, 1.16 claws-mail-plugins.spec, 1.28, 1.29 sources, 1.15, 1.16

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Mon Jun 30 20:58:42 UTC 2008


Author: awjb

Update of /cvs/pkgs/rpms/claws-mail-plugins/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26718/F-8

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/F-8/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	23 Apr 2008 07:58:04 -0000	1.15
+++ .cvsignore	30 Jun 2008 20:57:20 -0000	1.16
@@ -1 +1 @@
-claws-mail-extra-plugins-3.4.0.tar.bz2
+claws-mail-extra-plugins-3.5.0.tar.bz2


Index: claws-mail-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/F-8/claws-mail-plugins.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- claws-mail-plugins.spec	23 Apr 2008 07:58:04 -0000	1.28
+++ claws-mail-plugins.spec	30 Jun 2008 20:57:20 -0000	1.29
@@ -1,24 +1,24 @@
 # define plugin version
 %define acpinotifier	1.0.16
+%define archive		0.6
 %define attachwarner    0.2.12
 %define attremover	1.0.8
 %define cachesaver	0.10.7
 %define fetchinfo	0.4.23
-%define gtkhtml2viewer  0.18
+%define gtkhtml2viewer  0.19
 %define mailmbox	1.14.1
 %define newmail		0.0.12
-%define notification	0.16
-%define pdfviewer       0.9.1
+%define notification	0.17
 %define perl		0.9.13
-%define rssyl		0.19
-%define smime		0.7.5
-%define spamreport      0.3.3
+%define rssyl		0.20
+%define smime		0.7.6
+%define spamreport      0.3.4
 %define synce		0.7.3
-%define tnef            0.2.3
-%define vcalendar	1.102
+%define tnef            0.3
+%define vcalendar	2.0
 
 Name:           claws-mail-plugins
-Version:        3.4.0
+Version:        3.5.0
 Release:        1%{?dist}
 Summary:        Additional plugins for claws-mail
 
@@ -40,11 +40,12 @@
 BuildRequires:  libidn-devel
 BuildRequires:  libtool
 BuildRequires:  gpgme-devel
-BuildRequires:  poppler-devel
+BuildRequires:  libarchive-devel
 BuildRequires:  libytnef-devel
 BuildRequires:  ghostscript
 
 Requires:       %{name}-acpi-notifier = %{version}-%{release}
+Requires:       %{name}-archive = %{version}-%{release}
 Requires:       %{name}-att-remover = %{version}-%{release}
 Requires:       %{name}-attachwarner = %{version}-%{release}
 Requires:       %{name}-cachesaver = %{version}-%{release}
@@ -55,7 +56,6 @@
 Requires:       %{name}-mailmbox = %{version}-%{release}
 Requires:       %{name}-newmail = %{version}-%{release}
 Requires:       %{name}-notification = %{version}-%{release}
-Requires:       %{name}-pdfviewer = %{version}-%{release}
 Requires:       %{name}-perl = %{version}-%{release}
 Requires:       %{name}-rssyl = %{version}-%{release}
 Requires:       %{name}-smime = %{version}-%{release}
@@ -88,6 +88,14 @@
 Enables mail notification via LEDs on some laptops. Options can be found on
 the 'Plugins/Acpi Notifier' page of the preferences.
 
+%package archive
+Summary:        Archiving features for claws-mail 
+Group:          Applications/Internet
+Requires:	claws-mail >= %{version}
+
+%description archive
+%{summary}
+
 
 %package attachwarner
 Summary:        attachment warner plugin for claws-mail 
@@ -181,15 +189,6 @@
 This plugin collects various ways to notify the user of new (and possibly unread)
 mail. Currently, a popup and a mail banner are implemented.
 
-%package pdfviewer
-Summary:        PDF Viewer plugin for claws-mail
-Group:          Applications/Internet
-Requires:	claws-mail >= %{version}
-
-%description pdfviewer
-This plugin enables the viewing of PDF and PostScript attachments using the
-Poppler lib.
-
 %package perl
 Summary:        Extended filtering engine
 Group:          Applications/Internet
@@ -273,6 +272,10 @@
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
+cd ../archive-%{archive}
+%configure --disable-static --disable-dependency-tracking
+%{__make} %{?_smp_mflags}
+
 #attachwarner
 cd ../attachwarner-%{attachwarner}
 %configure --disable-static --disable-dependency-tracking
@@ -313,11 +316,6 @@
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
-#pdf viewer
-cd ../pdf_viewer-%{pdfviewer}
-%configure --disable-static --disable-dependency-tracking
-%{__make} %{?_smp_mflags}
-
 #perl
 cd ../perl_plugin-%{perl}
 %configure --disable-static --disable-dependency-tracking
@@ -361,6 +359,10 @@
 cd acpi_notifier-%{acpinotifier}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
 
+# archive
+cd ../archive-%{archive}
+%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
+
 # attachwarner
 cd ../attachwarner-%{attachwarner}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
@@ -399,10 +401,6 @@
 cd ../notification_plugin-%{notification}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
 
-#pdf viewer
-cd ../pdf_viewer-%{pdfviewer}
-%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
-
 #perl
 cd ../perl_plugin-%{perl}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
@@ -468,6 +466,21 @@
 %lang(sv) %{_datadir}/locale/sv/LC_MESSAGES/acpi_notifier.mo
 %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/acpi_notifier.mo
 
+%files archive
+%defattr(-,root,root,-)
+%doc archive-%{archive}/ABOUT-NLS
+%doc archive-%{archive}/AUTHORS
+%doc archive-%{archive}/ChangeLog
+%doc archive-%{archive}/COPYING
+%doc archive-%{archive}/NEWS
+%doc archive-%{archive}/README
+%doc archive-%{archive}/TODO
+%{_libdir}/claws-mail/plugins/archive*
+%{_includedir}/claws-mail/plugins/archive
+%lang(es) %{_datadir}/locale/es/LC_MESSAGES/archive.mo
+%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/archive.mo
+%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/archive.mo
+
 %files attachwarner
 %defattr(-,root,root,-)
 %{_libdir}/claws-mail/plugins/attachwarner*
@@ -565,26 +578,6 @@
 %lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/notification_plugin.mo
 %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/notification_plugin.mo
 
-%files pdfviewer
-%defattr(-,root,root,-)
-%doc pdf_viewer-%{pdfviewer}/AUTHORS
-%doc pdf_viewer-%{pdfviewer}/ChangeLog
-%doc pdf_viewer-%{pdfviewer}/COPYING
-%doc pdf_viewer-%{pdfviewer}/NEWS
-%doc pdf_viewer-%{pdfviewer}/README
-%{_libdir}/claws-mail/plugins/pdf_viewer.so
-%lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/pdf_viewer.mo
-%lang(de) %{_datadir}/locale/de/LC_MESSAGES/pdf_viewer.mo
-%lang(es) %{_datadir}/locale/es/LC_MESSAGES/pdf_viewer.mo
-%lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/pdf_viewer.mo
-%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/pdf_viewer.mo
-%lang(hu) %{_datadir}/locale/hu/LC_MESSAGES/pdf_viewer.mo
-%lang(it) %{_datadir}/locale/it/LC_MESSAGES/pdf_viewer.mo
-%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,-)
 %doc perl_plugin-%{perl}/AUTHORS
@@ -680,6 +673,12 @@
 %exclude %{_includedir}/ical.h
 
 %changelog
+* Mon Jun 30 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 3.5.0-1
+- version upgrade
+- upstream dropped pdf plugin
+- new archive plugin
+
 * Wed Apr 23 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 3.4.0-1
 - version upgrade


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/claws-mail-plugins/F-8/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	23 Apr 2008 07:58:04 -0000	1.15
+++ sources	30 Jun 2008 20:57:20 -0000	1.16
@@ -1 +1 @@
-e7594eca0dbeb1849971b597d8392947  claws-mail-extra-plugins-3.4.0.tar.bz2
+f3201655c724642e6f73efe8b5b754fb  claws-mail-extra-plugins-3.5.0.tar.bz2




More information about the fedora-extras-commits mailing list