f28b5dc
# Use system nspr/nss?
f28b5dc
%if 0%{?fedora} < 16 && 0%{?rhel} < 7
f28b5dc
%global system_nss        0
f28b5dc
%else
f28b5dc
%global system_nss        1
f28b5dc
%endif
f28b5dc
f28b5dc
# Build as a debug package?
f28b5dc
%global debug_build       0
f28b5dc
f28b5dc
# Use system Librairies ?
f28b5dc
%if 0%{?fedora} < 18 && 0%{?rhel} < 7
f28b5dc
%global system_sqlite 0
f28b5dc
%else
f28b5dc
%global system_sqlite 1
f28b5dc
%endif
015155b
f28b5dc
%if 0%{?fedora} < 15 && 0%{?rhel} < 7
f28b5dc
%global system_cairo      0
f28b5dc
%global system_vpx        0
f28b5dc
%else
f28b5dc
%global system_cairo      1
f28b5dc
%global system_vpx        1
f28b5dc
%endif
f28b5dc
f28b5dc
%global build_langpacks 1
f28b5dc
f28b5dc
%if %{?system_nss}
f28b5dc
%global nspr_version 4.9.2
a87379b
%global nss_version 3.13.6
f28b5dc
%endif
f28b5dc
%if %{?system_cairo}
f28b5dc
%global cairo_version 1.10.0
f28b5dc
%endif
f28b5dc
%global freetype_version 2.1.9
f28b5dc
%if %{?system_sqlite}
f28b5dc
%global sqlite_version 3.7.13
f28b5dc
%endif
f28b5dc
%global libnotify_version 0.4
f28b5dc
%if %{?system_cairo}
f28b5dc
%global libvpx_version 1.0.0
f28b5dc
%endif
f28b5dc
%global _default_patch_fuzz 2
f28b5dc
f28b5dc
%global thunderbird_app_id \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
f28b5dc
%global enimail_app_id     \{847b3a00-7ab1-11d4-8f02-006008948af5\}
f28b5dc
a87379b
%global thunver  17.0.2
65589e1
%global thunmax  18.0
f28b5dc
f28b5dc
# The tarball is pretty inconsistent with directory structure.
f28b5dc
# Sometimes there is a top level directory.  That goes here.
f28b5dc
#
f28b5dc
# IMPORTANT: If there is no top level directory, this should be 
f28b5dc
# set to the cwd, ie: '.'
f28b5dc
#global tarballdir .
f28b5dc
%global tarballdir comm-release
f28b5dc
f28b5dc
%global official_branding 1
f28b5dc
f28b5dc
%global mozappdir         %{_libdir}/thunderbird
f28b5dc
%global enigmail_extname  %{_libdir}/mozilla/extensions/%{thunderbird_app_id}/%{enimail_app_id}
f28b5dc
f28b5dc
f28b5dc
Summary:        Authentication and encryption extension for Mozilla Thunderbird
f28b5dc
Name:           thunderbird-enigmail
a87379b
Version:        1.5.1
79bd912
Release:        1%{?dist}
f28b5dc
URL:            http://enigmail.mozdev.org/
f28b5dc
# All files licensed under MPL 1.1/GPL 2.0/LGPL 2.1
f28b5dc
License:        MPLv1.1 or GPLv2+ or LGPLv2+
f28b5dc
Group:          Applications/Internet
f28b5dc
Source0:        thunderbird-%{thunver}%{?thunbeta}.source.tar.bz2
f28b5dc
#NoSource:       0
f28b5dc
f28b5dc
Source10:       thunderbird-mozconfig
f28b5dc
Source11:       thunderbird-mozconfig-branded
f28b5dc
f28b5dc
# ===== Enigmail files =====
015155b
Source100:      http://www.mozilla-enigmail.org/download/source/enigmail-%{version}.tar.gz
f28b5dc
f28b5dc
f28b5dc
# Mozilla (XULRunner) patches
f28b5dc
Patch0:         thunderbird-install-dir.patch
f28b5dc
Patch8:         xulrunner-10.0-secondary-ipc.patch
a87379b
Patch9:         mozilla-791626.patch
f28b5dc
f28b5dc
# Build patches
f28b5dc
Patch104:       xulrunner-10.0-gcc47.patch
f28b5dc
f28b5dc
# Linux specific
f28b5dc
Patch200:       thunderbird-8.0-enable-addons.patch
f28b5dc
f28b5dc
# PPC fixes
f28b5dc
Patch300:       xulrunner-16.0-jemalloc-ppc.patch
f28b5dc
Patch301:       rhbz-855923.patch
a87379b
Patch302:       mozilla-746112.patch
f28b5dc
f28b5dc
# Enigmail patch
f28b5dc
f28b5dc
f28b5dc
%if %{official_branding}
f28b5dc
# Required by Mozilla Corporation
f28b5dc
f28b5dc
%else
f28b5dc
# Not yet approved by Mozillla Corporation
f28b5dc
f28b5dc
%endif
f28b5dc
f28b5dc
%if %{?system_nss}
f28b5dc
BuildRequires:  nss-static >= %{nss_version}
f28b5dc
BuildRequires:  nspr-devel >= %{nspr_version}
f28b5dc
BuildRequires:  nss-devel >= %{nss_version}
f28b5dc
%endif
f28b5dc
%if %{system_cairo}
f28b5dc
# Library requirements (cairo-tee >= 1.10)
f28b5dc
BuildRequires:  cairo-devel >= %{cairo_version}
f28b5dc
%endif
f28b5dc
BuildRequires:  libnotify-devel >= %{libnotify_version}
f28b5dc
BuildRequires:  libpng-devel
f28b5dc
BuildRequires:  libjpeg-devel
f28b5dc
BuildRequires:  zip
f28b5dc
BuildRequires:  bzip2-devel
f28b5dc
BuildRequires:  zlib-devel, gzip, zip, unzip
f28b5dc
BuildRequires:  libIDL-devel
f28b5dc
BuildRequires:  gtk2-devel
f28b5dc
BuildRequires:  gnome-vfs2-devel
f28b5dc
BuildRequires:  libgnome-devel
f28b5dc
BuildRequires:  libgnomeui-devel
f28b5dc
BuildRequires:  krb5-devel
f28b5dc
BuildRequires:  pango-devel
f28b5dc
BuildRequires:  freetype-devel >= %{freetype_version}
f28b5dc
BuildRequires:  libXt-devel
f28b5dc
BuildRequires:  libXrender-devel
f28b5dc
BuildRequires:  hunspell-devel
f28b5dc
%if %{?system_sqlite}
f28b5dc
BuildRequires:  sqlite-devel >= %{sqlite_version}
f28b5dc
%endif
f28b5dc
BuildRequires:  startup-notification-devel
f28b5dc
BuildRequires:  alsa-lib-devel
f28b5dc
BuildRequires:  desktop-file-utils
f28b5dc
BuildRequires:  libcurl-devel
f28b5dc
BuildRequires:  yasm
f28b5dc
BuildRequires:  mesa-libGL-devel
f28b5dc
BuildRequires:  GConf2-devel
f28b5dc
%if %{system_vpx}
f28b5dc
BuildRequires:  libvpx-devel >= %{libvpx_version}
f28b5dc
%endif
f28b5dc
f28b5dc
## For fixing lang
f28b5dc
BuildRequires:  perl
f28b5dc
f28b5dc
f28b5dc
# Without this enigmmail will require libxpcom.so and other .so  
f28b5dc
# which are not provided by thunderbird (to avoid mistake, 
f28b5dc
# because provided by xulrunner). 
f28b5dc
AutoReq:  0
f28b5dc
# All others deps already required by thunderbird
f28b5dc
Requires:  gnupg
f28b5dc
Requires:  thunderbird >= %{thunver}
f28b5dc
Conflicts: thunderbird >=  %{thunmax}
f28b5dc
f28b5dc
# Nothing usefull provided
f28b5dc
AutoProv: 0
f28b5dc
f28b5dc
f28b5dc
%description
f28b5dc
Enigmail is an extension to the mail client Mozilla Thunderbird
f28b5dc
which allows users to access the authentication and encryption
f28b5dc
features provided by GnuPG 
f28b5dc
f28b5dc
#===============================================================================
f28b5dc
f28b5dc
%prep
f28b5dc
%setup -q -c
f28b5dc
cd %{tarballdir}
f28b5dc
926bf8a
%patch0  -p1 -b .dir
f28b5dc
# Mozilla (XULRunner) patches
f28b5dc
cd mozilla
f28b5dc
%patch8 -p3 -b .secondary-ipc
a87379b
%patch9 -p1 -b .791626
f28b5dc
%patch104 -p1 -b .gcc47
a87379b
%patch302 -p2 -b .746112
f28b5dc
cd ..
f28b5dc
f28b5dc
%patch200 -p1 -b .addons
f28b5dc
%patch300 -p1 -b .852698
f28b5dc
%patch301 -p1 -b .855923
f28b5dc
f28b5dc
%if %{official_branding}
f28b5dc
# Required by Mozilla Corporation
f28b5dc
f28b5dc
%else
f28b5dc
# Not yet approved by Mozilla Corporation
f28b5dc
f28b5dc
%endif
f28b5dc
f28b5dc
f28b5dc
%{__rm} -f .mozconfig
f28b5dc
cat %{SOURCE10} 		\
f28b5dc
%if ! %{system_cairo}
f28b5dc
  | grep -v enable-system-cairo    \
