]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- added branding and prefs patches, see their commitlogs for details
authorhawk <hawk@pld-linux.org>
Sat, 21 Jun 2008 14:43:41 +0000 (14:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  on what has been changed

Changed files:
    mozilla-firefox.spec -> 1.247

mozilla-firefox.spec

index 10d91d997766c639f2ed640c6c7ff97c8edd8f9f..9713d991488daf5cb02d4f7dda364f648f20bddf 100644 (file)
@@ -4,7 +4,6 @@
 # - see ftp://ftp.debian.org/debian/pool/main/m/mozilla-firefox/*diff*
 #   for hints how to make locales
 # - make it more pld-like (bookmarks, default page etc..)
-# - disable some options by default (fraud detection, application update etc.)
 # - review Rs/BRs for xulrunner build, surely not everything here is needed
 # - fix/remove noauto{dep,prov,req} for xulrunner build
 #
@@ -25,7 +24,7 @@ Summary:      Firefox Community Edition web browser
 Summary(pl.UTF-8):     Firefox Community Edition - przeglÄ…darka WWW
 Name:          mozilla-firefox
 Version:       3.0
-Release:       2.2
+Release:       2.3
 License:       MPL 1.1 or GPL v2+ or LGPL v2.1+
 Group:         X11/Applications/Networking
 Source0:       ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}-source.tar.bz2
@@ -37,6 +36,8 @@ Patch1:               %{name}-gcc3.patch
 Patch2:                %{name}-agent.patch
 Patch3:                %{name}-agent-ac.patch
 Patch4:                %{name}-ti-agent.patch
+Patch5:                %{name}-branding.patch
+Patch6:                %{name}-prefs.patch
 URL:           http://www.mozilla.org/projects/firefox/
 %{?with_gnomevfs:BuildRequires:        GConf2-devel >= 1.2.1}
 BuildRequires: automake
@@ -137,6 +138,9 @@ cd mozilla
 %patch4 -p1
 %endif
 
+%patch5 -p1
+%patch6 -p1
+
 %build
 cd mozilla
 cp -f %{_datadir}/automake/config.* build/autoconf
This page took 0.587439 seconds and 4 git commands to generate.