forked from pool/MozillaFirefox
This commit is contained in:
parent
a369b619a1
commit
e820e82275
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 16 14:57:27 CEST 2007 - mauro@suse.de
|
||||||
|
|
||||||
|
- Revert previous change.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 14 11:58:23 CEST 2007 - mauro@suse.de
|
Tue Aug 14 11:58:23 CEST 2007 - mauro@suse.de
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Obsoletes: MozillaFirebird <= 1.0.7
|
|||||||
Obsoletes: mozilla
|
Obsoletes: mozilla
|
||||||
%endif
|
%endif
|
||||||
Version: 2.0.0.5
|
Version: 2.0.0.5
|
||||||
Release: 14
|
Release: 15
|
||||||
Summary: Mozilla Firefox Web Browser
|
Summary: Mozilla Firefox Web Browser
|
||||||
URL: http://www.mozilla.org/
|
URL: http://www.mozilla.org/
|
||||||
Group: Productivity/Networking/Web/Browsers
|
Group: Productivity/Networking/Web/Browsers
|
||||||
@ -53,7 +53,6 @@ Source11: firefox48.png
|
|||||||
Source16: firefox.1
|
Source16: firefox.1
|
||||||
Source17: firefox-suse-default-prefs.js
|
Source17: firefox-suse-default-prefs.js
|
||||||
Source18: firefox.schemas
|
Source18: firefox.schemas
|
||||||
Source19: OneClickInstallUrlHandler
|
|
||||||
Patch1: visibility.patch
|
Patch1: visibility.patch
|
||||||
Patch2: rpath.patch
|
Patch2: rpath.patch
|
||||||
Patch3: gcc-undefined-ops.patch
|
Patch3: gcc-undefined-ops.patch
|
||||||
@ -96,7 +95,6 @@ Patch37: make-perl.patch
|
|||||||
Patch38: tango-maxversion.patch
|
Patch38: tango-maxversion.patch
|
||||||
# pango-cairo.patch dbus.patch startup.patch
|
# pango-cairo.patch dbus.patch startup.patch
|
||||||
Patch100: configure.patch
|
Patch100: configure.patch
|
||||||
Patch102: ymp-mime.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: libstdc++ fileutils textutils /bin/sh gconf2
|
PreReq: libstdc++ fileutils textutils /bin/sh gconf2
|
||||||
Requires: /usr/lib/libaoss.so
|
Requires: /usr/lib/libaoss.so
|
||||||
@ -221,7 +219,6 @@ pushd $RPM_BUILD_DIR
|
|||||||
%patch38
|
%patch38
|
||||||
popd
|
popd
|
||||||
%patch100
|
%patch100
|
||||||
%patch102 -p 1
|
|
||||||
%if %has_system_nss
|
%if %has_system_nss
|
||||||
#%patch101
|
#%patch101
|
||||||
%endif
|
%endif
|
||||||
@ -423,10 +420,6 @@ chmod 755 %{my_requires}
|
|||||||
%define __find_requires %{my_requires}
|
%define __find_requires %{my_requires}
|
||||||
%endif
|
%endif
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
%if %suse_version > 1020
|
|
||||||
mkdir $RPM_BUILD_ROOT/sbin
|
|
||||||
install -m 644 %{SOURCE19} $RPM_BUILD_ROOT/sbin/OneClickInstallUrlHandler
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -556,11 +549,10 @@ exit 0
|
|||||||
%files translations -f %{_tmppath}/translations.list
|
%files translations -f %{_tmppath}/translations.list
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%endif
|
%endif
|
||||||
%if %suse_version >= 1020
|
|
||||||
/sbin/OneClickInstallUrlHandler
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 16 2007 - mauro@suse.de
|
||||||
|
- Revert previous change.
|
||||||
* Tue Aug 14 2007 - mauro@suse.de
|
* Tue Aug 14 2007 - mauro@suse.de
|
||||||
- Added support for ymp in the mimetypes.rdf
|
- Added support for ymp in the mimetypes.rdf
|
||||||
- Added OneClickInstallUrlHandler for handing the actual call from firefox.
|
- Added OneClickInstallUrlHandler for handing the actual call from firefox.
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
/sbin/YaST2 OneClickInstallUrlHandler $@
|
|
@ -1,34 +0,0 @@
|
|||||||
diff -Naur mozilla/profile/defaults/mimeTypes.rdf mozilla-mp/profile/defaults/mimeTypes.rdf
|
|
||||||
--- mozilla/profile/defaults/mimeTypes.rdf 2003-01-24 01:46:11.000000000 +0100
|
|
||||||
+++ mozilla-mp/profile/defaults/mimeTypes.rdf 2007-08-14 10:53:10.721393000 +0200
|
|
||||||
@@ -51,6 +51,30 @@
|
|
||||||
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:NC="http://home.netscape.com/NC-rdf#">
|
|
||||||
|
|
||||||
+
|
|
||||||
+ <RDF:Description RDF:about="urn:mimetype:externalApplication:text/x-suse-ymu"
|
|
||||||
+ NC:path="/sbin/OneClickInstallUrlHandler"
|
|
||||||
+ NC:prettyName="OneClickInstallUrlHandler" />
|
|
||||||
+ <RDF:Description RDF:about="urn:mimetype:text/x-suse-ymu"
|
|
||||||
+ NC:value="text/x-suse-ymu"
|
|
||||||
+ NC:editable="true"
|
|
||||||
+ NC:description=""
|
|
||||||
+ >
|
|
||||||
+ <NC:handlerProp
|
|
||||||
+ RDF:resource="urn:mimetype:handler:text/x-suse-ymu"/>
|
|
||||||
+ </RDF:Description>
|
|
||||||
+ <RDF:Description
|
|
||||||
+ RDF:about="urn:mimetype:handler:text/x-suse-ymu"
|
|
||||||
+ NC:alwaysAsk="false"
|
|
||||||
+ NC:saveToDisk="false"
|
|
||||||
+ NC:useSystemDefault="false"
|
|
||||||
+ NC:handleInternal="false">
|
|
||||||
+ <NC:externalApplication
|
|
||||||
+ RDF:resource="urn:mimetype:externalApplication:text/x-suse-ymu"/>
|
|
||||||
+ </RDF:Description>
|
|
||||||
+
|
|
||||||
+
|
|
||||||
+
|
|
||||||
<RDF:Description about="urn:mimetypes">
|
|
||||||
<NC:MIME-types>
|
|
||||||
<RDF:Seq about="urn:mimetypes:root">
|
|
Loading…
x
Reference in New Issue
Block a user