- removed gre.conf file (most of the gtkmozembed applications run with
xulrunner now)
This commit is contained in:
parent
4eb59d17eb
commit
04f65bfe83
32
firefox.spec
32
firefox.spec
@ -12,7 +12,7 @@
|
|||||||
Summary: Mozilla Firefox Web browser.
|
Summary: Mozilla Firefox Web browser.
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 2.0.0.10
|
Version: 2.0.0.10
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/firefox/
|
URL: http://www.mozilla.org/projects/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -328,17 +328,17 @@ install -c -m 644 build/unix/*.pc \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# GRE stuff
|
# GRE stuff
|
||||||
%ifarch x86_64 ia64 ppc64 s390x
|
#%ifarch x86_64 ia64 ppc64 s390x
|
||||||
%define gre_conf_file gre64.conf
|
#%define gre_conf_file gre64.conf
|
||||||
%else
|
#%else
|
||||||
%define gre_conf_file gre.conf
|
#%define gre_conf_file gre.conf
|
||||||
%endif
|
#%endif
|
||||||
|
#
|
||||||
%{__mkdir_p} $RPM_BUILD_ROOT/etc/gre.d/
|
#%{__mkdir_p} $RPM_BUILD_ROOT/etc/gre.d/
|
||||||
%{__cat} > $RPM_BUILD_ROOT/etc/gre.d/%{gre_conf_file} << EOF
|
#%{__cat} > $RPM_BUILD_ROOT/etc/gre.d/%{gre_conf_file} << EOF
|
||||||
[%{version}]
|
#[%{version}]
|
||||||
GRE_PATH=%{mozappdir}
|
#GRE_PATH=%{mozappdir}
|
||||||
EOF
|
#EOF
|
||||||
|
|
||||||
GECKO_VERSION=$(./config/milestone.pl --topsrcdir='.')
|
GECKO_VERSION=$(./config/milestone.pl --topsrcdir='.')
|
||||||
%{__cat} %{SOURCE101} | %{__sed} -e "s/@GECKO_VERSION@/$GECKO_VERSION/g" > \
|
%{__cat} %{SOURCE101} | %{__sed} -e "s/@GECKO_VERSION@/$GECKO_VERSION/g" > \
|
||||||
@ -381,8 +381,8 @@ fi
|
|||||||
%{_datadir}/applications/mozilla-%{name}.desktop
|
%{_datadir}/applications/mozilla-%{name}.desktop
|
||||||
%{_datadir}/pixmaps/firefox.png
|
%{_datadir}/pixmaps/firefox.png
|
||||||
%{_libdir}/mozilla
|
%{_libdir}/mozilla
|
||||||
%dir /etc/gre.d
|
#%dir /etc/gre.d
|
||||||
/etc/gre.d/%{gre_conf_file}
|
#/etc/gre.d/%{gre_conf_file}
|
||||||
|
|
||||||
%dir %{mozappdir}
|
%dir %{mozappdir}
|
||||||
%{mozappdir}/LICENSE
|
%{mozappdir}/LICENSE
|
||||||
@ -436,6 +436,10 @@ fi
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 3 2007 Martin Stransky <stransky@redhat.com> 2.0.0.10-2
|
||||||
|
- removed gre.conf file (most of the gtkmozembed applications
|
||||||
|
run with xulrunner now)
|
||||||
|
|
||||||
* Mon Nov 26 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.10-1
|
* Mon Nov 26 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.10-1
|
||||||
- Update to 2.0.0.10
|
- Update to 2.0.0.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user