This commit is contained in:
parent
70fd5cdd4b
commit
ac7aafaf03
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 12 11:06:10 CST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Package gconf stuff.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 21 16:37:25 CST 2007 - maw@suse.de
|
Wed Feb 21 16:37:25 CST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Obsoletes: MozillaFirebird <= 1.0.7
|
|||||||
Obsoletes: mozilla
|
Obsoletes: mozilla
|
||||||
%endif
|
%endif
|
||||||
Version: 2.0.0.2
|
Version: 2.0.0.2
|
||||||
Release: 1
|
Release: 4
|
||||||
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
|
||||||
@ -131,6 +131,8 @@ Requires: mozilla-nss >= %( echo `rpm -q --queryformat '%{VERSION}' mozill
|
|||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
%define gnome_confdir %{_sysconfdir}
|
%define gnome_confdir %{_sysconfdir}
|
||||||
%define gnome_dir %{_prefix}
|
%define gnome_dir %{_prefix}
|
||||||
|
|
||||||
|
%gconf_schemas_prereq
|
||||||
%else
|
%else
|
||||||
%define gnome_confdir %{_sysconfdir}/opt/gnome
|
%define gnome_confdir %{_sysconfdir}/opt/gnome
|
||||||
%define gnome_dir /opt/gnome
|
%define gnome_dir /opt/gnome
|
||||||
@ -417,6 +419,7 @@ EOF
|
|||||||
chmod 755 %{my_requires}
|
chmod 755 %{my_requires}
|
||||||
%define __find_requires %{my_requires}
|
%define __find_requires %{my_requires}
|
||||||
%endif
|
%endif
|
||||||
|
%find_gconf_schemas
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -425,6 +428,10 @@ rm -f %{my_provides}
|
|||||||
rm -f %{my_requires}
|
rm -f %{my_requires}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%pre -f %{name}.schemas_pre
|
||||||
|
|
||||||
|
%preun -f %{name}.schemas_preun
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if %suse_version >= 1010
|
%if %suse_version >= 1010
|
||||||
# move plugins to new location
|
# move plugins to new location
|
||||||
@ -450,6 +457,8 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
%if %suse_version <= 1000
|
%if %suse_version <= 1000
|
||||||
|
|
||||||
|
%posttrans -f %{name}.schemas_posttrans
|
||||||
|
|
||||||
%triggerin -- IBMJava2-JRE, java2-jre, java2, IBMJava2-SDK, BlackdownJava2-JRE, java-1_4_2-sun-plugin, java-1_5_0-sun-plugin
|
%triggerin -- IBMJava2-JRE, java2-jre, java2, IBMJava2-SDK, BlackdownJava2-JRE, java-1_4_2-sun-plugin, java-1_5_0-sun-plugin
|
||||||
%{progdir}/add-plugins.sh > /dev/null 2>&1
|
%{progdir}/add-plugins.sh > /dev/null 2>&1
|
||||||
exit 0
|
exit 0
|
||||||
@ -462,7 +471,7 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files -f %{name}.schemas_list
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if %suse_version < 1010
|
%if %suse_version < 1010
|
||||||
%dir /opt/MozillaFirefox
|
%dir /opt/MozillaFirefox
|
||||||
@ -542,6 +551,8 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 12 2007 - maw@suse.de
|
||||||
|
- Package gconf stuff.
|
||||||
* Wed Feb 21 2007 - maw@suse.de
|
* Wed Feb 21 2007 - maw@suse.de
|
||||||
- Security update to 2.0.0.2 (#244923), which covers:
|
- Security update to 2.0.0.2 (#244923), which covers:
|
||||||
+ mfsa2007-01
|
+ mfsa2007-01
|
||||||
|
Loading…
Reference in New Issue
Block a user