1
0

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:
Wolfgang Rosenauer 2010-07-28 07:30:13 +00:00 committed by Git OBS Bridge
parent ee9c0b99ee
commit a914da85e5
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -87,6 +87,11 @@ Requires: %{name}-branding >= 3.5
### build options
%define branding 1
%define localize 1
%ifarch ppc ppc64 s390 s390x ia64
%define crashreporter 0
%else
%define crashreporter 1
%endif
### build options end
%description
@ -359,7 +364,9 @@ fi
%{progdir}/%{progname}
%{progdir}/application.ini
%{progdir}/blocklist.xml
%if %crashreporter
%{progdir}/crashreporter-override.ini
%endif
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{progname}.xml
%{_datadir}/pixmaps/firefox*