]> git.pld-linux.org Git - packages/firefox.git/blame - mozilla-firefox.spec
- updated to 7.0.1
[packages/firefox.git] / mozilla-firefox.spec
CommitLineData
82f606de 1# NOTE: PLD distributes iceweasel instead
dfdf0ac8 2#
0d00fa1b
AM
3# TODO:
4# - handle locales differently (runtime, since it's possible to do)
5# - see ftp://ftp.debian.org/debian/pool/main/m/mozilla-firefox/*diff*
f37c2ce5 6# for hints how to make locales
cec5c010
ER
7# - (12:22:58) patrys: can you also move _libdir/mozilla-firefox to just _libdir/firefox?
8# (12:23:25) patrys: it's not like we ship official firefox
0af918cf 9# - fix wrapper script to allow playing with profiles (must not use -remote)
2f695f11 10#
ca6a7239 11# Conditional build:
4ab16c9e
JB
12%bcond_with tests # enable tests (whatever they check)
13%bcond_without gnomeui # disable gnomeui support
9df03825 14%bcond_without gnome # synonym for gnomeui (gconf, libnotify and gio are still enabled)
2a673919 15%bcond_without kerberos # disable krb5 support
d97ddc70 16%bcond_without xulrunner # system xulrunner
2a673919 17
4ab16c9e
JB
18%if %{without gnome}
19%undefine with_gnomeui
4ab16c9e 20%endif
2a673919 21
d97ddc70
JB
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
52dbdf60 27Summary: Firefox Community Edition web browser
948d1385 28Summary(pl.UTF-8): Firefox Community Edition - przeglądarka WWW
ea721d92 29Name: mozilla-firefox
9df03825 30Version: 7.0.1
e6902292 31Release: 1
4ab16c9e 32License: MPL 1.1 or GPL v2+ or LGPL v2.1+
51c0f20a 33Group: X11/Applications/Networking
f1613d3d 34Source0: http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}.source.tar.bz2
9df03825 35# Source0-md5: 5b212db48630ba93bb30ec63cca17f4d
7c7475d0 36Source1: %{name}.desktop
37Source2: %{name}.sh
2a673919 38Patch0: %{name}-install.patch
6ef56845 39Patch1: %{name}-gcc3.patch
40Patch2: %{name}-agent.patch
41Patch3: %{name}-agent-ac.patch
20ac5a05 42Patch4: %{name}-ti-agent.patch
29b16068 43Patch5: %{name}-branding.patch
44Patch6: %{name}-prefs.patch
d1eea1c3 45Patch7: %{name}-nss_cflags.patch
d97ddc70 46Patch8: %{name}-no-subshell.patch
5f561b4c 47URL: http://www.mozilla.org/projects/firefox/
9df03825 48BuildRequires: GConf2-devel >= 1.2.1
0fca8d8d 49BuildRequires: OpenGL-devel
d97ddc70 50BuildRequires: alsa-lib-devel
e933d2a8 51BuildRequires: automake
d97ddc70 52BuildRequires: bzip2-devel
0fca8d8d 53BuildRequires: cairo-devel >= 1.10.2-5
09328230 54BuildRequires: dbus-glib-devel >= 0.60
9df03825 55BuildRequires: glib2-devel >= 1:2.18
2a673919 56BuildRequires: gtk+2-devel >= 2:2.10
2a673919 57%{?with_kerberos:BuildRequires: heimdal-devel >= 0.7.1}
d97ddc70 58BuildRequires: hunspell-devel
8a88dcf7 59BuildRequires: libIDL-devel >= 0.8.0
d97ddc70 60BuildRequires: libdnet-devel
0fca8d8d 61BuildRequires: libevent-devel >= 1.4.7
4ab16c9e 62%{?with_gnomeui:BuildRequires: libgnomeui-devel >= 2.2.0}
d97ddc70 63BuildRequires: libiw-devel
ea721d92 64BuildRequires: libjpeg-devel >= 6b
17eb28c6 65BuildRequires: libnotify-devel >= 0.4
2a673919 66BuildRequires: libpng(APNG)-devel >= 0.10
0fca8d8d 67BuildRequires: libpng-devel >= 1.4.1
ea721d92 68BuildRequires: libstdc++-devel
0fca8d8d 69BuildRequires: libvpx-devel
9df03825
JB
70BuildRequires: nspr-devel >= 1:4.8.8
71BuildRequires: nss-devel >= 1:3.12.10
82f606de 72BuildRequires: pango-devel >= 1:1.14.0
56cf7ebf 73BuildRequires: perl-modules >= 5.004
1bb00684 74BuildRequires: pkgconfig
aef94f18 75BuildRequires: python-modules
6b1581cf 76BuildRequires: rpm >= 4.4.9-56
9df03825 77BuildRequires: rpmbuild(macros) >= 1.601
0fca8d8d 78BuildRequires: sqlite3-devel >= 3.7.5-2
d97ddc70 79BuildRequires: startup-notification-devel >= 0.8
0fca8d8d 80BuildRequires: xorg-lib-libXScrnSaver-devel
446ffaab
JB
81BuildRequires: xorg-lib-libXext-devel
82BuildRequires: xorg-lib-libXft-devel >= 2.1
83BuildRequires: xorg-lib-libXinerama-devel
de5abc0a 84BuildRequires: xorg-lib-libXt-devel
f99152f1 85%if %{with xulrunner}
0fca8d8d 86BuildRequires: xulrunner-devel >= 2:%{version}
f99152f1 87%endif
b0a3aa79 88BuildRequires: zip
1dd3785b 89BuildRequires: zlib-devel >= 1.2.3
f37c2ce5 90Requires(post): mktemp >= 1.5-18
d97ddc70
JB
91%if %{with xulrunner}
92%requires_eq_to xulrunner xulrunner-devel
93%else
1408fb17 94Requires: browser-plugins >= 2.0
0fca8d8d 95Requires: cairo >= 1.10.2-5
82f606de 96Requires: dbus-glib >= 0.60
d97ddc70 97Requires: gtk+2 >= 2:2.18
0fca8d8d 98Requires: libpng >= 1.4.1
2a673919 99Requires: libpng(APNG) >= 0.10
d97ddc70 100Requires: myspell-common
9df03825
JB
101Requires: nspr >= 1:4.8.8
102Requires: nss >= 1:3.12.10
82f606de 103Requires: pango >= 1:1.14.0
d97ddc70 104Requires: sqlite3 >= %{sqlite_build_version}
82f606de 105Requires: startup-notification >= 0.8
f99152f1 106%endif
0d52cac8 107Provides: wwwbrowser
51c0f20a 108Obsoletes: mozilla-firebird
2620301e 109Obsoletes: mozilla-firefox-lang-en < 2.0.0.8-3
c2814220 110Obsoletes: mozilla-firefox-libs
ea721d92 111BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
112
09328230
JB
113# don't satisfy other packages (don't use %{name} here)
114%define _noautoprovfiles %{_libdir}/mozilla-firefox
4c7e703c 115# and as we don't provide them, don't require either
0fca8d8d 116%define _noautoreq libmozjs.so libxpcom.so libxul.so %{!?with_xulrunner:libmozalloc.so}
c14d6140 117
2a673919 118%if "%{cc_version}" >= "3.4"
2de50ddb 119%define specflags -fno-strict-aliasing -fno-tree-vrp -fno-stack-protector
2a673919
PZ
120%else
121%define specflags -fno-strict-aliasing
122%endif
d3b02e37 123
ea721d92 124%description
52dbdf60
ER
125Firefox Community Edition is an open-source web browser, designed for
126standards compliance, performance and portability.
ea721d92 127
eace6cdf 128%description -l pl.UTF-8
c0bec9dd 129Firefox Community Edition jest przeglądarką WWW rozpowszechnianą
e236f127 130zgodnie z ideami ruchu otwartego oprogramowania oraz tworzoną z myślą
131o zgodności ze standardami, wydajnością i przenośnością.
ea721d92 132
133%prep
d97ddc70 134%setup -qc
0fca8d8d 135mv -f mozilla-release mozilla
56143477 136cd mozilla
d97ddc70 137
d541162e 138%patch0 -p1
6ef56845 139
140%if "%{cc_version}" < "3.4"
141%patch1 -p2
142%endif
143
144%if "%{pld_release}" == "th"
8bc15110 145%patch2 -p1
2a673919 146%endif
6ef56845 147
148%if "%{pld_release}" == "ac"
149%patch3 -p1
150%endif
151
152%if "%{pld_release}" == "ti"
153%patch4 -p1
6b1581cf 154%endif
a4a42caf 155
29b16068 156%patch5 -p1
157%patch6 -p1
d1eea1c3 158%patch7 -p1
d97ddc70 159%patch8 -p2
29b16068 160
ea721d92 161%build
56143477 162cd mozilla
52befddb 163cp -f %{_datadir}/automake/config.* build/autoconf
52befddb 164
d97ddc70
JB
165cat << EOF > .mozconfig
166. \$topsrcdir/browser/config/mozconfig
52befddb 167
2620301e 168mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-%{_target_cpu}
2620301e 169
f37c2ce5 170# Options for 'configure' (same as command-line options).
52befddb 171ac_add_options --prefix=%{_prefix}
172ac_add_options --exec-prefix=%{_exec_prefix}
173ac_add_options --bindir=%{_bindir}
174ac_add_options --sbindir=%{_sbindir}
175ac_add_options --sysconfdir=%{_sysconfdir}
176ac_add_options --datadir=%{_datadir}
177ac_add_options --includedir=%{_includedir}
178ac_add_options --libdir=%{_libdir}
179ac_add_options --libexecdir=%{_libexecdir}
180ac_add_options --localstatedir=%{_localstatedir}
181ac_add_options --sharedstatedir=%{_sharedstatedir}
182ac_add_options --mandir=%{_mandir}
183ac_add_options --infodir=%{_infodir}
cf471ce5 184%if %{?debug:1}0
f37c2ce5 185ac_add_options --disable-optimize
52befddb 186ac_add_options --enable-debug
187ac_add_options --enable-debug-modules
f37c2ce5
ER
188ac_add_options --enable-debugger-info-modules
189ac_add_options --enable-crash-on-assert
52befddb 190%else
191ac_add_options --disable-debug
2620301e 192ac_add_options --disable-debug-modules
f37c2ce5 193ac_add_options --disable-logging
2a673919 194ac_add_options --enable-optimize="%{rpmcflags} -Os"
52befddb 195%endif
d97ddc70
JB
196ac_add_options --disable-strip
197ac_add_options --disable-strip-libs
52befddb 198%if %{with tests}
199ac_add_options --enable-tests
c4f9bb37 200%else
52befddb 201ac_add_options --disable-tests
c4f9bb37 202%endif
6800f9e1 203%if %{with gnomeui}
f37c2ce5
ER
204ac_add_options --enable-gnomeui
205%else
f37c2ce5
ER
206ac_add_options --disable-gnomeui
207%endif
6800f9e1 208ac_add_options --disable-gnomevfs
2a673919 209ac_add_options --disable-crashreporter
52befddb 210ac_add_options --disable-installer
f37c2ce5
ER
211ac_add_options --disable-javaxpcom
212ac_add_options --disable-updater
0fca8d8d 213ac_add_options --enable-gio
d97ddc70
JB
214ac_add_options --enable-libxul
215ac_add_options --enable-pango
0fca8d8d 216ac_add_options --enable-shared-js
2a673919 217ac_add_options --enable-startup-notification
52befddb 218ac_add_options --enable-system-cairo
d97ddc70 219ac_add_options --enable-system-hunspell
dfdf0ac8 220ac_add_options --enable-system-sqlite
f37c2ce5 221ac_add_options --with-distribution-id=org.pld-linux
f99152f1 222%if %{with xulrunner}
d97ddc70 223ac_add_options --with-libxul-sdk=$(pkg-config --variable=sdkdir libxul)
f99152f1 224%endif
2a673919 225ac_add_options --with-pthreads
d97ddc70 226ac_add_options --with-system-bz2
2620301e 227ac_add_options --with-system-jpeg
0fca8d8d
JB
228ac_add_options --with-system-libevent
229ac_add_options --with-system-libvpx
52befddb 230ac_add_options --with-system-nspr
f37c2ce5 231ac_add_options --with-system-nss
f37c2ce5 232ac_add_options --with-system-png
2620301e 233ac_add_options --with-system-zlib
6162f349 234ac_add_options --with-default-mozilla-five-home=%{_libdir}/%{name}
52befddb 235EOF
33f81726 236
0fca8d8d 237%{__make} -f client.mk build \
2a673919 238 STRIP="/bin/true" \
3d445135 239 CC="%{__cc}" \
33f81726 240 CXX="%{__cxx}"
ea721d92 241
242%install
243rm -rf $RPM_BUILD_ROOT
56143477 244cd mozilla
45f27404 245install -d \
f37c2ce5 246 $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}} \
45f27404 247 $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}} \
93639547 248 $RPM_BUILD_ROOT%{_datadir}/%{name}
75e09104 249
8bc15110
PZ
250%browser_plugins_add_browser %{name} -p %{_libdir}/%{name}/plugins
251
2a673919 252%{__make} -C obj-%{_target_cpu}/browser/installer stage-package \
d541162e 253 DESTDIR=$RPM_BUILD_ROOT \
0fca8d8d 254 MOZ_PKG_DIR=%{_libdir}/%{name} \
f37c2ce5 255 PKG_SKIP_STRIP=1
ea721d92 256
d97ddc70
JB
257install -d \
258 $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins
259
0fca8d8d
JB
260%if %{with xulrunner}
261# >= 5.0 seems to require this
262ln -s ../xulrunner $RPM_BUILD_ROOT%{_libdir}/%{name}/xulrunner
263%endif
264
f86547d4
ER
265# move arch independant ones to datadir
266mv $RPM_BUILD_ROOT%{_libdir}/%{name}/chrome $RPM_BUILD_ROOT%{_datadir}/%{name}/chrome
267mv $RPM_BUILD_ROOT%{_libdir}/%{name}/defaults $RPM_BUILD_ROOT%{_datadir}/%{name}/defaults
f86547d4 268mv $RPM_BUILD_ROOT%{_libdir}/%{name}/extensions $RPM_BUILD_ROOT%{_datadir}/%{name}/extensions
f86547d4 269mv $RPM_BUILD_ROOT%{_libdir}/%{name}/icons $RPM_BUILD_ROOT%{_datadir}/%{name}/icons
2a673919 270mv $RPM_BUILD_ROOT%{_libdir}/%{name}/modules $RPM_BUILD_ROOT%{_datadir}/%{name}/modules
f86547d4 271mv $RPM_BUILD_ROOT%{_libdir}/%{name}/searchplugins $RPM_BUILD_ROOT%{_datadir}/%{name}/searchplugins
f99152f1 272%if %{without xulrunner}
0fca8d8d 273mv $RPM_BUILD_ROOT%{_libdir}/%{name}/greprefs.js $RPM_BUILD_ROOT%{_datadir}/%{name}/greprefs.js
f99152f1 274mv $RPM_BUILD_ROOT%{_libdir}/%{name}/res $RPM_BUILD_ROOT%{_datadir}/%{name}/res
275%endif
d97ddc70 276
f86547d4
ER
277ln -s ../../share/%{name}/chrome $RPM_BUILD_ROOT%{_libdir}/%{name}/chrome
278ln -s ../../share/%{name}/defaults $RPM_BUILD_ROOT%{_libdir}/%{name}/defaults
f86547d4 279ln -s ../../share/%{name}/extensions $RPM_BUILD_ROOT%{_libdir}/%{name}/extensions
2a673919 280ln -s ../../share/%{name}/modules $RPM_BUILD_ROOT%{_libdir}/%{name}/modules
f86547d4 281ln -s ../../share/%{name}/icons $RPM_BUILD_ROOT%{_libdir}/%{name}/icons
f86547d4 282ln -s ../../share/%{name}/searchplugins $RPM_BUILD_ROOT%{_libdir}/%{name}/searchplugins
f99152f1 283%if %{without xulrunner}
0fca8d8d 284ln -s ../../share/%{name}/greprefs.js $RPM_BUILD_ROOT%{_libdir}/%{name}/greprefs.js
f99152f1 285ln -s ../../share/%{name}/res $RPM_BUILD_ROOT%{_libdir}/%{name}/res
286%endif
f86547d4 287
f99152f1 288%if %{without xulrunner}
f1613d3d 289%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
4d687af8 290ln -s %{_datadir}/myspell $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
f99152f1 291%endif
4d687af8 292
7c7475d0 293sed 's,@LIBDIR@,%{_libdir},' %{SOURCE2} > $RPM_BUILD_ROOT%{_bindir}/mozilla-firefox
82f606de 294chmod 755 $RPM_BUILD_ROOT%{_bindir}/mozilla-firefox
8bc15110 295ln -s mozilla-firefox $RPM_BUILD_ROOT%{_bindir}/firefox
ea721d92 296
d97ddc70
JB
297cp -a browser/branding/unofficial/content/icon64.png $RPM_BUILD_ROOT%{_pixmapsdir}/mozilla-firefox.png
298cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
ea721d92 299
d97ddc70 300# files created by firefox -register
6162f349
ER
301touch $RPM_BUILD_ROOT%{_libdir}/%{name}/components/compreg.dat
302touch $RPM_BUILD_ROOT%{_libdir}/%{name}/components/xpti.dat
f37c2ce5 303
d97ddc70 304%if %{with xulrunner}
f1613d3d 305%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/run-mozilla.sh
d97ddc70 306%endif
f1613d3d 307%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/README.txt
f86547d4 308
f37c2ce5 309cat << 'EOF' > $RPM_BUILD_ROOT%{_sbindir}/%{name}-chrome+xpcom-generate
6d77929c 310#!/bin/sh
050f03d2 311umask 022
6162f349 312rm -f %{_libdir}/%{name}/components/{compreg,xpti}.dat
3eeab518 313
f37c2ce5
ER
314# it attempts to touch files in $HOME/.mozilla
315# beware if you run this with sudo!!!
316export HOME=$(mktemp -d)
317# also TMPDIR could be pointing to sudo user's homedir
318unset TMPDIR TMP || :
3eeab518 319
6162f349 320%{_libdir}/%{name}/firefox -register
3eeab518 321
56143477 322rm -rf $HOME
6d77929c 323EOF
82f606de 324chmod 755 $RPM_BUILD_ROOT%{_sbindir}/%{name}-chrome+xpcom-generate
3eeab518 325
6d77929c
JB
326%clean
327rm -rf $RPM_BUILD_ROOT
3eeab518 328
b1662829 329%pretrans
ade6d95c
ER
330if [ -d %{_libdir}/%{name}/dictionaries ] && [ ! -L %{_libdir}/%{name}/dictionaries ]; then
331 mv -v %{_libdir}/%{name}/dictionaries{,.rpmsave}
332fi
0fca8d8d 333for d in chrome defaults extensions greprefs.js icons res searchplugins; do
f86547d4
ER
334 if [ -d %{_libdir}/%{name}/$d ] && [ ! -L %{_libdir}/%{name}/$d ]; then
335 install -d %{_datadir}/%{name}
336 mv %{_libdir}/%{name}/$d %{_datadir}/%{name}/$d
337 fi
338done
339exit 0
340
6d77929c 341%post
f37c2ce5 342%{_sbindir}/%{name}-chrome+xpcom-generate
4d9eecad
ER
343%update_browser_plugins
344
345%postun
346if [ "$1" = 0 ]; then
347 %update_browser_plugins
348fi
ea0245e6 349
ea721d92 350%files
351%defattr(644,root,root,755)
f37c2ce5 352%attr(755,root,root) %{_bindir}/%{name}
fb0d8197 353%attr(755,root,root) %{_bindir}/firefox
f37c2ce5
ER
354%attr(755,root,root) %{_sbindir}/%{name}-chrome+xpcom-generate
355
4d9eecad
ER
356# browser plugins v2
357%{_browserpluginsconfdir}/browsers.d/%{name}.*
358%config(noreplace) %verify(not md5 mtime size) %{_browserpluginsconfdir}/blacklist.d/%{name}.*.blacklist
359
c2814220 360%dir %{_libdir}/%{name}
09328230
JB
361%if %{without xulrunner}
362%attr(755,root,root) %{_libdir}/%{name}/libmozjs.so
363%attr(755,root,root) %{_libdir}/%{name}/libxpcom.so
364%attr(755,root,root) %{_libdir}/%{name}/libxul.so
365%endif
2a673919
PZ
366%{_libdir}/%{name}/blocklist.xml
367
368%if %{with crashreporter}
369%{_libdir}/%{name}/crashreporter
370%{_libdir}/%{name}/crashreporter-override.ini
371%{_libdir}/%{name}/crashreporter.ini
372%{_libdir}/%{name}/Throbber-small.gif
373%endif
374
375# config?
2a673919 376%{_libdir}/%{name}/application.ini
0fca8d8d 377%{_libdir}/%{name}/chrome.manifest
c2814220 378
6162f349 379%dir %{_libdir}/%{name}/components
2a673919 380
fd4f0696 381%{_libdir}/%{name}/components/FeedConverter.js
fd4f0696 382%{_libdir}/%{name}/components/FeedWriter.js
0fca8d8d
JB
383%{_libdir}/%{name}/components/PlacesProtocolHandler.js
384%{_libdir}/%{name}/components/Weave.js
2a673919
PZ
385%{_libdir}/%{name}/components/WebContentConverter.js
386%{_libdir}/%{name}/components/browser.xpt
387%{_libdir}/%{name}/components/fuelApplication.js
f99152f1 388%{_libdir}/%{name}/components/nsBrowserContentHandler.js
389%{_libdir}/%{name}/components/nsBrowserGlue.js
d97ddc70 390%{_libdir}/%{name}/components/nsPrivateBrowsingService.js
f99152f1 391%{_libdir}/%{name}/components/nsSafebrowsingApplication.js
f99152f1 392%{_libdir}/%{name}/components/nsSessionStartup.js
393%{_libdir}/%{name}/components/nsSessionStore.js
394%{_libdir}/%{name}/components/nsSetDefaultBrowser.js
395%{_libdir}/%{name}/components/nsSidebar.js
0fca8d8d
JB
396
397%{_libdir}/%{name}/components/components.manifest
398%{_libdir}/%{name}/components/interfaces.manifest
399
f99152f1 400%if %{without xulrunner}
401%{_libdir}/%{name}/platform.ini
0fca8d8d 402%{_libdir}/%{name}/components/ConsoleAPI.js
f99152f1 403%{_libdir}/%{name}/components/FeedProcessor.js
d97ddc70
JB
404%{_libdir}/%{name}/components/GPSDGeolocationProvider.js
405%{_libdir}/%{name}/components/NetworkGeolocationProvider.js
0fca8d8d 406%{_libdir}/%{name}/components/PlacesCategoriesStarter.js
9df03825 407%{_libdir}/%{name}/components/TelemetryPing.js
0fca8d8d
JB
408%{_libdir}/%{name}/components/addonManager.js
409%{_libdir}/%{name}/components/amContentHandler.js
410%{_libdir}/%{name}/components/amWebInstallListener.js
411%{_libdir}/%{name}/components/contentAreaDropListener.js
412%{_libdir}/%{name}/components/contentSecurityPolicy.js
413%{_libdir}/%{name}/components/crypto-SDR.js
fd4f0696 414%{_libdir}/%{name}/components/jsconsole-clhandler.js
5259c459 415%{_libdir}/%{name}/components/nsBadCertHandler.js
2a673919 416%{_libdir}/%{name}/components/nsBlocklistService.js
2a673919
PZ
417%{_libdir}/%{name}/components/nsContentDispatchChooser.js
418%{_libdir}/%{name}/components/nsContentPrefService.js
fd4f0696 419%{_libdir}/%{name}/components/nsDefaultCLH.js
2a673919 420%{_libdir}/%{name}/components/nsDownloadManagerUI.js
fd4f0696 421%{_libdir}/%{name}/components/nsFilePicker.js
d97ddc70 422%{_libdir}/%{name}/components/nsFormAutoComplete.js
0fca8d8d 423%{_libdir}/%{name}/components/nsFormHistory.js
2a673919 424%{_libdir}/%{name}/components/nsHandlerService.js
fd4f0696 425%{_libdir}/%{name}/components/nsHelperAppDlg.js
82f606de 426%{_libdir}/%{name}/components/nsINIProcessor.js
0fca8d8d 427%{_libdir}/%{name}/components/nsInputListAutoComplete.js
2a673919
PZ
428%{_libdir}/%{name}/components/nsLivemarkService.js
429%{_libdir}/%{name}/components/nsLoginInfo.js
430%{_libdir}/%{name}/components/nsLoginManager.js
431%{_libdir}/%{name}/components/nsLoginManagerPrompter.js
d97ddc70 432%{_libdir}/%{name}/components/nsPlacesAutoComplete.js
0fca8d8d
JB
433%{_libdir}/%{name}/components/nsPlacesExpiration.js
434%{_libdir}/%{name}/components/nsPrompter.js
fd4f0696 435%{_libdir}/%{name}/components/nsProxyAutoConfig.js
d97ddc70
JB
436%{_libdir}/%{name}/components/nsSearchService.js
437%{_libdir}/%{name}/components/nsSearchSuggestions.js
2a673919
PZ
438%{_libdir}/%{name}/components/nsTaggingService.js
439%{_libdir}/%{name}/components/nsTryToClose.js
440%{_libdir}/%{name}/components/nsURLFormatter.js
d97ddc70 441%{_libdir}/%{name}/components/nsUpdateTimerManager.js
9df03825 442%{_libdir}/%{name}/components/nsUrlClassifierHashCompleter.js
fd4f0696
ER
443%{_libdir}/%{name}/components/nsUrlClassifierLib.js
444%{_libdir}/%{name}/components/nsUrlClassifierListManager.js
2a673919 445%{_libdir}/%{name}/components/nsWebHandlerApp.js
2a673919 446%{_libdir}/%{name}/components/storage-Legacy.js
d97ddc70 447%{_libdir}/%{name}/components/storage-mozStorage.js
2a673919 448%{_libdir}/%{name}/components/txEXSLTRegExFunctions.js
f99152f1 449%endif
2a673919
PZ
450
451%attr(755,root,root) %{_libdir}/%{name}/components/libbrowsercomps.so
f99152f1 452%if %{without xulrunner}
2a673919 453%attr(755,root,root) %{_libdir}/%{name}/components/libdbusservice.so
f99152f1 454%endif
2a673919 455
9df03825 456%if %{without xulrunner}
2a673919 457%attr(755,root,root) %{_libdir}/%{name}/components/libmozgnome.so
2a673919
PZ
458%endif
459
2a673919 460%attr(755,root,root) %{_libdir}/%{name}/firefox
d97ddc70 461%dir %{_libdir}/%{name}/plugins
f99152f1 462%if %{without xulrunner}
d97ddc70 463%attr(755,root,root) %{_libdir}/%{name}/run-mozilla.sh
2a673919 464%attr(755,root,root) %{_libdir}/%{name}/firefox-bin
f99152f1 465%attr(755,root,root) %{_libdir}/%{name}/mozilla-xremote-client
82f606de 466%attr(755,root,root) %{_libdir}/%{name}/plugin-container
f99152f1 467%endif
0fca8d8d 468
93639547
ER
469%{_pixmapsdir}/mozilla-firefox.png
470%{_desktopdir}/mozilla-firefox.desktop
cdbdbff1 471
f86547d4
ER
472# symlinks
473%{_libdir}/%{name}/chrome
474%{_libdir}/%{name}/defaults
f86547d4 475%{_libdir}/%{name}/extensions
f86547d4 476%{_libdir}/%{name}/icons
2a673919 477%{_libdir}/%{name}/modules
f86547d4 478%{_libdir}/%{name}/searchplugins
0fca8d8d
JB
479%if %{with xulrunner}
480%{_libdir}/%{name}/xulrunner
481%else
f99152f1 482%{_libdir}/%{name}/dictionaries
0fca8d8d 483%{_libdir}/%{name}/greprefs.js
f99152f1 484%{_libdir}/%{name}/res
485%endif
f37c2ce5 486
f86547d4
ER
487%dir %{_datadir}/%{name}
488%{_datadir}/%{name}/chrome
489%{_datadir}/%{name}/defaults
f86547d4 490%{_datadir}/%{name}/icons
2a673919 491%{_datadir}/%{name}/modules
f86547d4 492%{_datadir}/%{name}/searchplugins
f99152f1 493%if %{without xulrunner}
0fca8d8d 494%{_datadir}/%{name}/greprefs.js
f99152f1 495%{_datadir}/%{name}/res
496%endif
f86547d4
ER
497
498%dir %{_datadir}/%{name}/extensions
499# -dom-inspector subpackage?
2a673919 500#%{_datadir}/%{name}/extensions/inspector@mozilla.org
f86547d4
ER
501# the signature of the default theme
502%{_datadir}/%{name}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
f37c2ce5 503
d97ddc70 504# files created by firefox -register
6162f349
ER
505%ghost %{_libdir}/%{name}/components/compreg.dat
506%ghost %{_libdir}/%{name}/components/xpti.dat
This page took 0.119179 seconds and 4 git commands to generate.