]> git.pld-linux.org Git - packages/icedove.git/commitdiff
- 7.0 tarball, xulrunner deps
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 1 Oct 2011 22:13:49 +0000 (22:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icedove.desktop -> 1.3
    icedove.spec -> 1.128

icedove.desktop
icedove.spec

index 24c5e5fe7f01f6986bc26c5414554406e4474954..bc2b4e105ef4a4918dfb977b66fc601d7fdc23f4 100644 (file)
@@ -13,4 +13,6 @@ Terminal=false
 Type=Application
 Categories=GTK;Network;Email;
 MimeType=message/rfc822;x-scheme-handler/mailto;
+StartupNotify=true
+StartupWMClass=Thunderbird-bin
 # vi: encoding=utf-8
index 851b5d8b3c78911a3cc78dd969e13f6f31e2e8c5..4b71814aab3458a808c13b7e7cb6558447248fef 100644 (file)
 %define                nspr_ver                4.8.8
 %define                nss_ver                 3.12.10
 
+# convert firefox release number to platform version: 6.0.x -> 6.0.x
+%define                xulrunner_main  7.0
+%define                xulrunner_ver   %(v=%{version}; echo %{xulrunner_main}${v#7.0})
+
 %if %{without xulrunner}
 # The actual sqlite version (see RHBZ#480989):
 %define                sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo ERROR)
 Summary:       Icedove - email client
 Summary(pl.UTF-8):     Icedove - klient poczty
 Name:          icedove
-Version:       6.0.2
+Version:       7.0
 Release:       0.1
 License:       MPL 1.1 or GPL v2+ or LGPL v2.1+
 Group:         X11/Applications/Networking
 Source0:       http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.bz2
-# Source0-md5: 917a667fe21cfd103092dbc23a112192
+# Source0-md5: 6a4b2dbdc2324f52c019a3a8dee6dad4
 Source1:       http://www.mozilla-enigmail.org/download/source/enigmail-%{enigmail_ver}.tar.gz
 # Source1-md5: 2318d60320dc6c3db3c34d968bb7d533
 Source2:       %{name}-branding.tar.bz2
@@ -89,15 +93,18 @@ BuildRequires:      xorg-lib-libXinerama-devel
 BuildRequires: xorg-lib-libXt-devel
 BuildRequires: yasm
 BuildRequires: zip
-Requires(post):        mktemp >= 1.5-18
 %if %{with xulrunner}
-BuildRequires: xulrunner-devel
+BuildRequires: xulrunner-devel >= 2:%{xulrunner_ver}
 %else
 Requires:      myspell-common
 Requires:      nspr >= 1:%{nspr_ver}
 Requires:      nss >= 1:%{nss_ver}
 Requires:      sqlite3 >= %{sqlite_build_version}
 %endif
+Requires(post):        mktemp >= 1.5-18
+%if %{with xulrunner}
+%requires_eq_to        xulrunner xulrunner-devel
+%endif
 Obsoletes:     mozilla-thunderbird
 Obsoletes:     mozilla-thunderbird-dictionary-en-US
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -184,7 +191,7 @@ cd mozilla
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
+%patch4 -p1
 %patch6 -p1
 %patch7 -p1
 %patch8 -p2
This page took 0.062188 seconds and 4 git commands to generate.