forked from pool/MozillaFirefox
Accepting request 44095 from home:msmeissn:branches:mozilla:Factory
Copy from home:msmeissn:branches:mozilla:Factory/MozillaFirefox via accept of submit request 44095 revision 2. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/44095 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=162
This commit is contained in:
parent
ee9c0b99ee
commit
a914da85e5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 28 08:33:14 CEST 2010 - meissner@suse.de
|
||||||
|
|
||||||
|
- disable crash reporter for non x86/x86_64 to make it build.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 24 12:42:58 CEST 2010 - wr@rosenauer.org
|
Sat Jul 24 12:42:58 CEST 2010 - wr@rosenauer.org
|
||||||
|
|
||||||
|
@ -87,6 +87,11 @@ Requires: %{name}-branding >= 3.5
|
|||||||
### build options
|
### build options
|
||||||
%define branding 1
|
%define branding 1
|
||||||
%define localize 1
|
%define localize 1
|
||||||
|
%ifarch ppc ppc64 s390 s390x ia64
|
||||||
|
%define crashreporter 0
|
||||||
|
%else
|
||||||
|
%define crashreporter 1
|
||||||
|
%endif
|
||||||
### build options end
|
### build options end
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -359,7 +364,9 @@ fi
|
|||||||
%{progdir}/%{progname}
|
%{progdir}/%{progname}
|
||||||
%{progdir}/application.ini
|
%{progdir}/application.ini
|
||||||
%{progdir}/blocklist.xml
|
%{progdir}/blocklist.xml
|
||||||
|
%if %crashreporter
|
||||||
%{progdir}/crashreporter-override.ini
|
%{progdir}/crashreporter-override.ini
|
||||||
|
%endif
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/mime/packages/%{progname}.xml
|
%{_datadir}/mime/packages/%{progname}.xml
|
||||||
%{_datadir}/pixmaps/firefox*
|
%{_datadir}/pixmaps/firefox*
|
||||||
|
Loading…
Reference in New Issue
Block a user