f28b5dc
%endif
f28b5dc
%if ! %{system_vpx}
f28b5dc
  | grep -v with-system-libvpx     \
f28b5dc
%endif
f28b5dc
  | tee .mozconfig
f28b5dc
f28b5dc
%if 0%{?fedora} < 14 && 0%{?rhel} <= 6
f28b5dc
echo "ac_add_options --disable-libjpeg-turbo"  >> .mozconfig
f28b5dc
%endif
f28b5dc
f28b5dc
%if %{official_branding}
f28b5dc
%{__cat} %{SOURCE11} >> .mozconfig
f28b5dc
%endif
f28b5dc
f28b5dc
%if %{?system_nss}
f28b5dc
echo "ac_add_options --with-system-nspr" >> .mozconfig
f28b5dc
echo "ac_add_options --with-system-nss" >> .mozconfig
f28b5dc
%else
f28b5dc
echo "ac_add_options --without-system-nspr" >> .mozconfig
f28b5dc
echo "ac_add_options --without-system-nss" >> .mozconfig
f28b5dc
%endif
f28b5dc
f28b5dc
# s390(x) fails to start with jemalloc enabled
f28b5dc
%ifarch s390 s390x
f28b5dc
echo "ac_add_options --disable-jemalloc" >> .mozconfig
f28b5dc
%endif
f28b5dc
f28b5dc
%if %{?system_sqlite}
f28b5dc
echo "ac_add_options --enable-system-sqlite"  >> .mozconfig
f28b5dc
%else
f28b5dc
echo "ac_add_options --disable-system-sqlite" >> .mozconfig
f28b5dc
%endif
f28b5dc
f28b5dc
%if %{?debug_build}
f28b5dc
echo "ac_add_options --enable-debug" >> .mozconfig
f28b5dc
echo "ac_add_options --disable-optimize" >> .mozconfig
f28b5dc
%else
f28b5dc
echo "ac_add_options --disable-debug" >> .mozconfig
f28b5dc
echo "ac_add_options --enable-optimize" >> .mozconfig
f28b5dc
%endif
f28b5dc
f28b5dc
%ifarch %{arm}
f28b5dc
echo "ac_add_options --disable-elf-hack" >> .mozconfig
f28b5dc
%endif
f28b5dc
a574717
%ifnarch %{ix86} x86_64
a574717
echo "ac_add_options --disable-webrtc" >> .mozconfig
a574717
%endif
a574717
f28b5dc
# ===== Enigmail work =====
f28b5dc
%if 0%{?CVS}
f28b5dc
mkdir mailnews/extensions/enigmail
f28b5dc
tar xzf %{SOURCE100} -C mailnews/extensions/enigmail
f28b5dc
f28b5dc
%else
f28b5dc
tar xzf %{SOURCE100} -C mailnews/extensions
f28b5dc
pushd mailnews/extensions/enigmail
f28b5dc
# From: Patrick Brunschwig <patrick@mozilla-enigmail.org>
f28b5dc
# All tarballs (as well as CVS) will *always* report as 1.4a1pre (or whatever
f28b5dc
# the next major version would be). This is because I create builds from trunk
f28b5dc
# and simply label the result as 1.3.x.
a87379b
sed -i -e '/em:version/s/1.6a1pre/%{version}/' package/install.rdf
f28b5dc
grep '<em:version>%{version}</em:version>' package/install.rdf || exit 1
f28b5dc
# Apply Enigmail patch here
f28b5dc
popd
f28b5dc
%endif
f28b5dc
f28b5dc
# ===== Fixing langpack
f28b5dc
pushd mailnews/extensions/enigmail
f28b5dc
for rep in $(cat lang/current-languages.txt)
f28b5dc
do
f28b5dc
   perl util/fixlang.pl ui/locale/en-US lang/$rep
