]> git.pld-linux.org Git - packages/thunderbird.git/blame - icedove.spec
- updated required version of some packages
[packages/thunderbird.git] / icedove.spec
CommitLineData
c4ddd260 1# TODO:
283702b9 2# - build with system mozldap
c4ddd260 3#
44be9ed4 4# Conditional builds
3366507a 5%bcond_with gtk3 # GTK+ 3.x instead of 2.x
44be9ed4 6%bcond_without ldap # disable e-mail address lookups in LDAP directories
e820c55e 7%bcond_without lightning # disable Sunbird/Lightning calendar
fac7e24d 8%bcond_with xulrunner # system xulrunner
765a3a27 9%bcond_with crashreporter # report crashes to crash-stats.mozilla.com
a97d3356
JR
10# - disabled shared_js - https://bugzilla.mozilla.org/show_bug.cgi?id=1039964
11%bcond_with shared_js # shared libmozjs library [broken]
88149483 12
f4114a7f 13%if 0%{?_enable_debug_packages} != 1
765a3a27
ER
14%undefine crashreporter
15%endif
16
62096d2c
JB
17%define nspr_ver 4.10.6
18%define nss_ver 3.17.0
44be9ed4 19
62096d2c 20%define xulrunner_ver 2:31.3.0
4f34f106 21
7d981f69
ER
22%if %{without xulrunner}
23# The actual sqlite version (see RHBZ#480989):
24%define sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo ERROR)
25%endif
26
44be9ed4 27Summary: Icedove - email client
28Summary(pl.UTF-8): Icedove - klient poczty
29Name: icedove
590c075b 30Version: 31.3.0
1be10cd1 31Release: 1
3366507a 32License: MPL v2.0
2d289b25 33Group: X11/Applications/Mail
cadfb931 34Source0: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.bz2
590c075b 35# Source0-md5: 3781dfb541412c7f6b530a654b834ce5
090220f6
JR
36Source2: %{name}-branding.tar.xz
37# Source2-md5: 85992ebd22e36ba69743b06b4c53fb2a
44be9ed4 38Source3: %{name}-rm_nonfree.sh
39Source4: %{name}.desktop
40Source5: %{name}.sh
44be9ed4 41Patch0: %{name}-branding.patch
faa5c89d 42Patch3: %{name}-fonts.patch
faa5c89d 43Patch6: %{name}-prefs.patch
9a743685 44Patch7: system-mozldap.patch
a85e0ecb 45Patch8: %{name}-makefile.patch
ccc206fe 46Patch10: %{name}-extensiondir.patch
268e7766 47Patch12: no-subshell.patch
03be87a5
JR
48# Edit patch below and restore --system-site-packages when system virtualenv gets 1.7 upgrade
49Patch13: system-virtualenv.patch
d0b96b40 50Patch15: enable-addons.patch
1671589b 51Patch16: bump-nss-req.patch
5745d706 52URL: http://www.pld-linux.org/Packages/Icedove
6458b220 53BuildRequires: GConf2-devel >= 1.2.1
51a3b6db 54BuildRequires: alsa-lib-devel
44be9ed4 55BuildRequires: automake
51a3b6db 56BuildRequires: bzip2-devel
e820c55e
JB
57BuildRequires: cairo-devel >= 1.10
58BuildRequires: dbus-glib-devel >= 0.60
44be9ed4 59BuildRequires: freetype-devel >= 1:2.1.8
6f32f966 60BuildRequires: glib2-devel >= 1:2.20
d0b96b40
JR
61BuildRequires: gstreamer0.10-devel
62BuildRequires: gstreamer0.10-plugins-base-devel
3366507a
JB
63%{!?with_gtk3:BuildRequires: gtk+2-devel >= 2:2.14}
64%{?with_gtk3:BuildRequires: gtk+3-devel >= 3.0.0}
5e9bb798 65BuildRequires: hunspell-devel
44be9ed4 66BuildRequires: libIDL-devel >= 0.8.0
d0b96b40 67BuildRequires: libevent-devel
51a3b6db 68BuildRequires: libiw-devel
e82da7a1 69# requires libjpeg-turbo implementing at least libjpeg 6b API
44be9ed4 70BuildRequires: libjpeg-devel >= 6b
e82da7a1 71BuildRequires: libjpeg-turbo-devel
e820c55e 72BuildRequires: libpng-devel >= 1.4.1
44be9ed4 73BuildRequires: libstdc++-devel
d0b96b40 74BuildRequires: mozldap-devel
f4114a7f
ER
75BuildRequires: nspr-devel >= 1:%{nspr_ver}
76BuildRequires: nss-devel >= 1:%{nss_ver}
62096d2c 77BuildRequires: pango-devel >= 1:1.22.0
e820c55e 78BuildRequires: perl-base >= 1:5.6
d0b96b40 79BuildRequires: python-virtualenv
1c62cadb 80BuildRequires: pkgconfig
e820c55e 81BuildRequires: python >= 1:2.5
44be9ed4 82BuildRequires: sed >= 4.0
62096d2c 83BuildRequires: sqlite3-devel >= 3.8.4.2
1c62cadb 84BuildRequires: startup-notification-devel >= 0.8
62096d2c 85BuildRequires: libvpx-devel >= 1.3.0
44be9ed4 86BuildRequires: xorg-lib-libXext-devel
44be9ed4 87BuildRequires: xorg-lib-libXinerama-devel
44be9ed4 88BuildRequires: xorg-lib-libXt-devel
5745d706 89BuildRequires: yasm
1c62cadb 90BuildRequires: zip
7d981f69 91%if %{with xulrunner}
e8326f77 92BuildRequires: xulrunner-devel >= %{xulrunner_ver}
62096d2c 93BuildRequires: xulrunner-devel < 2:32
7d981f69 94%else
6f32f966 95Requires: glib2 >= 1:2.20
3366507a
JB
96%{!?with_gtk3:Requires: gtk+2 >= 2:2.14}
97%{?with_gtk3:Requires: gtk+3 >= 3.0.0}
62096d2c 98Requires: libvpx >= 1.3.0
44be9ed4 99Requires: myspell-common
f4114a7f
ER
100Requires: nspr >= 1:%{nspr_ver}
101Requires: nss >= 1:%{nss_ver}
62096d2c 102Requires: pango >= 1:1.22.0
4b6bc367 103Requires: sqlite3 >= %{sqlite_build_version}
7d981f69 104%endif
4f34f106
ER
105Requires(post): mktemp >= 1.5-18
106%if %{with xulrunner}
107%requires_eq_to xulrunner xulrunner-devel
108%endif
e82da7a1 109Requires: libjpeg-turbo
44be9ed4 110Obsoletes: mozilla-thunderbird
111Obsoletes: mozilla-thunderbird-dictionary-en-US
d606e9b3 112Conflicts: icedove-lang-resources < %{version}
44be9ed4 113BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
114
9e366f18
AM
115%define filterout_cpp -D_FORTIFY_SOURCE=[0-9]+
116
44be9ed4 117# iceweasel/icedove/iceape provide their own versions
44be9ed4 118%define _noautoprovfiles %{_libdir}/%{name}/components
fb7d4f06
JB
119%if %{without xulrunner}
120# we don't want these to satisfy packages depending on xulrunner
6f32f966 121%define _noautoprov libmozalloc.so libmozjs.so libxul.so
44be9ed4 122# and as we don't provide them, don't require either
6f32f966 123%define _noautoreq libmozalloc.so libmozjs.so libxul.so
fb7d4f06 124%endif
44be9ed4 125
9e7875fc
ER
126%define topdir %{_builddir}/%{name}-%{version}
127%define objdir %{topdir}/obj-%{_target_cpu}
128
44be9ed4 129%description
6b327de6 130Icedove is an open-source, fast and portable email client.
44be9ed4 131
132%description -l pl.UTF-8
6b327de6
JB
133Icedove jest mającym otwarte źródła, szybkim i przenośnym klientem
134poczty.
44be9ed4 135
6578c165 136%package addon-lightning
137Summary: An integrated calendar for Icedove
138Summary(pl.UTF-8): Zintegrowany kalendarz dla Icedove
139License: MPL 1.1 or GPL v2+ or LGPL v2.1+
140Group: Applications/Networking
141Requires: %{name} = %{version}-%{release}
142
143%description addon-lightning
144Lightning is an calendar extension to Icedove email client.
145
146%description addon-lightning -l pl.UTF-8
147Lightning to rozszerzenie do klienta poczty Icedove dodające
148funkcjonalność kalendarza.
149
44be9ed4 150%prep
983562b1 151%setup -qc
590c075b 152%{__mv} comm-esr31 mozilla
983562b1 153%setup -q -T -D -a2
154cd mozilla
44be9ed4 155/bin/sh %{SOURCE3}
983562b1 156%patch0 -p1
4ccc2157 157%patch3 -p1
983562b1 158%patch6 -p1
9a743685 159%patch7 -p1
f4114a7f 160%patch8 -p2
ccc206fe 161%patch10 -p2
268e7766 162%patch12 -p1
03be87a5 163%patch13 -p1
d0b96b40 164%patch15 -p1
2c416415 165%patch16 -p2
d0b96b40 166
44be9ed4 167%build
983562b1 168cd mozilla
cadfb931
SP
169cp -f %{_datadir}/automake/config.* mozilla/build/autoconf
170cp -f %{_datadir}/automake/config.* mozilla/nsprpub/build/autoconf
f4114a7f 171cp -f %{_datadir}/automake/config.* ldap/sdks/c-sdk/config/autoconf
44be9ed4 172
fbac75ca 173cat << EOF > .mozconfig
9e7875fc 174mk_add_options MOZ_OBJDIR=%{objdir}
cb0e4412 175
fac7e24d 176export CFLAGS="%{rpmcflags}"
73d54cb2 177export CXXFLAGS="%{rpmcflags}"
765a3a27
ER
178
179%if %{with crashreporter}
180export MOZ_DEBUG_SYMBOLS=1
181%endif
182
59c5a0e8 183# Options for 'configure' (same as command-line options).
44be9ed4 184ac_add_options --prefix=%{_prefix}
185ac_add_options --exec-prefix=%{_exec_prefix}
186ac_add_options --bindir=%{_bindir}
187ac_add_options --sbindir=%{_sbindir}
188ac_add_options --sysconfdir=%{_sysconfdir}
189ac_add_options --datadir=%{_datadir}
190ac_add_options --includedir=%{_includedir}
191ac_add_options --libdir=%{_libdir}
192ac_add_options --libexecdir=%{_libexecdir}
193ac_add_options --localstatedir=%{_localstatedir}
194ac_add_options --sharedstatedir=%{_sharedstatedir}
195ac_add_options --mandir=%{_mandir}
196ac_add_options --infodir=%{_infodir}
197%if %{?debug:1}0
59c5a0e8 198ac_add_options --disable-optimize
44be9ed4 199ac_add_options --enable-debug
200ac_add_options --enable-debug-modules
59c5a0e8
SP
201ac_add_options --enable-debugger-info-modules
202ac_add_options --enable-crash-on-assert
44be9ed4 203%else
204ac_add_options --disable-debug
205ac_add_options --disable-debug-modules
59c5a0e8
SP
206ac_add_options --disable-logging
207ac_add_options --enable-optimize="%{rpmcflags} -Os"
44be9ed4 208%endif
88149483
ER
209ac_add_options --disable-strip
210ac_add_options --disable-strip-libs
44be9ed4 211%if %{with tests}
212ac_add_options --enable-tests
213%else
214ac_add_options --disable-tests
215%endif
3366507a
JB
216%if %{with lightning}
217ac_add_options --enable-calendar
44be9ed4 218%else
3366507a 219ac_add_options --disable-calendar
44be9ed4 220%endif
765a3a27
ER
221%if %{with crashreporter}
222ac_add_options --enable-crashreporter
223%else
59c5a0e8 224ac_add_options --disable-crashreporter
765a3a27 225%endif
d0b96b40 226ac_add_options --disable-elf-dynstr-gc
3366507a
JB
227ac_add_options --disable-gnomeui
228ac_add_options --disable-gnomevfs
44be9ed4 229ac_add_options --disable-installer
d0b96b40 230ac_add_options --disable-javaxpcom
3366507a 231ac_add_options --disable-profilesharing
88149483 232ac_add_options --disable-updater
3366507a
JB
233ac_add_options --disable-xterm-updates
234ac_add_options --enable-application=mail
44be9ed4 235ac_add_options --enable-crypto
3366507a
JB
236ac_add_options --enable-default-toolkit=%{?with_gtk3:cairo-gtk3}%{!?with_gtk3:cairo-gtk2}
237ac_add_options --enable-gio
238%if %{with ldap}
239ac_add_options --enable-ldap
240ac_add_options --with-system-ldap
241%else
242ac_add_options --disable-ldap
243%endif
d0b96b40 244ac_add_options --enable-libxul
44be9ed4 245ac_add_options --enable-pango
3366507a 246ac_add_options --enable-postscript
a97d3356 247%{?with_shared_js:ac_add_options --enable-shared-js}
3366507a 248ac_add_options --enable-single-profile
88149483 249ac_add_options --enable-startup-notification
44be9ed4 250ac_add_options --enable-system-cairo
5e9bb798 251ac_add_options --enable-system-hunspell
7d981f69 252ac_add_options --enable-system-sqlite
88149483 253ac_add_options --with-branding=icedove/branding
3366507a
JB
254ac_add_options --with-default-mozilla-five-home=%{_libdir}/%{name}
255ac_add_options --with-distribution-id=org.pld-linux
88149483 256%if %{with xulrunner}
d0b96b40 257ac_add_options --with-libxul-sdk=$(pkg-config --variable=sdkdir libxul)
3366507a 258ac_add_options --with-system-libxul
88149483
ER
259%endif
260ac_add_options --with-pthreads
261ac_add_options --with-system-bz2
d0b96b40 262ac_add_options --with-system-ffi
44be9ed4 263ac_add_options --with-system-jpeg
d0b96b40
JR
264ac_add_options --with-system-libevent
265ac_add_options --with-system-libvpx
44be9ed4 266ac_add_options --with-system-nspr
267ac_add_options --with-system-nss
268ac_add_options --with-system-png
269ac_add_options --with-system-zlib
44be9ed4 270EOF
271
d0b96b40
JR
272mkdir -p %{objdir}/config
273ln -s %{topdir}/mozilla/config/*.mk %{objdir}/config
274
90e998ba 275%{__make} -j1 -f client.mk build \
d076d93e 276 STRIP="/bin/true" \
765a3a27 277 MOZ_MAKE_FLAGS="%{?_smp_mflags}" \
d0b96b40 278 installdir=%{_libdir}/%{name} \
de09c00d 279 XLIBS="-lX11 -lXt" \
d076d93e 280 CC="%{__cc}" \
44be9ed4 281 CXX="%{__cxx}"
282
765a3a27
ER
283%if %{with crashreporter}
284# create debuginfo for crash-stats.mozilla.com
285%{__make} -j1 -C obj-%{_target_cpu} buildsymbols
286%endif
287
44be9ed4 288%install
289rm -rf $RPM_BUILD_ROOT
765a3a27 290install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{name},%{_datadir}/%{name},%{_pixmapsdir},%{_desktopdir}}
44be9ed4 291
9e7875fc 292cd %{objdir}
ecf04393 293%{__make} -C mail/installer stage-package \
44be9ed4 294 DESTDIR=$RPM_BUILD_ROOT \
d0b96b40 295 installdir=%{_libdir}/%{name} \
44be9ed4 296 PKG_SKIP_STRIP=1
297
d0b96b40
JR
298%{__make} -C icedove/branding install \
299 DESTDIR=$RPM_BUILD_ROOT
300
301cp -a mozilla/dist/icedove/* $RPM_BUILD_ROOT%{_libdir}/%{name}/
302
9b40a2c3
JB
303%if %{with xulrunner}
304# needed to find mozilla runtime
305ln -s ../xulrunner $RPM_BUILD_ROOT%{_libdir}/%{name}/xulrunner
306%endif
307
308# Enable crash reporter for Thunderbird application
765a3a27
ER
309%if %{with crashreporter}
310%{__sed} -i -e 's/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/' $RPM_BUILD_ROOT%{_libdir}/%{name}/application.ini
311
312# Add debuginfo for crash-stats.mozilla.com
51a3b6db 313install -d $RPM_BUILD_ROOT%{_exec_prefix}/lib/debug%{_libdir}/%{name}
765a3a27
ER
314cp -a mozilla/dist/%{name}-%{version}.en-US.linux-*.crashreporter-symbols.zip $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_libdir}/%{name}
315%endif
316
ecf04393 317# copy manually lightning files, somewhy they are not installed by make
d0b96b40 318cp -a mozilla/dist/bin/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103} \
ecf04393
ER
319 $RPM_BUILD_ROOT%{_libdir}/%{name}/extensions
320
44be9ed4 321# move arch independant ones to datadir
eca54e0f 322mv $RPM_BUILD_ROOT%{_libdir}/%{name}/searchplugins $RPM_BUILD_ROOT%{_datadir}/%{name}/searchplugins
eca54e0f 323ln -s ../../share/%{name}/searchplugins $RPM_BUILD_ROOT%{_libdir}/%{name}/searchplugins
44be9ed4 324
c6ec3c1c
ER
325# dir for arch independant extensions besides arch dependant extensions
326# see mozilla/xpcom/build/nsXULAppAPI.h
327# XRE_SYS_LOCAL_EXTENSION_PARENT_DIR and XRE_SYS_SHARE_EXTENSION_PARENT_DIR
328install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/extensions
329
73d54cb2 330%if %{without xulrunner}
63d8f5c3 331%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
44be9ed4 332ln -s %{_datadir}/myspell $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
73d54cb2 333%endif
e6bc19b3 334
0889474f
JR
335%{__sed} -e "s|%MOZAPPDIR%|%{_libdir}/%{name}|" \
336 -e "s|%MOZ_APP_DISPLAYNAME%|Icedove|" \
337 %{topdir}/mozilla/mozilla/build/unix/mozilla.in > $RPM_BUILD_ROOT%{_libdir}/%{name}/icedove
338
44be9ed4 339%{__sed} -e 's,@LIBDIR@,%{_libdir},' %{SOURCE5} > $RPM_BUILD_ROOT%{_bindir}/icedove
340ln -s %{name} $RPM_BUILD_ROOT%{_bindir}/thunderbird
341ln -s %{name} $RPM_BUILD_ROOT%{_bindir}/mozilla-thunderbird
342
d0b96b40 343# install icons and desktop file
52f5507d 344cp -p %{topdir}/mozilla/icedove/branding/content/icon64.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
d0b96b40
JR
345for i in 16 32 48 64 128 256; do
346 install -d $RPM_BUILD_ROOT%{_iconsdir}/hicolor/${i}x${i}/apps
347 cp -a %{topdir}/mozilla/icedove/branding/icedove${i}.png \
348 $RPM_BUILD_ROOT%{_iconsdir}/hicolor/${i}x${i}/apps/icedove.png
349done
350install -d $RPM_BUILD_ROOT%{_iconsdir}/hicolor/scalable/apps
351cp -a %{topdir}/mozilla/icedove/branding/icedove.svg $RPM_BUILD_ROOT%{_iconsdir}/hicolor/scalable/apps/icedove.svg
352
353cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
44be9ed4 354
e8f4ba81 355# files created by regxpcom -register in post
52fc61e6
ER
356touch $RPM_BUILD_ROOT%{_libdir}/%{name}/components/compreg.dat
357touch $RPM_BUILD_ROOT%{_libdir}/%{name}/components/xpti.dat
e8f4ba81
ER
358cat << 'EOF' > $RPM_BUILD_ROOT%{_libdir}/%{name}/register
359#!/bin/sh
360umask 022
361# make temporary HOME, as it attempts to touch files in $HOME/.mozilla
362# dangerous if you run this with sudo with keep_env += HOME
363# also TMPDIR could be pointing to sudo user's homedir so we reset that too.
364t=$(mktemp -d)
d50a2a28 365%{__rm} -f %{_libdir}/%{name}/components/{compreg,xpti}.dat
e8f4ba81
ER
366TMPDIR= TMP= HOME=$t %{_libdir}/%{name}/icedove -register
367rm -rf $t
368EOF
369chmod a+rx $RPM_BUILD_ROOT%{_libdir}/%{name}/register
52fc61e6 370
283702b9 371# mozldap
d0b96b40
JR
372%{__sed} -i '/lib\(ldap\|ldif\|prldap\)60.so/d' $RPM_BUILD_ROOT%{_libdir}/%{name}/dependentlibs.list
373%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/lib{ldap,ldif,prldap}60.so
283702b9 374
44be9ed4 375%clean
376rm -rf $RPM_BUILD_ROOT
377
378%pretrans
379if [ -d %{_libdir}/%{name}/dictionaries ] && [ ! -L %{_libdir}/%{name}/dictionaries ]; then
380 mv -v %{_libdir}/%{name}/dictionaries{,.rpmsave}
381fi
eca54e0f 382for d in chrome defaults icons isp modules res searchplugins; do
44be9ed4 383 if [ -d %{_libdir}/%{name}/$d ] && [ ! -L %{_libdir}/%{name}/$d ]; then
384 install -d %{_datadir}/%{name}
385 mv %{_libdir}/%{name}/$d %{_datadir}/%{name}/$d
386 fi
387done
388exit 0
389
e8f4ba81
ER
390%post
391%{_libdir}/%{name}/register || :
392
44be9ed4 393%files
394%defattr(644,root,root,755)
395%attr(755,root,root) %{_bindir}/icedove
396%attr(755,root,root) %{_bindir}/mozilla-thunderbird
397%attr(755,root,root) %{_bindir}/thunderbird
398%dir %{_libdir}/%{name}
765a3a27 399%{_libdir}/%{name}/application.ini
6b327de6
JB
400%{_libdir}/%{name}/blocklist.xml
401%{_libdir}/%{name}/chrome.manifest
44be9ed4 402%dir %{_libdir}/%{name}/components
6b327de6 403%{_libdir}/%{name}/components/components.manifest
73d54cb2
JB
404%attr(755,root,root) %{_libdir}/%{name}/*.sh
405%attr(755,root,root) %{_libdir}/%{name}/*-bin
406%attr(755,root,root) %{_libdir}/%{name}/icedove
407%attr(755,root,root) %{_libdir}/%{name}/register
d0b96b40 408%{_libdir}/%{name}/omni.ja
73d54cb2 409%if %{without xulrunner}
a367af64 410%{_libdir}/%{name}/dependentlibs.list
73d54cb2 411%{_libdir}/%{name}/platform.ini
73d54cb2 412%attr(755,root,root) %{_libdir}/%{name}/components/*.so
0516fc42 413%attr(755,root,root) %{_libdir}/%{name}/libmozalloc.so
a97d3356 414%{?with_shared_js:%attr(755,root,root) %{_libdir}/%{name}/libmozjs.so}
0516fc42 415%attr(755,root,root) %{_libdir}/%{name}/libxul.so
44be9ed4 416%attr(755,root,root) %{_libdir}/%{name}/mozilla-xremote-client
cf62736e 417%attr(755,root,root) %{_libdir}/%{name}/plugin-container
73d54cb2 418%endif
44be9ed4 419
420# symlinks
421%{_libdir}/%{name}/chrome
422%{_libdir}/%{name}/defaults
44be9ed4 423%{_libdir}/%{name}/isp
eca54e0f 424%{_libdir}/%{name}/searchplugins
9b40a2c3
JB
425%if %{with xulrunner}
426%{_libdir}/%{name}/xulrunner
427%else
73d54cb2 428%{_libdir}/%{name}/dictionaries
73d54cb2 429%endif
44be9ed4 430
224cf96a
JB
431%{_pixmapsdir}/icedove.png
432%{_desktopdir}/icedove.desktop
44be9ed4 433
434%dir %{_datadir}/%{name}
eca54e0f 435%{_datadir}/%{name}/extensions
eca54e0f 436%{_datadir}/%{name}/searchplugins
44be9ed4 437
765a3a27
ER
438%if %{with crashreporter}
439%attr(755,root,root) %{_libdir}/%{name}/crashreporter
440%{_libdir}/%{name}/crashreporter.ini
441%{_libdir}/%{name}/Throbber-small.gif
442%endif
443
44be9ed4 444%dir %{_libdir}/%{name}/extensions
445%{_libdir}/%{name}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
6578c165 446
52fc61e6
ER
447# files created by regxpcom -register
448%ghost %{_libdir}/%{name}/components/compreg.dat
449%ghost %{_libdir}/%{name}/components/xpti.dat
450
d0b96b40
JR
451%{_iconsdir}/hicolor/*/apps/icedove.*
452
6578c165 453%if %{with lightning}
454%files addon-lightning
455%defattr(644,root,root,755)
f3b6d696 456%dir %{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}
cf62736e 457%{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/application.ini
f3b6d696
ER
458%{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome
459%{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome.manifest
cf62736e 460%{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults
f3b6d696
ER
461%{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/install.rdf
462%dir %{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components
463%attr(755,root,root) %{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/*.so
f3b6d696 464%{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/*.js
cf62736e
JB
465%{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/*.manifest
466%{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/*.xpt
f3b6d696
ER
467%{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules
468%{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js
469%{_libdir}/%{name}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/timezones.sqlite
6578c165 470%endif
This page took 0.473409 seconds and 4 git commands to generate.