From 5683cf77402a772e3d7d132fec36e31335f77acf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 31 May 2010 19:12:20 +0200 Subject: import thunderbird-enigmail-1.0.1 --- thunderbird-enigmail.spec | 345 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 345 insertions(+) create mode 100644 thunderbird-enigmail.spec (limited to 'thunderbird-enigmail.spec') diff --git a/thunderbird-enigmail.spec b/thunderbird-enigmail.spec new file mode 100644 index 0000000..879e065 --- /dev/null +++ b/thunderbird-enigmail.spec @@ -0,0 +1,345 @@ +%global nspr_version 4.8 +%global nss_version 3.12.3.99 +%global cairo_version 1.8.8 +%global freetype_version 2.1.9 +%global sqlite_version 3.6.14 +%global build_langpacks 1 +%global moz_objdir objdir-tb + +%global thunver 3.0.1 +#global CVS 20091121 +#global prever rc1 + +# The tarball is pretty inconsistent with directory structure. +# Sometimes there is a top level directory. That goes here. +# +# IMPORTANT: If there is no top level directory, this should be +# set to the cwd, ie: '.' +#%define tarballdir . +%global tarballdir comm-1.9.1 + +%global official_branding 1 + +%global version_internal 3.0 +%global mozappdir %{_libdir}/%{name}-%{version_internal} + + +Summary: Authentication and encryption extension for Mozilla Thunderbird +Name: thunderbird-enigmail +Version: 1.0.1 +%if 0%{?prever:1} +Release: 0.1.%{prever}%{?dist} +%else +Release: 1%{?dist} +%endif +URL: http://enigmail.mozdev.org/ +License: MPLv1.1 or GPLv2+ +Group: Applications/Internet +Source0: thunderbird-%{thunver}.source.tar.bz2 +#NoSource: 0 + +Source10: thunderbird-mozconfig +Source11: thunderbird-mozconfig-branded + +# ===== Enigmail files ===== +%if 0%{?CVS} +# cvs -d :pserver:guest@mozdev.org:/cvs login +# => password is guest +# cvs -d :pserver:guest@mozdev.org:/cvs co enigmail/src +# tar czf /home/rpmbuild/SOURCES/enigmail-20091121.tgz --exclude CVS -C enigmail/src . +Source100: enigmail-%{CVS}.tgz +%else +Source100: http://www.mozilla-enigmail.org/download/source/enigmail-%{version}%{?prever}.tar.gz +%endif + +# http://www.mozdev.org/pipermail/enigmail/2009-April/011018.html +Source101: enigmail-fixlang.php + +# From sunbird.src.rpm +Source102: mozilla-extension-update.sh + +# Build patches +Patch1: mozilla-jemalloc.patch +Patch2: thunderbird-shared-error.patch +Patch4: thunderbird-clipboard-crash.patch + +Patch9: thunderbird-3.0-ppc64.patch + + +%if %{official_branding} +# Required by Mozilla Corporation + + +%else +# Not yet approved by Mozillla Corporation + + +%endif + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%if 0%{?fedora} >= 11 +BuildRequires: nspr-devel >= %{nspr_version} +BuildRequires: nss-devel >= %{nss_version} +%endif +%if %{fedora} >= 11 +BuildRequires: cairo-devel >= %{cairo_version} +%endif +BuildRequires: libpng-devel +BuildRequires: libjpeg-devel +BuildRequires: zip +BuildRequires: bzip2-devel +BuildRequires: zlib-devel, gzip, zip, unzip +BuildRequires: libIDL-devel +BuildRequires: gtk2-devel +BuildRequires: gnome-vfs2-devel +BuildRequires: libgnome-devel +BuildRequires: libgnomeui-devel +BuildRequires: krb5-devel +BuildRequires: pango-devel +BuildRequires: freetype-devel >= %{freetype_version} +BuildRequires: libXt-devel +BuildRequires: libXrender-devel +%if 0%{?fedora} >= 10 +BuildRequires: hunspell-devel +%endif +%if 0%{?fedora} >= 11 +BuildRequires: sqlite-devel >= %{sqlite_version} +%endif +BuildRequires: startup-notification-devel +BuildRequires: alsa-lib-devel +BuildRequires: autoconf213 +BuildRequires: desktop-file-utils +BuildRequires: GConf2-devel + + +## For fixing lang +%if 0%{?CVS} +BuildRequires: dos2unix, php-cli +%endif + +# Without this enigmmail will require libxpcom.so and other .so +# which are not provided by thunderbird (to avoid mistake, +# because provided by xulrunner). +AutoReq: 0 +# All others deps already required by thunderbird +Requires: gnupg, thunderbird >= %{thunver} + +# Nothing usefull provided +AutoProv: 0 + +%global enigmail_extname '{847b3a00-7ab1-11d4-8f02-006008948af5}' +%global tbupdate \\\ + %{_libdir}/%{name}/mozilla-extension-update.sh \\\ + --appname thunderbird \\\ + --extname %{enigmail_extname} \\\ + --basedir %{_libdir} \\\ + --extpath %{_libdir}/%{name} \\\ + --action + + +%description +Enigmail is an extension to the mail client Mozilla Thunderbird +which allows users to access the authentication and encryption +features provided by GnuPG + +#=============================================================================== + +%prep +%setup -q -c +cd %{tarballdir} + +%patch1 -p0 -b .jemalloc +%patch2 -p1 -b .shared-error +%if %{fedora} >= 9 +%patch4 -p1 -b .clipboard-crash +%endif + +%patch9 -p0 -b .ppc64 + +%if %{official_branding} +# Required by Mozilla Corporation + + +%else +# Not yet approved by Mozillla Corporation + + +%endif + + +%{__rm} -f .mozconfig +cat %{SOURCE10} \ +%if %{fedora} < 11 + | grep -v system-sqlite \ +%endif +%if %{fedora} < 11 + | grep -v system-nss \ + | grep -v system-nspr \ + | grep -v system-hunspell \ +%endif +%if %{fedora} < 11 + | grep -v system-cairo \ +%endif + | tee .mozconfig + +%if %{official_branding} +%{__cat} %{SOURCE11} >> .mozconfig +%endif + +# ===== Enigmail work ===== +# ===== Fixing langpack +%if 0%{?CVS} +mkdir mailnews/extensions/enigmail +tar xzf %{SOURCE100} -C mailnews/extensions/enigmail + +pushd mailnews/extensions/enigmail +for rep in $(cat lang/current-languages.txt) +do + dos2unix lang/$rep/enigmail.dtd + dos2unix lang/$rep/enigmail.properties + php %{SOURCE101} ui/locale/en-US lang/$rep +done +popd +%else +tar xzf %{SOURCE100} -C mailnews/extensions +%endif7 + +#=============================================================================== + +%build +cd %{tarballdir} + +# Build with -Os as it helps the browser; also, don't override mozilla's warning +# level; they use -Wall but disable a few warnings that show up _everywhere_ +MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %{__sed} -e 's/-O2/-Os/' -e 's/-Wall//') + +export RPM_OPT_FLAGS=$MOZ_OPT_FLAGS +export PREFIX='%{_prefix}' +export LIBDIR='%{_libdir}' + +%define moz_make_flags -j1 +%ifarch ppc ppc64 s390 s390x +%define moz_make_flags -j1 +%else +%define moz_make_flags %{?_smp_mflags} +%endif + +export LDFLAGS="-Wl,-rpath,%{mozappdir}" +export MAKE="gmake %{moz_make_flags}" + +# ===== Minimal build ===== +make -f client.mk export +pushd %{moz_objdir}/mozilla/modules/libreg +make +cd ../../xpcom/string +make +cd .. +make +cd obsolete +make +popd + +# ===== Enigmail work ===== +pushd mailnews/extensions/enigmail +./makemake -r +popd + +pushd %{moz_objdir}/mailnews/extensions/enigmail +make +make xpi +popd + + +#=============================================================================== + +%install +cd %{tarballdir} +%{__rm} -rf $RPM_BUILD_ROOT + +%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir} + +%{__unzip} -q %{moz_objdir}/mozilla/dist/bin/enigmail-*-linux-*.xpi -d $RPM_BUILD_ROOT%{_libdir}/%{name} +%{__install} -p -m 755 %{SOURCE102} $RPM_BUILD_ROOT%{_libdir}/%{name}/mozilla-extension-update.sh + + + +%clean +%{__rm} -rf $RPM_BUILD_ROOT + + +%post +%{tbupdate} install || : + + +%preun +if [ $1 = 0 ]; then + %{tbupdate} remove || : +fi + +%postun +# This is needed not to reverse the effect of our preun, which +# is guarded against upgrade, but because of our triggerun, +# which is run on self-upgrade, though triggerpostun isn't +if [ $1 != 0 ]; then + %{tbupdate} install || : +fi + +%triggerin -- thunderbird +%{tbupdate} install || : + +%triggerun -- thunderbird +%{tbupdate} remove || : + +%triggerpostun -- thunderbird +# Guard against being run post-self-uninstall, even though that +# doesn't happen currently (see comment above) +if [ $1 != 0 ]; then + %{tbupdate} install || : +fi + + +%files +%defattr(-,root,root,-) +%{_libdir}/%{name} + + +#=============================================================================== + +%changelog +* Mon Feb 01 2010 Remi Collet 1.0.1-1 +- Enigmail 1.0.1 (against thunderbird 3.0.1) + +* Fri Jan 29 2010 Remi Collet 1.0.1-0.1.rc1 +- Enigmail 1.0.1rc1 (against thunderbird 3.0.1) + +* Mon Nov 30 2009 Remi Collet 1.0.0-1 +- Enigmail 1.0 (against thunderbird 3.0rc1) + +* Sat Nov 21 2009 Remi Collet 1.0-0.1.cvs20091121 +- new CVS snapshot (against thunderbird 3.0rc1) + +* Tue Jul 21 2009 Remi Collet 0.97a-0.1.cvs20090721 +- new CVS snapshot (against thunderbird 3.0b3) + +* Thu May 21 2009 Remi Collet 0.96a-0.3.cvs20090521 +- new CVS snapshot +- fix License and Sumnary + +* Mon May 18 2009 Remi Collet 0.96a-0.2.cvs20090516 +- use mozilla-extension-update.sh from thunderbird-lightning + +* Sat May 16 2009 Remi Collet 0.96a-0.1.cvs20090516 +- new CVS snapshot +- rpmfusion review proposal + +* Thu Apr 30 2009 Remi Collet 0.96a-0.1.cvs20090430.fc11.remi +- new CVS snapshot +- F11 build + +* Mon Mar 16 2009 Remi Collet 0.96a-0.1.cvs20090316.fc#.remi +- new CVS snapshot +- add enigmail-fixlang.php + +* Sun Mar 15 2009 Remi Collet 0.96a-0.1.cvs20090315.fc#.remi +- enigmail 0.96a (CVS), Thunderbird 3.0b2 + -- cgit