f28b5dc
done
f28b5dc
popd
f28b5dc
f28b5dc
#===============================================================================
f28b5dc
f28b5dc
%build
f28b5dc
cd %{tarballdir}
f28b5dc
f28b5dc
# -fpermissive is needed to build with gcc 4.6+ which has become stricter
f28b5dc
#
f28b5dc
# Mozilla builds with -Wall with exception of a few warnings which show up
f28b5dc
# everywhere in the code; so, don't override that.
f28b5dc
#
f28b5dc
# Disable C++ exceptions since Mozilla code is not exception-safe
f28b5dc
#
f28b5dc
MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS -fpermissive" | \
022b9f4
                      %{__sed} -e 's/-Wall//')
f28b5dc
%if %{?debug_build}
f28b5dc
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-O2//')
f28b5dc
%endif
f28b5dc
%ifarch s390
f28b5dc
MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | %{__sed} -e 's/-g/-g1/')
f28b5dc
%endif
f28b5dc
%ifarch s390 %{arm} ppc
f28b5dc
MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
f28b5dc
%endif
f28b5dc
f28b5dc
export CFLAGS=$MOZ_OPT_FLAGS
f28b5dc
export CXXFLAGS=$MOZ_OPT_FLAGS
f28b5dc
export LDFLAGS=$MOZ_LINK_FLAGS
f28b5dc
f28b5dc
export PREFIX='%{_prefix}'
f28b5dc
export LIBDIR='%{_libdir}'
f28b5dc
f28b5dc
MOZ_SMP_FLAGS=-j1
f28b5dc
# On x86 architectures, Mozilla can build up to 4 jobs at once in parallel,
f28b5dc
# however builds tend to fail on other arches when building in parallel.
a87379b
%ifarch %{ix86} x86_64 ppc ppc64
f28b5dc
[ -z "$RPM_BUILD_NCPUS" ] && \
f28b5dc
     RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
