]> git.pld-linux.org Git - packages/thunderbird.git/commitdiff
- enigmail updated to 1.0.1, encrypting, decrypting and signing works ok
authorhawk <hawk@pld-linux.org>
Sat, 13 Feb 2010 11:27:02 +0000 (11:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- moved lightning extension to separate spec, package calendar timezones
  extension as well
- updated branding

Changed files:
    icedove.spec -> 1.60

icedove.spec

index 625c20d9c3518365455fd9f3f74c876940617330..81a3505d459f80980397d3ae55e370054e46ea51 100644 (file)
@@ -1,6 +1,5 @@
 #
 # TODO:
-# - CHECK all features of enigmail
 # - separate spec for enigmail
 # - remove -myspell.patch
 # - package unpackaged files
 %bcond_without gnomevfs        # disable GNOME comp. (gconf+libgnome+gnomevfs) and gnomevfs ext.
 %bcond_without gnome           # disable all GNOME components (gnome+gnomeui+gnomevfs)
 %bcond_without ldap            # disable e-mail address lookups in LDAP directories
-%bcond_without  lightning   # disable sunbird calendar
+%bcond_without  lightning      # disable sunbird calendar
 #
 %if %{without gnome}
 %undefine      with_gnomeui
 %undefine      with_gnomevfs
 %endif
-%define                enigmail_ver            1.0.0
+%define                enigmail_ver            1.0.1
 
 Summary:       Icedove - email client
 Summary(pl.UTF-8):     Icedove - klient poczty
 Name:          icedove
 Version:       3.0.1
-Release:       0.3
+Release:       0.4
 License:       MPL 1.1 or GPL v2+ or LGPL v2.1+
 Group:         Applications/Networking
 Source0:       http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.bz2
 # Source0-md5: f004aa5ddf2a30b5df96e06df416b0c9
 Source1:       http://www.mozilla-enigmail.org/download/source/enigmail-%{enigmail_ver}.tar.gz
-# Source1-md5: e3a6d379f1a72ac023751bdde2de750a
+# Source1-md5: 508ca9ab0396afb49e82eda88014924b
 Source2:       %{name}-branding.tar.bz2
-# Source2-md5: ef52c044e026ee65762893e97f421b1b
+# Source2-md5: 2da351522bdd7f4a3bd8aaff4c776976
 Source3:       %{name}-rm_nonfree.sh
 Source4:       %{name}.desktop
 Source5:       %{name}.sh
@@ -93,6 +92,20 @@ Icedove is an open-source,fast and portable email client.
 %description -l pl.UTF-8
 Icedove jest open sourcowym, szybkim i przenośnym klientem poczty.
 
+%package addon-lightning
+Summary:       An integrated calendar for Icedove
+Summary(pl.UTF-8):     Zintegrowany kalendarz dla Icedove
+License:       MPL 1.1 or GPL v2+ or LGPL v2.1+
+Group:         Applications/Networking
+Requires:      %{name} = %{version}-%{release}
+
+%description addon-lightning
+Lightning is an calendar extension to Icedove email client.
+
+%description addon-lightning -l pl.UTF-8
+Lightning to rozszerzenie do klienta poczty Icedove dodające
+funkcjonalność kalendarza.
+
 %package addon-enigmail
 Summary:       Extension for the authentication and encryption features provided by GnuPG
 Summary(pl.UTF-8):     Rozszerzenie do uwierzytelniania i szyfrowania zapewnianego przez GnuPG
@@ -358,7 +371,7 @@ exit 0
 %attr(755,root,root) %{_libdir}/%{name}/mozilla-xremote-client
 #%attr(755,root,root) %{_libdir}/%{name}/reg*
 %attr(755,root,root) %{_libdir}/%{name}/icedove
-%{_libdir}/%{name}/*.txt
+#%{_libdir}/%{name}/*.txt
 #%attr(755,root,root) %{_libdir}/%{name}/x*
 
 # symlinks
@@ -393,7 +406,13 @@ exit 0
 
 %dir %{_libdir}/%{name}/extensions
 %{_libdir}/%{name}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
+
+%if %{with lightning}
+%files addon-lightning
+%defattr(644,root,root,755)
 %{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}
+%{_libdir}/%{name}/extensions/calendar-timezones@mozilla.org
+%endif
 
 %if %{with enigmail}
 %files addon-enigmail
This page took 0.285457 seconds and 4 git commands to generate.