rpms/firefox/devel firefox.spec, 1.221, 1.222 add-gecko-provides.in, 1.2, NONE

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Mon Dec 31 17:42:41 UTC 2007


Author: caillon

Update of /cvs/extras/rpms/firefox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32481

Modified Files:
	firefox.spec 
Removed Files:
	add-gecko-provides.in 
Log Message:
* Mon Dec 31 2007 Christopher Aillon <caillon at redhat.com> 3.0-0.beta2.4
- Create and own /etc/skel/.mozilla
- No longer need add-gecko-provides



Index: firefox.spec
===================================================================
RCS file: /cvs/extras/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- firefox.spec	22 Dec 2007 02:19:59 -0000	1.221
+++ firefox.spec	31 Dec 2007 17:41:57 -0000	1.222
@@ -10,7 +10,7 @@
 Summary:        Mozilla Firefox Web browser
 Name:           firefox
 Version:        3.0
-Release:        0.beta2.3%{?dist}
+Release:        0.beta2.4%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -30,7 +30,6 @@
 Source23:       firefox.1
 Source50:       firefox-xremote-client.sh.in
 Source100:      find-external-requires
-Source101:      add-gecko-provides.in
 
 # build patches
 Patch1:         firefox-2.0-link-layout.patch
@@ -235,10 +234,8 @@
 done
 %{__rm} -rf firefox-langpacks
 
-GECKO_VERSION=$(./config/milestone.pl --topsrcdir='.')
-%{__cat} %{SOURCE101} | %{__sed} -e "s/@GECKO_VERSION@/$GECKO_VERSION/g" > \
-                        %{_builddir}/add-gecko-provides
-chmod 700 %{_builddir}/add-gecko-provides
+# Default profile dir for /etc/skel
+%{__mkdir_p} RPM_BUILD_ROOT/%{_sysconfdir}/skel/.mozilla
 
 # Copy over the LICENSE
 install -c -m 644 LICENSE $RPM_BUILD_ROOT/%{mozappdir}
@@ -280,10 +277,10 @@
 %files
 %defattr(-,root,root,-)
 %{_bindir}/firefox
-#%exclude %{_bindir}/firefox-config
 %{_mandir}/man1/*
 %{_datadir}/applications/mozilla-%{name}.desktop
 %{_datadir}/icons/hicolor/48x48/apps/firefox.png
+%{_sysconfdir}/skel/.mozilla
 %dir %{mozappdir}
 %doc %{mozappdir}/LICENSE
 %{mozappdir}/*.properties
@@ -311,6 +308,10 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Mon Dec 31 2007 Christopher Aillon <caillon at redhat.com> 3.0-0.beta2.4
+- Create and own /etc/skel/.mozilla
+- No longer need add-gecko-provides
+
 * Sat Dec 22 2007 Christopher Aillon <caillon at redhat.com> 3.0-0.beta2.3
 - When there are both 32- and 64-bit versions of XPCOM installed on disk
   make sure to load the correct one.


--- add-gecko-provides.in DELETED ---




More information about the fedora-extras-commits mailing list