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