rpms/firefox/devel .cvsignore, 1.92, 1.93 firefox.spec, 1.314, 1.315 sources, 1.105, 1.106

Christopher Aillon caillon at fedoraproject.org
Fri Dec 5 04:52:40 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/firefox/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11281

Modified Files:
	.cvsignore firefox.spec sources 
Log Message:
* Tue Dec  4 2008 Christopher Aillon <caillon at redhat.com> 3.1-0.1
- Update to 3.1 beta 1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/firefox/devel/.cvsignore,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- .cvsignore	23 Sep 2008 23:57:06 -0000	1.92
+++ .cvsignore	5 Dec 2008 04:52:10 -0000	1.93
@@ -1,2 +1 @@
-firefox-3.0.2-source.tar.bz2
-firefox-langpacks-3.0.2-20080923.tar.bz2
+firefox-3.1b1-source.tar.bz2


Index: firefox.spec
===================================================================
RCS file: /cvs/extras/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -r1.314 -r1.315
--- firefox.spec	13 Nov 2008 15:07:40 -0000	1.314
+++ firefox.spec	5 Dec 2008 04:52:10 -0000	1.315
@@ -4,12 +4,13 @@
 %define desktop_file_utils_version 0.9
 %define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
 
-%define mozappdir            %{_libdir}/%{name}-%{version}
+%define mozappdir            %{_libdir}/%{name}-%{internal_version}
 
-%define gecko_version 1.9.0.2
+%define gecko_version 1.9.1
+%define internal_version 3.1b1
 
-%define official_branding    1
-%define build_langpacks      1
+%define official_branding    0
+%define build_langpacks      0
 
 %if ! %{official_branding}
 %define cvsdate 20080327
@@ -18,15 +19,15 @@
 
 Summary:        Mozilla Firefox Web browser
 Name:           firefox
-Version:        3.0.2
-Release:        2%{?dist}
+Version:        3.1
+Release:        0.1.beta1%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
 %if %{official_branding}
 %define tarball firefox-%{version}-source.tar.bz2
 %else
-%define tarball mozilla-%{cvsdate}.tar.bz2
+%define tarball firefox-3.1b1-source.tar.bz2
 %endif
 Source0:        %{tarball}
 %if %{build_langpacks}
@@ -92,7 +93,7 @@
 
 %prep
 %setup -q -c
-cd mozilla
+cd mozilla-central
 
 # For branding specific patches.
 
@@ -120,7 +121,7 @@
 #---------------------------------------------------------------------
 
 %build
-cd mozilla
+cd mozilla-central
 
 # Mozilla builds with -Wall with exception of a few warnings which show up
 # everywhere in the code; so, don't override that.
@@ -138,7 +139,7 @@
 [ "$RPM_BUILD_NCPUS" -gt 1 ] && MOZ_SMP_FLAGS=-j2
 %endif
 
-INTERNAL_GECKO=%{version}
+INTERNAL_GECKO=%{internal_version}
 MOZ_APP_DIR=%{_libdir}/%{name}-${INTERNAL_GECKO}
 
 export LDFLAGS="-Wl,-rpath,${MOZ_APP_DIR}"
@@ -148,11 +149,11 @@
 
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
-cd mozilla
+cd mozilla-central
 
 DESTDIR=$RPM_BUILD_ROOT make install
 
-%{__mkdir_p} $RPM_BUILD_ROOT{%{_libdir},%{_bindir},%{_datadir}/applications,%{_datadir}/pixmaps},
+%{__mkdir_p} $RPM_BUILD_ROOT{%{_libdir},%{_bindir},%{_datadir}/applications,%{_datadir}/pixmaps}
 
 %{__install} -p -D -m 644 %{SOURCE22} $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png
 
@@ -164,7 +165,7 @@
 
 # set up the firefox start script
 %{__rm} -rf $RPM_BUILD_ROOT%{_bindir}/firefox
-%{__cat} %{SOURCE21} | %{__sed} -e 's,FIREFOX_VERSION,%{version},g' > \
+%{__cat} %{SOURCE21} | %{__sed} -e 's,FIREFOX_VERSION,%{internal_version},g' > \
   $RPM_BUILD_ROOT%{_bindir}/firefox
 %{__chmod} 755 $RPM_BUILD_ROOT%{_bindir}/firefox
 
@@ -334,6 +335,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Tue Dec  4 2008 Christopher Aillon <caillon at redhat.com> 3.1-0.1
+- Update to 3.1 beta 1
+
 * Tue Nov 11 2008 Jan Horak <jhorak at redhat.com> 3.0.2-2
 - Removed firefox-2.0-getstartpage.patch patch 
 - Start page is set by different way


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/firefox/devel/sources,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- sources	23 Sep 2008 23:57:06 -0000	1.105
+++ sources	5 Dec 2008 04:52:10 -0000	1.106
@@ -1,2 +1 @@
-0a6c68a5ab5b065fef221b586b8a3b8a  firefox-3.0.2-source.tar.bz2
-869f67d6bec2776d36fe454264172b69  firefox-langpacks-3.0.2-20080923.tar.bz2
+d101c02c8ad670eeb2095e449c79c085  firefox-3.1b1-source.tar.bz2




More information about the fedora-extras-commits mailing list