[claws-mail-plugins: 1/2] 3.8.1-1

Andreas Bierfert awjb at fedoraproject.org
Thu Jul 5 20:40:05 UTC 2012


commit a2a5dd36f4facabd114888d636fd19066000d578
Author: Andreas Bierfert <andreas.bierfert at lowlatency.de>
Date:   Thu Jul 5 22:31:59 2012 +0200

    3.8.1-1
    
    - version upgrade
    - add subpackage for -pdf-viewer plugin

 .gitignore              |    1 +
 claws-mail-plugins.spec |   80 ++++++++++++++++++++++++++++++++--------------
 sources                 |    2 +-
 3 files changed, 57 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 24dfa40..499ba3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /claws-mail-extra-plugins-3.8.0.tar.gz
+/claws-mail-extra-plugins-3.8.1.tar.bz2
diff --git a/claws-mail-plugins.spec b/claws-mail-plugins.spec
index 1ca0ab7..fe0a301 100644
--- a/claws-mail-plugins.spec
+++ b/claws-mail-plugins.spec
@@ -1,40 +1,38 @@
-%global pluginapi 3.8.0.0
+%global pluginapi 3.8.1.0
 
 # define plugin version
-%global acpinotifier    1.0.26
-%global addresskeeper   1.0.5
-%global archive         0.6.11
-%global attachwarner    0.2.23
-%global attremover      1.0.13
-%global bsfilter        1.0.7
-%global clamd           3.5.3
-%global fancy           0.9.15
-%global fetchinfo       0.4.24
-%global gdata           0.3
-%global geolocation     0.0.7
-%global gtkhtml2viewer  0.32
-%global mailmbox        1.14.6
+%global acpinotifier    1.0.27
+%global addresskeeper   1.0.6
+%global archive         0.6.12
+%global attachwarner    0.2.24
+%global attremover      1.0.14
+%global bsfilter        1.0.8
+%global clamd           3.5.4
+%global fancy           0.9.16
+%global fetchinfo       0.4.25
+%global gdata           0.4
+%global geolocation     0.0.8
+%global gtkhtml2viewer  0.33
+%global mailmbox        1.14.7
 %global newmail         0.0.15
-%global notification    0.29
+%global notification    0.30
+%global pdfviewer       0.9.2
 %global perl            0.9.19
-%global python          0.9
-%global rssyl           0.32
-%global spamreport      0.3.15
-%global tnef            0.3.12
-%global vcalendar       2.0.12
+%global python          0.10
+%global rssyl           0.33
+%global spamreport      0.3.16
+%global tnef            0.3.13
+%global vcalendar       2.0.13
 
 Name:           claws-mail-plugins
-Version:        3.8.0
+Version:        3.8.1
 Release:        1%{?dist}
 Summary:        Additional plugins for Claws Mail
 
 Group:          Applications/Internet
 License:        GPLv2 and GPLv3+ and MIT
 URL:            http://claws-mail.org
-# temporarily switch to gz version as bz2 version on sf is actually the gz
-# version see
-# http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2570
-Source0:        http://downloads.sourceforge.net/sylpheed-claws/claws-mail-extra-plugins-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/sylpheed-claws/claws-mail-extra-plugins-%{version}.tar.bz2
 
 BuildRequires:  claws-mail-devel >= %{version}
 BuildRequires:  glib2-devel
@@ -54,6 +52,7 @@ BuildRequires:  libarchive-devel
 BuildRequires:  libytnef-devel
 %endif
 BuildRequires:  ghostscript
+BuildRequires:  poppler-glib-devel
 BuildRequires:  enchant-devel
 BuildRequires:  webkitgtk-devel
 # fix #496149
@@ -89,6 +88,7 @@ Requires:       %{name}-gtkhtml2-viewer = %{version}-%{release}
 Requires:       %{name}-mailmbox = %{version}-%{release}
 Requires:       %{name}-newmail = %{version}-%{release}
 Requires:       %{name}-notification = %{version}-%{release}
+Requires:       %{name}-pdf-viewer = %{version}-%{release}
 Requires:       %{name}-perl = %{version}-%{release}
 Requires:       %{name}-python = %{version}-%{release}
 Requires:       %{name}-rssyl = %{version}-%{release}
@@ -278,6 +278,13 @@ Requires:       claws-mail(plugin-api)%{?_isa} = %pluginapi
 This plugin collects various ways to notify the user of new (and possibly
 unread) mail. Currently, a pop-up and a mail banner are implemented.
 
+%package pdf-viewer
+Summary:        Enables the viewing of PDF and PostScript attachments
+Group:          Applications/Internet
+Requires:       claws-mail(plugin-api)%{?_isa} = %pluginapi
+
+%description pdf-viewer
+This plugin handles PDF and Postscript attachments.
 
 %package perl
 Summary:        Perl based extended filtering engine for Claws Mail
@@ -444,6 +451,11 @@ cd ../notification_plugin-%{notification}
 %configure --disable-static --disable-dependency-tracking --enable-libnotify
 %{__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
@@ -580,6 +592,12 @@ cd notification_plugin-%{notification}
 cd -
 %find_lang notification_plugin
 
+#pdf-viewer
+cd pdf_viewer-%{pdfviewer}
+%{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
+cd -
+%find_lang pdf_viewer
+
 #perl
 cd perl_plugin-%{perl}
 %{__make} install DESTDIR=$RPM_BUILD_ROOT CLAWS_MAIL_PLUGINDIR=%{_libdir}/claws-mail/plugins/
@@ -748,6 +766,13 @@ find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
 %doc notification_plugin-%{notification}/README
 %{_libdir}/claws-mail/plugins/notification_plugin.so
 
+%files pdf-viewer -f pdf_viewer.lang
+%doc pdf_viewer-%{pdfviewer}/AUTHORS
+%doc pdf_viewer-%{pdfviewer}/ChangeLog
+%doc pdf_viewer-%{pdfviewer}/COPYING
+%doc pdf_viewer-%{pdfviewer}/README
+%{_libdir}/claws-mail/plugins/pdf_viewer.so
+
 %files perl
 %doc perl_plugin-%{perl}/AUTHORS
 %doc perl_plugin-%{perl}/ChangeLog
@@ -792,6 +817,11 @@ find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
 %{_libdir}/claws-mail/plugins/vcalendar*
 
 %changelog
+* Thu Jul 05 2012 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 3.8.1-1
+- version upgrade
+- add subpackage for -pdf-viewer plugin
+
 * Thu Dec 29 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 3.8.0-1
 - version upgrade
diff --git a/sources b/sources
index 6938f53..5b8f448 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-70456531e65d9db850cb7ffcfdf6656b  claws-mail-extra-plugins-3.8.0.tar.gz
+04528ff6c8a7a38d392c4f2afb1bb0d2  claws-mail-extra-plugins-3.8.1.tar.bz2


More information about the scm-commits mailing list