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