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