f28b5dc
[ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
f28b5dc
[ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4
f28b5dc
[ "$RPM_BUILD_NCPUS" -ge 8 ] && MOZ_SMP_FLAGS=-j8
f28b5dc
%endif
f28b5dc
f28b5dc
f28b5dc
# ===== Thunderbird build =====
f28b5dc
# http://enigmail.mozdev.org/download/source.php.html
f28b5dc
make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
f28b5dc
f28b5dc
# ===== Enigmail work =====
f28b5dc
pushd mailnews/extensions/enigmail
f28b5dc
./makemake -r
f28b5dc
popd
f28b5dc
f28b5dc
pushd objdir/mailnews/extensions/enigmail
f28b5dc
make
f28b5dc
make xpi
f28b5dc
popd
f28b5dc
f28b5dc
#===============================================================================
f28b5dc
f28b5dc
%install
f28b5dc
cd %{tarballdir}
f28b5dc
f28b5dc
mkdir -p $RPM_BUILD_ROOT%{enigmail_extname}
f28b5dc
unzip -q objdir/mozilla/dist/bin/enigmail-*-linux-*.xpi -d $RPM_BUILD_ROOT%{enigmail_extname}
f28b5dc
f28b5dc
f28b5dc
%files
f28b5dc
%{enigmail_extname}
f28b5dc
f28b5dc
f28b5dc
#===============================================================================
f28b5dc
f28b5dc
%changelog
a87379b
* Sun Feb 10 2013 Remi Collet <remi@fedoraproject.org> 1.5.1-1
a87379b
- Enigmail 1.5.1 for Thunderbird 17.0.2
a87379b
- sync with latest thunderbird.spec changes
a87379b
79bd912
* Sun Dec 30 2012 Remi Collet <remi@fedoraproject.org> 1.5.0-1
79bd912
- Enigmail 1.5.0 for Thunderbird 17
79bd912
65589e1
* Tue Nov 20 2012 Jan Horak <jhorak@redhat.com> - 1.4.6-2
65589e1
- Rebuild against newer Thunderbird
65589e1
015155b
* Fri Nov  9 2012 Remi Collet <remi@fedoraproject.org> 1.4.6-1
015155b
- Enigmail 1.4.6 for Thunderbird 16
015155b
f28b5dc
* Tue Oct 16 2012 Remi Collet <remi@fedoraproject.org> 1.4.5-2
f28b5dc
- Enigmail 1.4.5 for Thunderbird 16.0.1
f28b5dc
- merge changes from thunderbird in rawhide
f28b5dc
f28b5dc
* Tue Oct  9 2012 Remi Collet <remi@fedoraproject.org> 1.4.5-1
f28b5dc
- Enigmail 1.4.5 for Thunderbird 16
f28b5dc
f28b5dc
* Mon Aug 27 2012 Remi Collet <remi@fedoraproject.org> 1.4.4-2
f28b5dc
- Enigmail 1.4.4 for Thunderbird 15.0
f28b5dc
a87379b
* Tue Aug 21 2012 Remi Collet <remi@fedoraproject.org> 1.4.4-1
f28b5dc
- Enigmail 1.4.4 for Thunderbird 14.0
f28b5dc
f28b5dc
* Sat Jul 21 2012 Remi Collet <remi@fedoraproject.org> 1.4.3-1
f28b5dc
- Enigmail 1.4.3 for Thunderbird 14.0
f28b5dc
f28b5dc
* Tue Jun 05 2012 Remi Collet <remi@fedoraproject.org> 1.4.2-1
f28b5dc
- Enigmail 1.4.2 for Thunderbird 13.0
f28b5dc
f28b5dc
* Sat Apr 28 2012 Remi Collet <remi@fedoraproject.org> 1.4.1-1
f28b5dc
- Enigmail 1.4.1 for Thunderbird 12.0
f28b5dc
f28b5dc
* Fri Mar 16 2012 Remi Collet <remi@fedoraproject.org> 1.4-2.1
f28b5dc
- latest patch from rawhide
f28b5dc
f28b5dc
* Thu Mar 15 2012 Remi Collet <remi@fedoraproject.org> 1.4-2
f28b5dc
- Enigmail 1.4 for Thunderbird 11.0
f28b5dc
f28b5dc
* Sat Mar 03 2012 Remi Collet <remi@fedoraproject.org> 1.4-1
f28b5dc
- Enigmail 1.4 for Thunderbird 10.0.2
f28b5dc
- using upstream fixlang.pl instead of our fixlang.php
f28b5dc
f28b5dc
* Tue Jan 31 2012 Remi Collet <remi@fedoraproject.org> 1.3.5-1
f28b5dc
- Enigmail 1.3.5 for Thunderbird 10.0
f28b5dc
f28b5dc
* Wed Dec 21 2011 Remi Collet <remi@fedoraproject.org> 1.3.4-1
f28b5dc
- Enigmail 1.3.4 for Thunderbird 9.0
f28b5dc
f28b5dc
* Sat Nov 12 2011 Remi Collet <remi@fedoraproject.org> 1.3.3-1
f28b5dc
- Enigmail 1.3.3 for Thunderbird 8.0
f28b5dc
f28b5dc
* Wed Oct 12 2011 Georgi Georgiev <chutzimir@gmail.com> - 1.3.2-2
f28b5dc
- Make it work on RHEL
f28b5dc
f28b5dc
* Sat Oct 01 2011 Remi Collet <remi@fedoraproject.org> 1.3.2-2
f28b5dc
- Enigmail 1.3.2 for Thunderbird 7.0.1
f28b5dc
- fix extension version
f28b5dc
f28b5dc
* Thu Sep 29 2011 Remi Collet <remi@fedoraproject.org> 1.3.2-1
f28b5dc
- Enigmail 1.3.2 for Thunderbird 7.0
f28b5dc
f28b5dc
* Wed Aug 17 2011 Remi Collet <remi@fedoraproject.org> 1.3-1
f28b5dc
- Enigmail 1.3 for Thunderbird 6.0
f28b5dc
f28b5dc
* Sat Jul 30 2011 Remi Collet <remi@fedoraproject.org> 1.2.1-1
f28b5dc
- Enigmail 1.2.1 for Thunderbird 5.0
f28b5dc
f28b5dc
* Tue Jul 19 2011 Remi Collet <remi@fedoraproject.org> 1.2-1.2
f28b5dc
- add --enable-chrome-format=jar to generate enigmail.jar
f28b5dc
f28b5dc
* Sun Jul 17 2011 Remi Collet <remi@fedoraproject.org> 1.2-1.1
f28b5dc
- fix BR (dos2unix + php-cli)
f28b5dc
f28b5dc
* Sun Jul 17 2011 Remi Collet <rpms@famillecollet.com> 1.2-1
f28b5dc
- Enigmail 1.2 for Thunderbird 5.0
f28b5dc
f28b5dc
* Thu Jul 22 2010 Remi Collet <rpms@famillecollet.com> 1.1.2-3
f28b5dc
- move to /usr/lib/mozilla/extensions (as lightning)
f28b5dc
- build against thunderbird 3.1.1 sources
f28b5dc
- sync patches with F-13
f28b5dc
f28b5dc
* Sat Jul 10 2010 Remi Collet <rpms@famillecollet.com> 1.1.2-2
f28b5dc
- remove link mecanism as thundebird dir is now stable (see #608511)
f28b5dc
f28b5dc
* Wed Jun 30 2010 Remi Collet <rpms@famillecollet.com> 1.1.2-1
f28b5dc
- Enigmail 1.1.1 (against thunderbird 3.1)
f28b5dc
f28b5dc
* Sat Jun 26 2010 Remi Collet <rpms@famillecollet.com> 1.1.1-2
f28b5dc
- new sources (only fix displayed version)
f28b5dc
f28b5dc
* Sat Jun 26 2010 Remi Collet <rpms@famillecollet.com> 1.1.1-1
f28b5dc
- Enigmail 1.1.1 (against thunderbird 3.1)
f28b5dc
f28b5dc
* Mon May 31 2010 Remi Collet <rpms@famillecollet.com> 1.1-1
f28b5dc
- Enigmail 1.1 (against thunderbird 3.1rc1)
f28b5dc
f28b5dc
* Mon Feb 01 2010 Remi Collet <rpms@famillecollet.com> 1.0.1-1
f28b5dc
- Enigmail 1.0.1 (against thunderbird 3.0.1)
f28b5dc
f28b5dc
* Fri Jan 29 2010 Remi Collet <rpms@famillecollet.com> 1.0.1-0.1.rc1
f28b5dc
- Enigmail 1.0.1rc1 (against thunderbird 3.0.1)
f28b5dc
f28b5dc
* Mon Nov 30 2009 Remi Collet <rpms@famillecollet.com> 1.0.0-1
f28b5dc
- Enigmail 1.0 (against thunderbird 3.0rc1)
f28b5dc
f28b5dc
* Sat Nov 21 2009 Remi Collet <rpms@famillecollet.com> 1.0-0.1.cvs20091121
f28b5dc
- new CVS snapshot (against thunderbird 3.0rc1)
f28b5dc
f28b5dc
* Tue Jul 21 2009 Remi Collet <rpms@famillecollet.com> 0.97a-0.1.cvs20090721
f28b5dc
- new CVS snapshot (against thunderbird 3.0b3)
f28b5dc
f28b5dc
* Thu May 21 2009 Remi Collet <rpms@famillecollet.com> 0.96a-0.3.cvs20090521
f28b5dc
- new CVS snapshot
f28b5dc
- fix License and Sumnary
f28b5dc
f28b5dc
* Mon May 18 2009 Remi Collet <rpms@famillecollet.com> 0.96a-0.2.cvs20090516
f28b5dc
- use mozilla-extension-update.sh from thunderbird-lightning
f28b5dc
f28b5dc
* Sat May 16 2009 Remi Collet <rpms@famillecollet.com> 0.96a-0.1.cvs20090516
f28b5dc
- new CVS snapshot
f28b5dc
- rpmfusion review proposal
f28b5dc
f28b5dc
* Thu Apr 30 2009 Remi Collet <rpms@famillecollet.com> 0.96a-0.1.cvs20090430.fc11.remi
f28b5dc
- new CVS snapshot
f28b5dc
- F11 build
f28b5dc
f28b5dc
* Mon Mar 16 2009 Remi Collet <rpms@famillecollet.com> 0.96a-0.1.cvs20090316.fc#.remi
f28b5dc
- new CVS snapshot
f28b5dc
- add enigmail-fixlang.php
f28b5dc
f28b5dc
* Sun Mar 15 2009 Remi Collet <rpms@famillecollet.com> 0.96a-0.1.cvs20090315.fc#.remi
f28b5dc
- enigmail 0.96a (CVS), Thunderbird 3.0b2
f28b5dc