Lines 20-26
Link Here
|
20 |
Summary: XUL Runner |
20 |
Summary: XUL Runner |
21 |
Name: xulrunner |
21 |
Name: xulrunner |
22 |
Version: 1.9.1.1 |
22 |
Version: 1.9.1.1 |
23 |
Release: alt1.20090831 |
23 |
Release: alt1.20090831.1 |
24 |
License: MPL/GPL/LGPL |
24 |
License: MPL/GPL/LGPL |
25 |
Group: Networking/Other |
25 |
Group: Networking/Other |
26 |
Url: http://wiki.mozilla.org/XUL:Xul_Runner |
26 |
Url: http://wiki.mozilla.org/XUL:Xul_Runner |
Lines 46-51
Patch103: mozilla-sqlite.patch
Link Here
|
46 |
|
46 |
|
47 |
Patch200: xulrunner-use-mozsqlite.patch |
47 |
Patch200: xulrunner-use-mozsqlite.patch |
48 |
|
48 |
|
|
|
49 |
# SuSE patches |
50 |
Patch300: mozilla-protocol_handler.patch |
51 |
Patch301: mozilla-helper-app.patch |
52 |
Patch302: kde-integration.patch |
53 |
|
49 |
Requires: hunspell-en |
54 |
Requires: hunspell-en |
50 |
Requires: xulrunner-libs = %version-%release |
55 |
Requires: xulrunner-libs = %version-%release |
51 |
|
56 |
|
Lines 141-146
cd %_builddir/%name-%version/mozilla
Link Here
|
141 |
|
146 |
|
142 |
%patch200 -p1 -b .fix200 |
147 |
%patch200 -p1 -b .fix200 |
143 |
|
148 |
|
|
|
149 |
cp toolkit/content/widgets/dialog.xml toolkit/content/widgets/dialog-kde.xml |
150 |
cp toolkit/content/widgets/preferences.xml toolkit/content/widgets/preferences-kde.xml |
151 |
%patch300 -p1 -b .protohandl |
152 |
%patch301 -p0 -b .helperapp |
153 |
%patch302 -p1 -b .kde4 |
154 |
|
144 |
%build |
155 |
%build |
145 |
cd %_builddir/%name-%version/mozilla |
156 |
cd %_builddir/%name-%version/mozilla |
146 |
|
157 |
|