]> git.pld-linux.org Git - packages/thunderbird.git/blame - icedove.spec
- added -condstore.patch to fix annoying bug, see https://bugzilla.mozilla.org/show_b...
[packages/thunderbird.git] / icedove.spec
CommitLineData
cd056caa 1#
c4ddd260
PG
2# TODO:
3# - CHECK all features of enigmail
4# - separate spec for enigmail
8a54d92e 5# - remove -myspell.patch
c4ddd260
PG
6# - package unpackaged files
7# - update branding patch!!!
8a54d92e 8# - fix hunspell and enable
c4ddd260 9#
44be9ed4 10# Conditional builds
11%bcond_without enigmail # don't build enigmail - GPG/PGP support
12%bcond_without gnomeui # disable gnomeui support
13%bcond_without gnomevfs # disable GNOME comp. (gconf+libgnome+gnomevfs) and gnomevfs ext.
14%bcond_without gnome # disable all GNOME components (gnome+gnomeui+gnomevfs)
15%bcond_without ldap # disable e-mail address lookups in LDAP directories
d076d93e 16%bcond_without lightning # disable sunbird calendar
44be9ed4 17#
18%if %{without gnome}
19%undefine with_gnomeui
20%undefine with_gnomevfs
21%endif
cadfb931 22%define enigmail_ver 1.0.0
44be9ed4 23
24Summary: Icedove - email client
25Summary(pl.UTF-8): Icedove - klient poczty
26Name: icedove
20547094 27Version: 3.0.1
fb843e24 28Release: 0.2
44be9ed4 29License: MPL 1.1 or GPL v2+ or LGPL v2.1+
30Group: Applications/Networking
cadfb931 31Source0: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.bz2
20547094 32# Source0-md5: f004aa5ddf2a30b5df96e06df416b0c9
44be9ed4 33Source1: http://www.mozilla-enigmail.org/download/source/enigmail-%{enigmail_ver}.tar.gz
cadfb931 34# Source1-md5: e3a6d379f1a72ac023751bdde2de750a
44be9ed4 35Source2: %{name}-branding.tar.bz2
36# Source2-md5: e775b8cb658de32f30b403bc9b7950bf
37Source3: %{name}-rm_nonfree.sh
38Source4: %{name}.desktop
39Source5: %{name}.sh
2f151de0 40Source6: %{name}-enigmail.manifest
44be9ed4 41Patch0: %{name}-branding.patch
faa5c89d
SP
42Patch1: %{name}-enigmail-shared.patch
43Patch2: %{name}-gcc.patch
44Patch3: %{name}-fonts.patch
45Patch4: %{name}-install.patch
46Patch5: %{name}-myspell.patch
47Patch6: %{name}-prefs.patch
0ffa69f3 48Patch7: %{name}-breakpad.patch
fb843e24 49Patch8: %{name}-libpng.patch
9fb0198f 50Patch9: %{name}-condstore.patch
4922c320 51URL: http://www.pld-linux.org/Packages/Icedove
44be9ed4 52%{?with_gnomevfs:BuildRequires: GConf2-devel >= 1.2.1}
53BuildRequires: automake
54BuildRequires: freetype-devel >= 1:2.1.8
55%{?with_gnomevfs:BuildRequires: gnome-vfs2-devel >= 2.0}
56BuildRequires: gtk+2-devel >= 1:2.0.0
8a54d92e 57#BuildRequires: hunspell-devel
44be9ed4 58BuildRequires: libIDL-devel >= 0.8.0
59%{?with_gnomevfs:BuildRequires: libgnome-devel >= 2.0}
60%{?with_gnomeui:BuildRequires: libgnomeui-devel >= 2.2.0}
61BuildRequires: libjpeg-devel >= 6b
62BuildRequires: libpng-devel >= 1.2.0
63BuildRequires: libstdc++-devel
cadfb931
SP
64BuildRequires: nspr-devel >= 1:4.8
65BuildRequires: nss-devel >= 1:3.12.0
44be9ed4 66BuildRequires: pango-devel >= 1:1.1.0
1c62cadb 67BuildRequires: pkgconfig
44be9ed4 68BuildRequires: sed >= 4.0
1c62cadb 69BuildRequires: startup-notification-devel >= 0.8
44be9ed4 70BuildRequires: xorg-lib-libXext-devel
44be9ed4 71BuildRequires: xorg-lib-libXinerama-devel
44be9ed4 72BuildRequires: xorg-lib-libXt-devel
1c62cadb 73BuildRequires: zip
44be9ed4 74Requires: myspell-common
75Requires: nspr >= 1:4.6.1
76Requires: nss >= 1:3.11.3
77Obsoletes: mozilla-thunderbird
78Obsoletes: mozilla-thunderbird-dictionary-en-US
79BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
80
9e366f18
AM
81%define filterout_cpp -D_FORTIFY_SOURCE=[0-9]+
82
44be9ed4 83# iceweasel/icedove/iceape provide their own versions
84%define _noautoreqdep libgfxpsshar.so libgkgfx.so libgtkxtbin.so libjsj.so libxpcom_compat.so libxpcom_core.so libxpistub.so
85%define _noautoprovfiles %{_libdir}/%{name}/components
86# we don't want these to satisfy xulrunner-devel
87%define _noautoprov libgtkembedmoz.so libldap50.so libmozjs.so libprldap50.so libssldap50.so libxpcom.so libxul.so
88# and as we don't provide them, don't require either
89%define _noautoreq libgtkembedmoz.so libldap50.so libmozjs.so libprldap50.so libssldap50.so libxpcom.so libxul.so
90
91%description
92Icedove is an open-source,fast and portable email client.
93
94%description -l pl.UTF-8
95Icedove jest open sourcowym, szybkim i przenośnym klientem poczty.
96
97%package addon-enigmail
98Summary: Extension for the authentication and encryption features provided by GnuPG
99Summary(pl.UTF-8): Rozszerzenie do uwierzytelniania i szyfrowania zapewnianego przez GnuPG
100License: MPL/LGPL
101Group: Applications/Networking
102URL: http://enigmail.mozdev.org/
cd056caa 103Requires: %{name} = %{version}-%{release}
d076d93e 104Requires: gnupg
75991bbb 105Obsoletes: mozilla-thunderbird-addon-enigmail
44be9ed4 106
107%description addon-enigmail
c5e06599 108Enigmail is an extension to the Icedove mail client which allows users
109to access the authentication and encryption features provided by
110GnuPG.
44be9ed4 111
112Main Features:
113- Encrypt/sign mail when sending, decrypt/authenticate received mail
114- Support for inline-PGP (RFC 2440) and PGP/MIME (RFC 3156)
115- Per-Account based encryption and signing defaults
116- Per-Recipient rules for automated key selection, and
117 enabling/disabling encryption and signing
118- OpenPGP key management interface
119
120%description addon-enigmail -l pl.UTF-8
c5e06599 121Enigmail to rozszerzenie klienta pocztowego Icedove pozwalające
faa5c89d
SP
122użytkownikom na dostęp do uwierzytelniania i szyfrowania zapewnianego
123przez GnuPG.
44be9ed4 124
125Główne możliwości:
126- szyfrowanie/podpisywanie poczty przy wysyłaniu,
127 odszyfrowywanie/uwierzytelnianie poczty odebranej
128- obsługa inline-PGP (RFC 2440) i PGP/MIME (RFC 3156)
129- ustawienia domyślne szyfrowania i podpisywania dla każdego konta
130- reguły automatycznego wyboru kluczy i włączenia szyfrowania oraz
131 podpisywania dla każdego adresata
132- interfejs do zarządzania kluczami OpenPGP
133
134%prep
5c67740b 135%setup -q -c -a2
cadfb931 136cd comm-1.9.1
44be9ed4 137%{?with_enigmail:tar xvfz %{SOURCE1} -C mailnews/extensions}
138/bin/sh %{SOURCE3}
965ee251 139%patch0 -p2
faa5c89d
SP
140%{?with_enigmail:%patch1 -p1}
141%patch2 -p1
4ccc2157 142%patch3 -p1
faa5c89d
SP
143%patch4 -p1
144#%patch5 -p1
145%patch6 -p0
0ffa69f3 146%patch7 -p1
fb843e24 147%patch8 -p1
9fb0198f 148%patch9 -p1
44be9ed4 149
150%build
cadfb931 151cd comm-1.9.1
44be9ed4 152export CFLAGS="%{rpmcflags} `%{_bindir}/pkg-config mozilla-nspr --cflags-only-I`"
153export CXXFLAGS="%{rpmcflags} `%{_bindir}/pkg-config mozilla-nspr --cflags-only-I`"
154
cadfb931
SP
155cp -f %{_datadir}/automake/config.* mozilla/build/autoconf
156cp -f %{_datadir}/automake/config.* mozilla/nsprpub/build/autoconf
44be9ed4 157cp -f %{_datadir}/automake/config.* directory/c-sdk/config/autoconf
158
159cat << 'EOF' > .mozconfig
cb0e4412
SP
160mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-%{_target_cpu}
161
59c5a0e8 162# Options for 'configure' (same as command-line options).
44be9ed4 163ac_add_options --prefix=%{_prefix}
164ac_add_options --exec-prefix=%{_exec_prefix}
165ac_add_options --bindir=%{_bindir}
166ac_add_options --sbindir=%{_sbindir}
167ac_add_options --sysconfdir=%{_sysconfdir}
168ac_add_options --datadir=%{_datadir}
169ac_add_options --includedir=%{_includedir}
170ac_add_options --libdir=%{_libdir}
171ac_add_options --libexecdir=%{_libexecdir}
172ac_add_options --localstatedir=%{_localstatedir}
173ac_add_options --sharedstatedir=%{_sharedstatedir}
174ac_add_options --mandir=%{_mandir}
175ac_add_options --infodir=%{_infodir}
176%if %{?debug:1}0
59c5a0e8 177ac_add_options --disable-optimize
44be9ed4 178ac_add_options --enable-debug
179ac_add_options --enable-debug-modules
59c5a0e8
SP
180ac_add_options --enable-debugger-info-modules
181ac_add_options --enable-crash-on-assert
44be9ed4 182%else
183ac_add_options --disable-debug
184ac_add_options --disable-debug-modules
59c5a0e8
SP
185ac_add_options --disable-logging
186ac_add_options --enable-optimize="%{rpmcflags} -Os"
44be9ed4 187%endif
188%if %{with tests}
189ac_add_options --enable-tests
190%else
191ac_add_options --disable-tests
192%endif
193%if %{with gnomeui}
194ac_add_options --enable-gnomeui
195%else
196ac_add_options --disable-gnomeui
197%endif
198%if %{with gnomevfs}
199ac_add_options --enable-gnomevfs
200%else
201ac_add_options --disable-gnomevfs
202%endif
203%if %{with ldap}
204ac_add_options --enable-ldap
205%else
206ac_add_options --disable-ldap
207%endif
59c5a0e8 208ac_add_options --disable-crashreporter
59c5a0e8
SP
209ac_add_options --disable-updater
210ac_add_options --disable-xterm-updates
211ac_add_options --enable-ldap
212ac_add_options --enable-postscript
59c5a0e8 213ac_add_options --enable-startup-notification
d076d93e 214%if %{with lightning}
cb0e4412 215ac_add_options --enable-calendar
d076d93e
SP
216%else
217ac_add_options --disable-calendar
218%endif
44be9ed4 219ac_add_options --disable-installer
220ac_add_options --disable-jsd
221ac_add_options --disable-xprint
cadfb931
SP
222ac_add_options --disable-permissions
223ac_add_options --disable-pref-extensions
44be9ed4 224ac_add_options --enable-canvas
225ac_add_options --enable-crypto
226ac_add_options --enable-default-toolkit="gtk2"
44be9ed4 227ac_add_options --enable-mathml
228ac_add_options --enable-optimize="%{rpmcflags}"
229ac_add_options --enable-pango
230ac_add_options --enable-reorder
5f2ef1b6 231ac_add_options --enable-static
44be9ed4 232ac_add_options --disable-strip
233ac_add_options --disable-strip-libs
234ac_add_options --enable-system-cairo
8a54d92e 235#ac_add_options --enable-system-hunspell
44be9ed4 236ac_add_options --enable-svg
237ac_add_options --enable-xft
cadfb931
SP
238ac_add_options --enable-application=mail
239ac_add_options --enable-default-toolkit=cairo-gtk2
44be9ed4 240ac_add_options --enable-xinerama
241ac_add_options --with-system-jpeg
242ac_add_options --with-system-nspr
243ac_add_options --with-system-nss
244ac_add_options --with-system-png
245ac_add_options --with-system-zlib
246ac_add_options --with-pthreads
247ac_add_options --enable-single-profile
248ac_add_options --disable-profilesharing
cb0e4412 249ac_add_options --with-distribution-id=org.pld-linux
36018d06 250#ac_add_options --with-branding=icedove/branding
44be9ed4 251ac_add_options --with-default-mozilla-five-home=%{_libdir}/%{name}
252EOF
253
90e998ba 254%{__make} -j1 -f client.mk build \
d076d93e
SP
255 STRIP="/bin/true" \
256 CC="%{__cc}" \
44be9ed4 257 CXX="%{__cxx}"
258
259%if %{with enigmail}
59c5a0e8 260cd mailnews/extensions/enigmail
d076d93e 261./makemake -r
59c5a0e8 262%{__make} -C ../../../obj-%{_target_cpu}/mailnews/extensions/enigmail \
d076d93e
SP
263 STRIP="/bin/true" \
264 CC="%{__cc}" \
265 CXX="%{__cxx}"
44be9ed4 266%endif
267
268%install
269rm -rf $RPM_BUILD_ROOT
270install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_pixmapsdir},%{_desktopdir}} \
60c77977
SP
271 $RPM_BUILD_ROOT%{_datadir}/%{name}
272install -d $RPM_BUILD_ROOT%{_libdir}/%{name}
44be9ed4 273
36018d06 274cd comm-1.9.1
cb0e4412 275%{__make} -C obj-%{_target_cpu}/mail/installer stage-package \
44be9ed4 276 DESTDIR=$RPM_BUILD_ROOT \
277 MOZ_PKG_APPDIR=%{_libdir}/%{name} \
278 PKG_SKIP_STRIP=1
279
280# move arch independant ones to datadir
281mv $RPM_BUILD_ROOT%{_libdir}/%{name}/chrome $RPM_BUILD_ROOT%{_datadir}/%{name}/chrome
282mv $RPM_BUILD_ROOT%{_libdir}/%{name}/defaults $RPM_BUILD_ROOT%{_datadir}/%{name}/defaults
283mv $RPM_BUILD_ROOT%{_libdir}/%{name}/greprefs $RPM_BUILD_ROOT%{_datadir}/%{name}/greprefs
59c5a0e8 284#mv $RPM_BUILD_ROOT%{_libdir}/%{name}/icons $RPM_BUILD_ROOT%{_datadir}/%{name}/icons
44be9ed4 285mv $RPM_BUILD_ROOT%{_libdir}/%{name}/isp $RPM_BUILD_ROOT%{_datadir}/%{name}/isp
286mv $RPM_BUILD_ROOT%{_libdir}/%{name}/res $RPM_BUILD_ROOT%{_datadir}/%{name}/res
287ln -s ../../share/%{name}/chrome $RPM_BUILD_ROOT%{_libdir}/%{name}/chrome
288ln -s ../../share/%{name}/defaults $RPM_BUILD_ROOT%{_libdir}/%{name}/defaults
289ln -s ../../share/%{name}/greprefs $RPM_BUILD_ROOT%{_libdir}/%{name}/greprefs
59c5a0e8 290#ln -s ../../share/%{name}/icons $RPM_BUILD_ROOT%{_libdir}/%{name}/icons
44be9ed4 291ln -s ../../share/%{name}/isp $RPM_BUILD_ROOT%{_libdir}/%{name}/isp
292ln -s ../../share/%{name}/res $RPM_BUILD_ROOT%{_libdir}/%{name}/res
293
294rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
295ln -s %{_datadir}/myspell $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
296
297%{__sed} -e 's,@LIBDIR@,%{_libdir},' %{SOURCE5} > $RPM_BUILD_ROOT%{_bindir}/icedove
298ln -s %{name} $RPM_BUILD_ROOT%{_bindir}/thunderbird
299ln -s %{name} $RPM_BUILD_ROOT%{_bindir}/mozilla-thunderbird
300
301install %{SOURCE4} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
302
303%if %{with enigmail}
304_enig_dir=$RPM_BUILD_ROOT%{_libdir}/%{name}/extensions/\{847b3a00-7ab1-11d4-8f02-006008948af5\}
305install -d $_enig_dir/chrome
306install -d $_enig_dir/components
307install -d $_enig_dir/defaults/preferences
308mv -f $RPM_BUILD_ROOT%{_libdir}/%{name}/chrome/enigmail.jar $_enig_dir/chrome
44be9ed4 309mv -f $RPM_BUILD_ROOT%{_libdir}/%{name}/components/enig* $_enig_dir/components
310mv -f $RPM_BUILD_ROOT%{_libdir}/%{name}/components/libenigmime.so $_enig_dir/components
311mv -f $RPM_BUILD_ROOT%{_libdir}/%{name}/components/ipc.xpt $_enig_dir/components
312mv -f $RPM_BUILD_ROOT%{_libdir}/%{name}/defaults/preferences/enigmail.js $_enig_dir/defaults/preferences
313cp -f mailnews/extensions/enigmail/package/install.rdf $_enig_dir
314rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/defaults/preferences
315rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/chrome/enigmail-en-US.jar
316rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/chrome/enigmail-skin.jar
317rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/chrome/enigmime.jar
318rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/components/enig*
319rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/components/libenigmime.so
320rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/components/ipc.xpt
2f151de0 321cp -f %{SOURCE6} $_enig_dir/chrome.manifest
60c77977 322#cp -f icedove/branding/content/icon64.png $RPM_BUILD_ROOT%{_pixmapsdir}/icedove.png
44be9ed4 323%endif
324
325# win32 stuff
326rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/dirver
327
328%clean
329rm -rf $RPM_BUILD_ROOT
330
331%pretrans
332if [ -d %{_libdir}/%{name}/dictionaries ] && [ ! -L %{_libdir}/%{name}/dictionaries ]; then
333 mv -v %{_libdir}/%{name}/dictionaries{,.rpmsave}
334fi
bc9cd18a 335for d in chrome defaults greprefs icons isp res; do
44be9ed4 336 if [ -d %{_libdir}/%{name}/$d ] && [ ! -L %{_libdir}/%{name}/$d ]; then
337 install -d %{_datadir}/%{name}
338 mv %{_libdir}/%{name}/$d %{_datadir}/%{name}/$d
339 fi
340done
341exit 0
342
343%files
344%defattr(644,root,root,755)
345%attr(755,root,root) %{_bindir}/icedove
346%attr(755,root,root) %{_bindir}/mozilla-thunderbird
347%attr(755,root,root) %{_bindir}/thunderbird
348%dir %{_libdir}/%{name}
60c77977 349%{_libdir}/%{name}/*.ini
44be9ed4 350%dir %{_libdir}/%{name}/components
351%attr(755,root,root) %{_libdir}/%{name}/components/*.so
352%{_libdir}/%{name}/components/*.js
353%{_libdir}/%{name}/components/*.xpt
354%attr(755,root,root) %{_libdir}/%{name}/*.so
355%attr(755,root,root) %{_libdir}/%{name}/*.sh
356%attr(755,root,root) %{_libdir}/%{name}/*-bin
357%attr(755,root,root) %{_libdir}/%{name}/mozilla-xremote-client
60c77977 358#%attr(755,root,root) %{_libdir}/%{name}/reg*
bc9cd18a 359%attr(755,root,root) %{_libdir}/%{name}/icedove
44be9ed4 360%{_libdir}/%{name}/*.txt
60c77977 361#%attr(755,root,root) %{_libdir}/%{name}/x*
44be9ed4 362
363# symlinks
364%{_libdir}/%{name}/chrome
365%{_libdir}/%{name}/defaults
366%{_libdir}/%{name}/dictionaries
367%{_libdir}/%{name}/greprefs
59c5a0e8 368#%{_libdir}/%{name}/icons
44be9ed4 369%{_libdir}/%{name}/isp
370%{_libdir}/%{name}/res
371
372%{_libdir}/%{name}/dependentlibs.list
59c5a0e8
SP
373#%{_libdir}/%{name}/updater
374#%{_libdir}/%{name}/update.locale
60c77977 375#%{_pixmapsdir}/*.png
44be9ed4 376%{_desktopdir}/*.desktop
377
378%dir %{_datadir}/%{name}
379%{_datadir}/%{name}/chrome
380%{_datadir}/%{name}/defaults
381%{_datadir}/%{name}/greprefs
59c5a0e8 382#%{_datadir}/%{name}/icons
44be9ed4 383%{_datadir}/%{name}/isp
384%{_datadir}/%{name}/res
385
60c77977
SP
386%dir %{_libdir}/%{name}/modules
387%{_libdir}/%{name}/modules/*.js*
388%dir %{_libdir}/%{name}/modules/activity
389%{_libdir}/%{name}/modules/activity/*.js
390%dir %{_libdir}/%{name}/modules/gloda
391%{_libdir}/%{name}/modules/gloda/*.js
392
44be9ed4 393%dir %{_libdir}/%{name}/extensions
394%{_libdir}/%{name}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
94402182 395%{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}
44be9ed4 396
397%if %{with enigmail}
398%files addon-enigmail
399%defattr(644,root,root,755)
400%{_libdir}/%{name}/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}
401%endif
This page took 0.077925 seconds and 4 git commands to generate.