firefox-vl.spec 56 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756
  1. %bcond_with clang
  2. # do not include minor version number in MOZILLA_FIVE_HOME
  3. %global ffmajor 78.3
  4. %global geckomajor 78.3
  5. %global ffminor 0
  6. %global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
  7. %define ffdir %{_libdir}/firefox
  8. %define tarballdir firefox-%{ffversion}
  9. %global mozappdir %{_libdir}/%{name}
  10. %global langpackdir %{mozappdir}/distribution/extensions
  11. %global nodewrapperdir %{_builddir}/%{tarballdir}/bin
  12. %define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
  13. %define homepage https://vinelinux.org/
  14. %define build_vine7 0
  15. %define build_vine6 0
  16. # current firefox3 doesn't build on Vine Linux 4.x or older.
  17. %if "%{?_dist_release}" == "vl7"
  18. %define build_vine7 1
  19. %define build_vine6 1
  20. %endif
  21. %if "%{?_dist_release}" == "vl6"
  22. %define build_vine6 1
  23. %endif
  24. %define ffrelease 1%{?_dist_release}
  25. %define desktop_file_utils_version 0.6
  26. %define libjpeg_turbo_version 1.1.0
  27. #%define gecko_version %{geckomajor}%{?ffminor:.%{ffminor}}
  28. %define gecko_version %{geckomajor}
  29. ExclusiveArch: i386 i586 i686 x86_64 ia64 ppc
  30. Summary: Fx Browser
  31. Summary(ja): Fx ウェブブラウザ
  32. Name: firefox
  33. Version: %{ffversion}
  34. Release: %{ffrelease}
  35. URL: https://www.mozilla.org/ja/
  36. License: MPLv1.1 or GPLv2+ or LGPLv2+
  37. Group: internet
  38. Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}esr/source/firefox-%{version}esr.source.tar.xz
  39. Source2: cbindgen-vendor.tar.xz
  40. Source230: mozconfig-firefox-vine6
  41. Source240: mozconfig-firefox-vine7
  42. Source11: firefox-vine-default-bookmarks.html
  43. Source12: firefox-vine-default-prefs.js
  44. Source21: firefox.vine.sh.in
  45. Source22: firefox.png
  46. Source23: fx-about.png
  47. Source24: fx-about-wordmark.svg
  48. Source25: firefox.desktop
  49. Source26: firefox-safe-mode.desktop
  50. Source27: firefox-safe-mode.vine.sh
  51. Source30: firefox.1
  52. Source32: node-stdout-nonblocking-wrapper
  53. Source50: firefox-xremote-client.sh.in
  54. Source100: find-external-requires
  55. # for newer rust
  56. #Source900: https://raw.githubusercontent.com/servo/rust-cssparser/master/src/parser.rs
  57. # locale sources
  58. %define MOZ_BUILD_LOCALES "ja"
  59. Source1000: firefox-%{ffversion}esr-langpacks.tar.xz
  60. Source1010: firefox-unofficial-branding-fx.tar.xz
  61. #
  62. Source2000: firefox-searchplugins-6.0-ja.tar.bz2
  63. Source3000: firefox.metainfo.xml
  64. # Build patches
  65. #Patch3: mozilla-build-arm.patch
  66. #Patch25: rhbz-1219542-s390-build.patch
  67. #Patch26: build-icu-big-endian.patch
  68. #Patch32: build-rust-ppc64le.patch
  69. #Patch35: build-ppc-jit.patch
  70. # Always feel lucky for unsupported platforms:
  71. # https://bugzilla.mozilla.org/show_bug.cgi?id=1347128
  72. #Patch37: build-jit-atomic-always-lucky.patch
  73. # Fixing missing cacheFlush when JS_CODEGEN_NONE is used (s390x)
  74. #Patch38: build-cacheFlush-missing.patch
  75. #Patch40: build-aarch64-skia.patch
  76. Patch41: build-disable-elfhack.patch
  77. #Patch44: build-arm-libopus.patch
  78. Patch46: firefox-nss-version.patch
  79. #Patch47: fedora-shebang-build.patch
  80. #Patch48: build-arm-wasm.patch
  81. #Patch49: build-arm-libaom.patch
  82. # Fedora specific patches
  83. Patch215: firefox-enable-addons.patch
  84. Patch219: rhbz-1173156.patch
  85. Patch221: firefox-fedora-ua.patch
  86. Patch224: mozilla-1170092.patch
  87. #ARM run-time patch
  88. Patch226: rhbz-1354671.patch
  89. Patch227: firefox-locale-debug.patch
  90. # Upstream patches
  91. Patch402: mozilla-1196777.patch
  92. Patch412: mozilla-1337988.patch
  93. Patch415: Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch
  94. Patch417: bug1375074-save-restore-x28.patch
  95. Patch422: mozilla-1580174-webrtc-popup.patch
  96. # Wayland specific upstream patches
  97. #Patch574: firefox-pipewire-0-2.patch
  98. #Patch575: firefox-pipewire-0-3.patch
  99. #VA-API patches
  100. Patch584: firefox-disable-ffvpx-with-vapi.patch
  101. Patch585: firefox-vaapi-extra-frames.patch
  102. Patch589: mozilla-1634213.patch
  103. # PGO/LTO patches
  104. Patch600: pgo.patch
  105. Patch602: mozilla-1516803.patch
  106. # customization patches
  107. ## Vine patch
  108. Patch1000: ignore-python-unicode-exception.patch
  109. # vine customization patch
  110. Patch2000: firefox-47.0.1-vine.patch
  111. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  112. BuildRequires: alsa-lib-devel
  113. BuildRequires: autoconf213
  114. BuildRequires: bzip2-devel
  115. # cbindgen needs clang
  116. BuildRequires: clang-devel, lld, llvm-devel
  117. BuildRequires: curl-devel
  118. BuildRequires: desktop-file-utils
  119. BuildRequires: freetype2-devel
  120. BuildRequires: gstreamer-devel
  121. BuildRequires: gstreamer-plugins-base-devel
  122. BuildRequires: gtk3-devel
  123. BuildRequires: lcms-devel
  124. BuildRequires: libffi-devel
  125. BuildRequires: libgnome-devel
  126. BuildRequires: libIDL-devel
  127. %if %{build_vine7}
  128. BuildRequires: libjpeg-turbo-devel >= %{libjpeg_turbo_version}
  129. %endif
  130. BuildRequires: libnotify-devel
  131. BuildRequires: libpng-devel
  132. BuildRequires: libXt-devel
  133. BuildRequires: libXrender-devel
  134. BuildRequires: libXScrnSaver-devel
  135. BuildRequires: nasm
  136. BuildRequires: nodejs > 10.0.0
  137. BuildRequires: pango-devel
  138. BuildRequires: pulseaudio-libs-devel
  139. %if %{build_vine7}
  140. BuildRequires: python-devel
  141. BuildRequires: python
  142. %else
  143. BuildRequires: python27-devel >= 2.7.3
  144. BuildRequires: python27 >= 2.7.3
  145. %endif
  146. BuildRequires: rust >= 1.34.0
  147. BuildRequires: cargo
  148. BuildRequires: startup-notification-devel
  149. BuildRequires: unzip
  150. BuildRequires: wget
  151. BuildRequires: yasm
  152. BuildRequires: zip
  153. BuildRequires: zlib-devel
  154. Requires: desktop-file-utils >= %{desktop_file_utils_version}
  155. Obsoletes: phoenix, mozilla-firebird, MozillaFirebird
  156. Obsoletes: firefox3
  157. Conflicts: firefox-esr
  158. Provides: webclient
  159. Provides: metainfo()
  160. Provides: metainfo(firefox.metainfo.xml)
  161. %if %{build_vine7}
  162. Conflicts: xulrunner < 17.0.1
  163. %endif
  164. AutoProv: 0
  165. %define _use_internal_dependency_generator 0
  166. %define __find_requires %{SOURCE100}
  167. Vendor: Project Vine
  168. Distribution: Vine Linux
  169. Packager: daisuke
  170. %description
  171. Fx Browser is an open-source web browser based on mozilla technology.
  172. This is unofficial build of firefox browser.
  173. %description -l ja
  174. FX ウェブブラウザは Mozilla テクノロジーをベースとしたオープンソースの
  175. ウェブブラウザです。
  176. #---------------------------------------------------------------------
  177. %prep
  178. %setup -q -n %{name}-%{version} -c
  179. cd %{tarballdir}
  180. %if 0%{?disable_elfhack}
  181. %patch41 -p1 -b .disable-elfhack
  182. %endif
  183. %patch46 -p1 -b .nss-version
  184. # Fedora patches
  185. %patch215 -p1 -b .addons
  186. %patch219 -p1 -b .rhbz-1173156
  187. %patch221 -p1 -b .fedora-ua
  188. %patch224 -p1 -b .1170092
  189. #ARM run-time patch
  190. %ifarch aarch64
  191. %patch226 -p1 -b .1354671
  192. %endif
  193. %patch227 -p1 -b .locale-debug
  194. %patch402 -p1 -b .1196777
  195. %ifarch %{arm}
  196. %patch415 -p1 -b .1238661
  197. %endif
  198. #patch584 -p1 -b .firefox-disable-ffvpx-with-vapi
  199. #patch585 -p1 -b .firefox-vaapi-extra-frames
  200. #patch589 -p1 -b .mozilla-1634213
  201. # PGO patches
  202. %patch600 -p1 -b .pgo
  203. #fix
  204. %patch602 -p1 -b .1516803
  205. #%patch1000 -p0 -b .ignore-exception
  206. perl -pi \
  207. -e 's|pref\("extensions.langpacks.signatures.required".*$|pref("extensions.langpacks.signatures.required", false);|' \
  208. browser/app/profile/firefox.js
  209. perl -pi \
  210. -e 's|pref\("layout.spellcheckDefault".*$|pref("layout.spellcheckDefault", 0);|' \
  211. browser/app/profile/firefox.js
  212. perl -pi \
  213. -e 's|browser.startup.homepage=.*$|browser.startup.homepage=https://vinelinux.org/|' \
  214. browser/branding/unofficial/locales/browserconfig.properties
  215. perl -pi \
  216. -e 's|pref\("startup.homepage_override_url".*$|pref("startup.homepage_override_url", "https://vinelinux.org/");|' \
  217. browser/branding/unofficial/locales/browserconfig.properties
  218. perl -pi \
  219. -e 's|pref\("startup.homepage_welcome_url".*$|pref("startup.homepage_welcome_url", "https://vinelinux.org/");|' \
  220. browser/branding/unofficial/locales/browserconfig.properties
  221. # replace source for newer rust
  222. #cp -f %{SOURCE900} ./third_party/rust/cssparser/src/
  223. #sed -i -e 's/"files":{[^}]*}/"files":{ }/' ./third_party/rust/cssparser/.cargo-checksum.json
  224. %{__rm} -f .mozconfig
  225. %if %build_vine7
  226. %{__cp} %{SOURCE240} .mozconfig
  227. %else
  228. %{__cp} -f %{SOURCE230} .mozconfig
  229. %endif
  230. #sed -i -e 's/enable-optimize/disable-optimize/g' .mozconfig
  231. %global optimize_flags "-O3"
  232. echo 'ac_add_options --enable-optimize=%{?optimize_flags}' >> .mozconfig
  233. echo "ac_add_options --disable-debug-symbols" >> .mozconfig
  234. echo "ac_add_options --disable-debug" >> .mozconfig
  235. %if %{with clang}
  236. echo "ac_add_options --enable-linker=lld" >> .mozconfig
  237. %endif
  238. echo 'export NODEJS="%{nodewrapperdir}/node-stdout-nonblocking-wrapper"' >> .mozconfig
  239. # Remove executable bit to make brp-mangle-shebangs happy.
  240. chmod -x third_party/rust/itertools/src/lib.rs
  241. # update searchplugins
  242. #%{__tar} xjvf %{SOURCE2000} -C browser/locales/en-US/
  243. # setup unofficial branding logos
  244. %{__tar} xvf %{SOURCE1010}
  245. %{__cp} %{SOURCE23} browser/branding/unofficial/content/about.png
  246. %{__cp} %{SOURCE24} browser/branding/unofficial/content/about-wordmark.svg
  247. %{__cp} browser/branding/unofficial/locales/en-US/brand.* browser/branding/nightly/locales/en-US/
  248. #---------------------------------------------------------------------
  249. %build
  250. cd %{tarballdir}
  251. export LANG=ja_JP.UTF-8
  252. # install bundled cbindgen
  253. mkdir -p my_rust_vendor
  254. cd my_rust_vendor
  255. %{__tar} xf %{SOURCE2}
  256. mkdir -p .cargo
  257. cat > .cargo/config <<EOL
  258. [source.crates-io]
  259. replace-with = "vendored-sources"
  260. [source.vendored-sources]
  261. directory = "`pwd`"
  262. EOL
  263. env CARGO_HOME=.cargo cargo install cbindgen
  264. export PATH=`pwd`/.cargo/bin:$PATH
  265. cd -
  266. mkdir %{nodewrapperdir} || :
  267. cp %{SOURCE32} %{nodewrapperdir}/ || :
  268. #autoconf-2.13
  269. MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | \
  270. %{__sed} -e 's/-Wall//')
  271. MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-Werror=format-security//')
  272. MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fpermissive"
  273. MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fPIC -Wl,-z,relro -Wl,-z,now"
  274. MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-g/-g0/')
  275. export MOZILLA_OFFICIAL=1
  276. export BUILD_OFFICIAL=1
  277. export MOZ_APP_DISPLAYNAME="Fx Browser"
  278. export PREFIX='%{_prefix}'
  279. export LIBDIR='%{_libdir}'
  280. %if %{with clang}
  281. export CC=clang
  282. export CXX=clang++
  283. export LLVM_PROFDATA="llvm-profdata"
  284. export AR="llvm-ar"
  285. export NM="llvm-nm"
  286. export RANLIB="llvm-ranlib"
  287. MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -Wno-ignored-optimization-argument"
  288. %else
  289. export CC=gcc
  290. export CXX=g++
  291. export AR="gcc-ar"
  292. export NM="gcc-nm"
  293. export RANLIB="gcc-ranlib"
  294. MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
  295. %endif
  296. export RPM_OPT_FLAGS=$MOZ_OPT_FLAGS
  297. export CFLAGS=$MOZ_OPT_FLAGS
  298. export CXXFLAGS=$MOZ_OPT_FLAGS
  299. export LDFLAGS=$MOZ_LINK_FLAGS
  300. export RUSTFLAGS="-Cdebuginfo=0"
  301. MOZ_SMP_FLAGS=-j1
  302. # On x86 architectures, Mozilla can build up to 4 jobs at once in parallel,
  303. # however builds tend to fail on other arches when building in parallel.
  304. %ifarch %{ix86} x86_64
  305. [ -z "$RPM_BUILD_NCPUS" ] && \
  306. RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
  307. [ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
  308. [ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4
  309. [ "$RPM_BUILD_NCPUS" -ge 8 ] && MOZ_SMP_FLAGS=-j8
  310. %endif
  311. sed -i 's/\(MOZ_PKG_FATAL_WARNINGS =\).*/\1 0/' \
  312. browser/installer/Makefile.in &&
  313. export MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
  314. #export MOZ_SERVICES_SYNC="1"
  315. #export STRIP=/bin/true
  316. MOZ_NOSPAM=1 ./mach build
  317. #export LDFLAGS="-Wl,-rpath,%{ffdir}"
  318. #%__make -f client.mk build MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
  319. #---------------------------------------------------------------------
  320. %install
  321. cd %{tarballdir}
  322. %{__rm} -rf $RPM_BUILD_ROOT
  323. export LANG=ja_JP.UTF-8
  324. # set up our default bookmarks
  325. %{__cp} -p %{SOURCE11} objdir/dist/bin/browser/chrome/en-US/locale/browser/bookmarks.html
  326. # Make sure locale works for langpacks
  327. %{__cat} > objdir/dist/bin/browser/defaults/preferences/firefox-l10n.js << EOF
  328. pref("general.useragent.locale", "chrome://global/locale/intl.properties");
  329. EOF
  330. export MOZ_APP_DISPLAYNAME="Fx Browser"
  331. DESTDIR=$RPM_BUILD_ROOT %{__make} -C objdir install
  332. %{__mkdir_p} $RPM_BUILD_ROOT{%{_libdir},%{_bindir},%{_datadir}/applications}
  333. if [ "%{version}" != "%{ffmajor}" ]; then
  334. if [ -d "$RPM_BUILD_ROOT%{_libdir}/firefox-%{version}" ]; then
  335. %{__mv} $RPM_BUILD_ROOT%{_libdir}/firefox-%{version} $RPM_BUILD_ROOT%{ffdir}
  336. fi
  337. fi
  338. # install icons
  339. %{__install} -p -D %{SOURCE22} $RPM_BUILD_ROOT%{_datadir}/pixmaps/firefox.png
  340. for desktopfiles in %{SOURCE25} %{SOURCE26}
  341. do
  342. desktop-file-install --vendor vine \
  343. --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  344. --add-category Application \
  345. --add-category Network \
  346. $desktopfiles
  347. done
  348. # Register as an application to be visible in the software center
  349. #
  350. # NOTE: It would be *awesome* if this file was maintained by the upstream
  351. # project, translated and installed into the right place during `make install`.
  352. #
  353. # See http://www.freedesktop.org/software/appstream/docs/ for more details.
  354. #
  355. %{__mkdir_p} %{buildroot}%{_datadir}/metainfo
  356. install -m644 %{SOURCE3000} %{buildroot}%{_datadir}/metainfo/%{name}.metainfo.xml
  357. %{__install} -p -m 755 %{SOURCE21} $RPM_BUILD_ROOT%{_bindir}/firefox
  358. %{__install} -p -m 755 %{SOURCE27} $RPM_BUILD_ROOT%{_bindir}/firefox-safe-mode
  359. %{__install} -p -D -m 664 %{SOURCE30} $RPM_BUILD_ROOT%{_mandir}/man1/firefox.1
  360. %{__rm} -f %{buildroot}/%{mozappdir}/firefox-config
  361. %{__rm} -f %{buildroot}/%{mozappdir}/update-settings.ini
  362. echo > ../%{name}.lang
  363. # Extract langpacks, make any mods needed, repack the langpack, and install it.
  364. %{__mkdir_p} %{buildroot}%{langpackdir}
  365. %{__tar} xf %{SOURCE1000}
  366. for langpack in `ls firefox-langpacks/*.xpi`; do
  367. language=`basename $langpack .xpi`
  368. extensionID=langpack-$language@firefox.mozilla.org
  369. %{__mkdir_p} $extensionID
  370. unzip -qq $langpack -d $extensionID
  371. find $extensionID -type f | xargs chmod 644
  372. # sed -i -e "s|browser.startup.homepage.*$|browser.startup.homepage=%{homepage}|g;" \
  373. # $extensionID/browser/chrome/$language/locale/branding/browserconfig.properties
  374. if [ $language = "ja" ]; then
  375. sed -i \
  376. -e "s|Mozilla Firefox|Fx ウェブブラウザ|g" \
  377. -e "s|Firefox|Fx ウェブブラウザ|g" \
  378. -e "s|Mozilla|Project Vine|g" \
  379. -e 's|\(.*trademarkInfo.part1.*"\).*">|\1Vine Linux および Vine Linux ロゴは Project Vine および有限会社ヴァインカーブの日本およびその他の国における商標です。">|g' \
  380. $extensionID/browser/chrome/$language/locale/branding/brand.*
  381. else
  382. sed -i \
  383. -e "s|Mozilla Firefox|Fx Browser|g" \
  384. -e "s|Firefox|Fx Browser|g" \
  385. -e "s|Mozilla|Project Vine|g" \
  386. -e 's|\(.*trademarkInfo.part1.*"\).*">|\1Vine Linux and the Vine Linux logos are trademarks of Project Vine and Vine Caves Ltd.">|g' \
  387. $extensionID/browser/chrome/$language/locale/branding/brand.*
  388. fi
  389. %{__cp} -p %{SOURCE11} $extensionID/browser/chrome/$language/locale/browser/bookmarks.html
  390. cd $extensionID
  391. zip -qq -r9mX ../${extensionID}.xpi *
  392. cd -
  393. %{__install} -m 644 ${extensionID}.xpi %{buildroot}%{langpackdir}
  394. language=`echo $language | sed -e 's/-/_/g'`
  395. echo "%%lang($language) %{langpackdir}/${extensionID}.xpi" >> %{name}.lang
  396. done
  397. %{__rm} -rf firefox-langpacks
  398. # Keep compatibility with the old preference location
  399. %{__mkdir_p} $RPM_BUILD_ROOT/%{ffdir}/defaults/preferences
  400. %{__mkdir_p} $RPM_BUILD_ROOT/%{ffdir}/browser/defaults
  401. ln -s %{mozappdir}/defaults/preferences $RPM_BUILD_ROOT/%{mozappdir}/browser/defaults/preferences
  402. # Default preferences
  403. %{__cat} %{SOURCE12} | %{__sed} -e 's,FIREFOX_RPM_VR,%{ffversion}-%{release},g' > vine-default-prefs
  404. %{__cp} vine-default-prefs %{buildroot}%{mozappdir}/defaults/preferences/all-vine.js
  405. rm -f vine-default-prefs
  406. # System extensions
  407. %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/mozilla/extensions/%{firefox_app_id}
  408. %{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/extensions/%{firefox_app_id}
  409. # Copy over the LICENSE
  410. %{__install} -p -c -m 644 LICENSE $RPM_BUILD_ROOT/%{ffdir}
  411. # another bug fixed by looking at the debian package
  412. %{__mkdir_p} $RPM_BUILD_ROOT%{ffdir}/chrome/icons/default/
  413. for i in default{16,32,48,64,128}.png
  414. do
  415. %{__cp} -f browser/branding/unofficial/$i $RPM_BUILD_ROOT%{ffdir}/browser/chrome/icons/default/
  416. done
  417. # own mozilla plugin dir (#135050)
  418. %{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins
  419. # System extensions
  420. %{__mkdir_p} %{buildroot}%{_datadir}/mozilla/extensions/%{firefox_app_id}
  421. %{__mkdir_p} %{buildroot}%{_libdir}/mozilla/extensions/%{firefox_app_id}
  422. # Copy over the LICENSE
  423. %{__install} -p -c -m 644 LICENSE %{buildroot}/%{mozappdir}
  424. # Copy over run-mozilla.sh
  425. %{__cp} build/unix/run-mozilla.sh %{buildroot}%{mozappdir}
  426. # Remove copied libraries to speed up build
  427. rm -f %{buildroot}%{mozappdirdev}/sdk/lib/libmozjs.so
  428. rm -f %{buildroot}%{mozappdirdev}/sdk/lib/libmozalloc.so
  429. rm -f %{buildroot}%{mozappdirdev}/sdk/lib/libxul.so
  430. # cleanup unpackaged files
  431. %{__rm} -rf $RPM_BUILD_ROOT%{_includedir}/*
  432. %{__rm} -rf $RPM_BUILD_ROOT%{_libdir}/%{name}-devel-*
  433. %{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/idl
  434. #---------------------------------------------------------------------
  435. %clean
  436. %{__rm} -rf $RPM_BUILD_ROOT
  437. #---------------------------------------------------------------------
  438. %post
  439. update-desktop-database %{_datadir}/applications >& /dev/null ||:
  440. %postun
  441. update-desktop-database %{_datadir}/applications>& /dev/null ||:
  442. umask 022
  443. %preun
  444. # is it a final removal?
  445. if [ $1 -eq 0 ]; then
  446. %{__rm} -rf %{ffdir}/components
  447. %{__rm} -rf %{ffdir}/extensions
  448. %{__rm} -rf %{ffdir}/plugins
  449. %{__rm} -rf %{langpackdir}
  450. fi
  451. %files
  452. %defattr(-,root,root,-)
  453. %{_bindir}/firefox
  454. %{_bindir}/firefox-safe-mode
  455. %{_mandir}/man1/*
  456. %{_datadir}/applications/vine-%{name}.desktop
  457. %{_datadir}/applications/vine-%{name}-safe-mode.desktop
  458. %{_datadir}/pixmaps/firefox.png
  459. %{_datadir}/metainfo/firefox.metainfo.xml
  460. %{ffdir}
  461. %{_libdir}/mozilla
  462. #---------------------------------------------------------------------
  463. %changelog
  464. * Wed Sep 23 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.3.0-1
  465. - updated to 78.3.0.
  466. * Fri Aug 28 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.2.0-1
  467. - updated to 78.2.0.
  468. - updated metainfo.
  469. * Thu Jul 30 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.1.0-1
  470. - updated to 78.1.0.
  471. * Fri Jul 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.0.2-1
  472. - updated to 78.0.2.
  473. - replaced all patches to rawhide's.
  474. * Thu Jul 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.10.0-1
  475. - updated to 68.10.0.
  476. * Sat Jun 06 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.9.0-1
  477. - updated to 68.9.0.
  478. * Wed May 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.8.0-1
  479. - updated to 68.8.0.
  480. - updated metainfo.
  481. - fixed "License:" tag.
  482. * Sat Apr 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.7.0-1
  483. - updated to 68.7.0.
  484. * Sun Apr 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.6.1-1
  485. - updated to 68.6.1.
  486. * Thu Mar 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.6.0-1
  487. - updated to 68.6.0.
  488. * Tue Feb 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.5.0-1
  489. - updated to 68.5.0.
  490. - dropped Source900: fixed in upstream.
  491. * Fri Nov 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.2.0-1
  492. - updated to 68.2.0.
  493. * Sun Sep 29 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.1.0-1
  494. - updated to 68.1.0.
  495. - dropped Patch37, 225 and 406-415.
  496. - imported Patch419-421 from upstream (via rawhide).
  497. - updated Patch224.
  498. - added Patch1000.
  499. * Sat Jun 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.7.2-1
  500. - updated to 60.7.2.
  501. * Thu Jun 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.7.1-1
  502. - updated to 60.7.1.
  503. * Sat May 11 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.6.3-1
  504. - updated to 60.6.3.
  505. * Mon May 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.6.2-1
  506. - updated to 60.6.2.
  507. * Wed Dec 12 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.4.0-1
  508. - updated to 60.4.0.
  509. - updated branding informations in language packs.
  510. - re-added default profiles.
  511. - dropped Patch416: fixed in upstream.
  512. * Thu Dec 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.3.0-1
  513. - updated to 60.3.0.
  514. - dropped patches.
  515. - imported patches from rawhide.
  516. * Fri Jul 28 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 54.0.1-1
  517. - update to 54.0.1
  518. * Mon May 15 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 53.0.2-1
  519. - update to 53.0.2
  520. * Sun Apr 30 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 53.0-1
  521. - update to 53.0
  522. - build with gtk3
  523. - disable rust
  524. * Sat Apr 08 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 52.0.2-1
  525. - update to 52.0.2
  526. * Mon Mar 20 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 52.0.1-2
  527. - fix default bookmarks
  528. * Sat Mar 18 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 52.0.1-1
  529. - update to 52.0.1
  530. * Thu Mar 09 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 52.0-1
  531. - update to 52.0
  532. * Sun Jan 29 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 51.0.1-1
  533. - update to 51.0.1
  534. * Thu Jan 26 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 51.0-1
  535. - update to 51.0
  536. * Wed Dec 21 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 50.1.0-1
  537. - update to 50.1.0
  538. * Tue Nov 22 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 50.0-1
  539. - update to 50.0
  540. * Tue Nov 08 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 49.0.1-2
  541. - fix broken locale..
  542. * Fri Nov 04 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 49.0.1-1
  543. - update to 49.0.1
  544. - update imported patches.
  545. * Wed Aug 3 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 48.0-1
  546. - new upstream release.
  547. - updated upstream patches.
  548. - updated imported patches.
  549. * Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 47.0.1-1
  550. - new upstream release
  551. - update Patch2000 (firefox-47.0.1-vine.patch)
  552. * Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 46.0.1-2
  553. - update Source230 (mozconfig-firefox-vine6)
  554. - add Patch5 (firefox-46.0.1-vine6.patch)
  555. * Wed May 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 46.0.1-1
  556. - new upstream release
  557. - update Patch15 (firefox-46.0.1-enable-addons.patch)
  558. * Sat Apr 23 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 45.0.2-1
  559. - new upstream release
  560. * Sun Mar 27 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 45.0.1-1
  561. - new upstream release
  562. * Fri Feb 12 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 44.0.2-1
  563. - new upstream release
  564. * Thu Feb 11 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 44.0.1-1
  565. - new upstream release
  566. * Tue Jan 26 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 44.0-1
  567. - new upstream release
  568. * Sun Jan 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.4-2
  569. - update Source25 (firefox.desktop)
  570. - update Source26 (firefox-safe-mode.desktop)
  571. - add Source27 (firefox-safe-mode.vine.sh)
  572. * Sat Jan 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.4-1
  573. - new upstream release
  574. * Tue Dec 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.3-1
  575. - new upstream release
  576. * Wed Dec 23 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.2-1
  577. - new upstream release
  578. * Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0.1-1
  579. - new upstream release
  580. * Wed Dec 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 43.0-1
  581. - new upstream release
  582. - update Source100 (find-external-requires)
  583. * Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 42.0-1
  584. - update to 42.0
  585. - update Patch2000 (firefox-42.0-vine.patch)
  586. * Sun Oct 18 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 41.0.2-1
  587. - update to 41.0.2
  588. * Fri Oct 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 41.0.1-1
  589. - update to 41.0.1
  590. - update Patch2000 (firefox-41.0.1-vine.patch)
  591. * Sat Aug 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 40.0.3-1
  592. - update to 40.0.3
  593. * Mon Aug 17 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 40.0.2-1
  594. - update to 40.0.2
  595. - add BuildRequires: gstreamer-plugins-base-devel
  596. - remove BuildRequires: gstreamer-plugins-devel
  597. - update startup script (SOURCE21)
  598. * Sun Apr 12 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 37.0.1-1
  599. - update to 37.0.1
  600. * Sat Apr 4 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 37.0-1
  601. - update to 37.0
  602. * Sun Mar 29 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 36.0.4-1
  603. - update to 36.0.4
  604. * Wed Mar 11 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 36.0.1-1
  605. - update to 36.0.1
  606. * Tue Mar 03 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 36.0-1
  607. - update to 36.0
  608. * Mon Feb 02 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 35.0.1-1
  609. - update to 35.0.1
  610. * Sun Jan 18 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 35.0-1
  611. - update to 35.0
  612. * Wed Dec 03 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 34.0.5-1
  613. - update to 34.0.5
  614. * Tue Nov 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 33.1-1
  615. - update to 33.1
  616. * Mon Nov 10 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 33.0.3-1
  617. - update to 33.0.3
  618. * Tue Oct 14 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 33.0-1
  619. - update to 33.0
  620. * Wed Oct 01 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 32.0.3-2
  621. - update firefox-vine-default-prefs.js
  622. - remove intl.accept_languages
  623. * Thu Sep 25 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 32.0.3-1
  624. - update to 32.0.3
  625. * Sun Sep 07 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 32.0-2
  626. - update mozconfig
  627. - sync vine6/7 config
  628. - build with internal jpeg on vine6
  629. - disable optimize on i686
  630. * Thu Sep 04 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 32.0-1
  631. - update to 32.0
  632. * Wed Jul 23 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 31.0-1
  633. - update to 31.0
  634. * Wed Jun 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 30.0-1
  635. - update to 30.0
  636. * Thu May 15 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 29.0.1-1
  637. - update to 29.0.1
  638. * Wed Apr 30 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 29.0-1
  639. - update to 29.0
  640. * Thu Mar 20 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 28.0-1
  641. - update to 28.0
  642. * Sun Feb 16 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 27.0.1-1
  643. - update to 27.0.1
  644. * Mon Feb 10 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 27.0-1
  645. - update to 27.0
  646. - enable gstreamer/pulseaudio on Vine Linux 6
  647. * Fri Dec 13 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 26.0-2
  648. - add patch100,101 from upstream
  649. * Wed Dec 11 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 26.0-1
  650. - update to 26.0
  651. * Sun Nov 17 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 25.0.1-1
  652. - update to 25.0.1
  653. * Tue Oct 29 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 25.0-1
  654. - update to 25.0
  655. * Wed Oct 23 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 24.0-3
  656. - set media.gstreamer.enabled true by default.
  657. * Fri Oct 18 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 24.0-2
  658. - enable gstreamer and pulseaudio on Vine7
  659. * Tue Sep 17 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 24.0-1
  660. - update to 24.0
  661. - update searchplugins
  662. - add BR: gstreamer-devel, gstreamer-plugins-devel
  663. * Wed Aug 07 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0-2
  664. - fix vine customize patch
  665. - update unofficial logos
  666. * Tue Aug 06 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0-1
  667. - update to 23.0
  668. * Thu Jun 27 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0-1
  669. - update to 22.0
  670. * Mon May 20 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 21.0-2
  671. - disable helth reporting by default.
  672. - fix to install Vine's default settings
  673. * Sun May 19 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 21.0-1
  674. - update to 21.0
  675. - enable pdfjs
  676. - build with python27 on Vine6
  677. * Thu Apr 18 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 20.0.1-2
  678. - remove patch22
  679. * Mon Apr 15 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 20.0.1-1
  680. - update to 20.0.1
  681. - build with internal nss/nspr
  682. * Fri Mar 29 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0.2-3
  683. - add BR: curl-devel
  684. * Sun Mar 24 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0.2-2
  685. - add Patch16 to fix mozbz#239254 (fixed in upstream)
  686. * Fri Mar 08 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0.2-1
  687. - update to 19.0.2
  688. - disable shared-js on Vine Linux 6
  689. * Wed Feb 20 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0-1
  690. - update to 19.0
  691. - add Patch1000 to disable pdf.js feature for now.
  692. - pdf.js is not ready to use for CJK.
  693. * Sat Jan 19 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 18.0.1-1
  694. - update to 18.0.1
  695. * Wed Jan 09 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 18.0-1
  696. - update to 18.0
  697. * Wed Nov 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 17.0-1
  698. - update to 17.0
  699. * Sun Oct 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 16.0.2-1
  700. - update to 16.0.2
  701. * Fri Oct 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 16.0.1-1
  702. - update to 16.0.1
  703. * Tue Oct 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 16.0-1
  704. - update to 16.0
  705. * Tue Oct 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 15.0.1-3
  706. - dont use separated plugins on Vine6
  707. - use --enable-optimize instead of --enable-optimize="\$RPM_OPT_FLAGS"
  708. * Mon Oct 08 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 15.0.1-2
  709. - add workaround to build with internal nss library
  710. * Sat Oct 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 15.0.1-1
  711. - update to 15.0.1
  712. - add BR: python-devel
  713. - build with external nss/nspr on Vine7
  714. * Tue Jul 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 14.0.1-2
  715. - update search plugins
  716. * Tue Jul 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 14.0.1-1
  717. - update to 14.0.1
  718. - build with internal nss/nspr
  719. * Sat Jun 16 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 13.0.1-1
  720. - update to 13.0.1
  721. * Wed Jun 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 13.0-1
  722. - update to 13.0
  723. * Sun May 20 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-3
  724. - add patch2 to fix build failure with gcc-4.1 (vine5)
  725. * Mon May 07 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-2
  726. - use internal nspr on Vine Linux 6
  727. - add patch2 to fix build failure with gcc-4.4
  728. * Wed Apr 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-1
  729. - update to 12.0
  730. - add patch1 to fix build failure with system cairo
  731. * Fri Feb 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.2-1
  732. - update to 10.0.2
  733. * Mon Feb 13 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.1-1
  734. - update to 10.0.1
  735. * Wed Feb 01 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0-1
  736. - update to 10.0
  737. - use internal libvpx
  738. * Thu Jan 26 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-4
  739. - add AutoProv: no
  740. * Thu Dec 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-3
  741. - update mozconfig-firefox-vine5,6,7
  742. - fix spec to build in parallel
  743. * Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-2
  744. - update mozconfig
  745. - build with internal nss on Vine6
  746. * Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-1
  747. - update to 9.0.1
  748. * Wed Dec 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0-1
  749. - update to 9.0
  750. - build with nss-3.13.1
  751. * Tue Nov 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.1-1
  752. - update to 8.0.1
  753. * Fri Nov 18 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0-1
  754. - update to 8.0
  755. - remove version number from MOZ_DIST_BIN
  756. - /usr/lib*/firefox-8.0 -> /usr/lib*/firefox
  757. * Fri Sep 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.1-1
  758. - update to 7.0.1
  759. * Wed Sep 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0-1
  760. - update to 7.0
  761. * Tue Sep 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.2-1
  762. - update to 6.0.2
  763. * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0-2
  764. - rebuild with libnotify-0.7
  765. * Sun Aug 14 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0-1
  766. - update to 6.0
  767. * Tue Jul 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0.1-1
  768. - update to 5.0.1
  769. * Thu Jul 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0-1
  770. - update to 5.0
  771. - do not build with external xulrunner
  772. - remove BR: gecko-devel, R: gecko-libs
  773. - add BR: alsa-lib-devel, lcms-devel, libvpx-devel, libpng-devel,
  774. sqlite3-devel, zip
  775. * Mon May 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.1-1
  776. - update to 4.0.1
  777. - remove MimeType from firefox-safe-mode.desktop
  778. - add BR: yasm, unzip
  779. * Thu Mar 31 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-2
  780. - add "--disable-ipc" on non-x86 architecture
  781. - update parallel build option
  782. - mozilla can build up to 4 jobs in parallel on x86
  783. - disable C++ exceptions since mozilla code is not exception-safe
  784. * Wed Mar 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-1
  785. - update to 4.0
  786. - BR: libjpeg-turbo-devel >= 1.1.0
  787. - BR: nspr-devel >= 4.8.7
  788. - BR: nss-devel >= 3.12.9
  789. - BR: cairo-devel >= 1.10.2-2
  790. - use langpacks.xpi instead of l10n source
  791. - update firefox startup script
  792. * Thu Mar 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.15-1
  793. - update to 3.6.15
  794. * Wed Mar 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.14-1
  795. - update to 3.6.14
  796. * Sat Jan 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.13-1
  797. - update to 3.6.13
  798. * Thu Oct 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.11-1
  799. - update to 3.6.11
  800. * Tue Sep 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.9-1
  801. - update to 3.6.9
  802. * Mon Jul 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.8-1
  803. - update to 3.6.8
  804. * Wed Jul 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.7-1
  805. - update to 3.6.7
  806. * Wed Jun 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.4-1
  807. - update to 3.6.4
  808. * Sat Apr 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.3-1
  809. - update to 3.6.3
  810. * Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.2-1
  811. - update to 3.6.2
  812. * Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-2
  813. - remove version number from browsername.
  814. - rebuild with xulrunner-1.9.2-3
  815. * Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-1
  816. - update to 3.6
  817. * Sat Jan 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-2
  818. - update desktop files
  819. * Fri Jan 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-1
  820. - new upstream release
  821. - move to unofficial build from community build.
  822. - change about dialog.
  823. * Sat Nov 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.5-1
  824. - new upstream release
  825. * Sat Aug 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-3
  826. - rebuild again with xulrunner-1.9.1.2-2
  827. * Fri Aug 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-2
  828. - rebuild with xulrunner-1.9.1.2-2
  829. * Wed Aug 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-1
  830. - new upstream release
  831. * Fri Jul 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-2
  832. - remove MimeType entry from firefox-safe-mode.desktop (<BTS:0735>)
  833. - add default{32,48}.png to %%{ffdir}/chrome/icons/default (<BTS:0733>)
  834. * Sun Jul 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-1
  835. - new upstream release
  836. - add BR: libXt-devel, startup-notification-devel
  837. * Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-3
  838. - enable-system-cairo
  839. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-2
  840. - add Patch3010 to fix releasenotes urls
  841. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-1
  842. - update to firefox 3.5 release
  843. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-0.1.rc3
  844. - update to firefox-3.5rc3
  845. * Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.11-1
  846. - new upstream release
  847. * Wed May 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-4
  848. - rebuild to fix broken package..
  849. * Tue May 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-3
  850. - add Obsoletes: firefox3
  851. * Tue Apr 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-2
  852. - new upstream release
  853. * Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-2
  854. - build with gecko-libs (xulrunner)
  855. - update firefox startup script (/usr/bin/firefox)
  856. * Wed Apr 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-1
  857. - new upstream release
  858. - build with nspr-4.7.4, nss-3.12.3
  859. - set FLASH_FORCE_PULSEAUDIO if PA server is running.
  860. * Sat Mar 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.8-1
  861. - new upstream release
  862. - update default bookmarks
  863. * Thu Mar 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.7-1
  864. - new upstream release
  865. * Mon Feb 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-2
  866. - modify mozconfig
  867. - remove --enable-xft
  868. - remove --enable-system-cairo, add --disable-system-cairo
  869. * Wed Feb 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-1
  870. - new upstream release
  871. * Sat Dec 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.5-1
  872. - new upstream release
  873. * Sat Nov 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.4-1
  874. - new upstream release
  875. * Thu Oct 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-2
  876. - add Patch30 to remove EULA
  877. * Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-1
  878. - new upstream release
  879. * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-2
  880. - disable dbus.
  881. * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-1
  882. - new upstream release
  883. * Thu Jul 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.1-1
  884. - new upstream release
  885. * Wed Jul 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-2
  886. - rebuild with nss-3.12, nspr-4.7.1
  887. - use unofficial branding
  888. - change brand*Name to "Firefox Community Edition - Gran Paradiso"
  889. * Sun Jun 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-1
  890. - new upstream release
  891. * Sat Apr 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0.14-1
  892. - new upstream release
  893. * Wed Mar 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.13-1
  894. - new upstream release
  895. * Tue Feb 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.12-0vl3
  896. - new upstream release
  897. * Sat Dec 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.11-0vl3
  898. - new upstream release
  899. * Tue Nov 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.10-0vl3
  900. - new upstream release
  901. * Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.9-0vl3
  902. - new upstream release
  903. * Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.8-0vl3
  904. - new upstream release
  905. - build with nspr-4.6.7
  906. - update default bookmarks
  907. * Tue Jul 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.6-0vl3
  908. - new upstream release
  909. * Thu Jul 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.5-0vl3
  910. - new upstream release
  911. * Tue Jun 12 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl9
  912. - fix pkgconfig file for x86_64 [VineSeed-x86_64:00333]
  913. - require ns{pr,s}-devel instead of ns{pr,s} for firefox-devel
  914. * Sat Jun 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl6
  915. - fix exclude condition of firefox-{nss,nspr}.pc (<BTS:532>)
  916. * Thu May 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl3
  917. - update to firefox-2.0.0.4
  918. - remove Patch1020 which is merged in upstream
  919. * Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.0.3-0vl5
  920. - added Patch1020 for workaround gcc visibility hidden bugs
  921. * Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl4
  922. - add build options to build with external nss/nspr libraries
  923. ac_add_options --with-system-nspr
  924. ac_add_options --with-system-nss
  925. - remove firefox-{nspr,nss}.pc from %%files devel
  926. * Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl3
  927. - rebuild with new environment/toolchain
  928. - update ja locale
  929. * Wed Mar 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl2
  930. - new upstream release
  931. * Sat Feb 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.2-0vl2
  932. - new upstream release
  933. * Sat Jan 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl6
  934. - remove typeaheadfind and venkman extention.
  935. * Fri Jan 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl4
  936. - add build options for FireBug (<BTS:wishes:9>)
  937. --enable-jsd, --enable-extention=default,typeaheadfind,venkman
  938. * Thu Dec 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl2
  939. - update to firefox-2.0.0.1
  940. * Mon Nov 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl6
  941. - add Patch10 to fix Bug358798
  942. - fix idl install path (<BTS:401>)
  943. * Sat Oct 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl4
  944. - update vine default settings
  945. - use Firefox for UA string instead of BonEcho
  946. - add vendor/vendorSub to UA string
  947. - disable spell check by default
  948. - enable smooth scroll by default
  949. * Tue Oct 24 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl2
  950. - update to firefox-2.0 final
  951. * Mon Oct 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.rc3
  952. - update to firefox-2.0rc3
  953. - drop unneeded patches.
  954. * Mon Oct 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl4
  955. - change Summary, desktopfiles
  956. - use Firefox Community Edition, instead of Firefox.
  957. * Fri Sep 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl2
  958. - new upstream release
  959. * Thu Aug 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.6-0vl2
  960. - new upstream release
  961. - -safe-mode option (VinePlus:03026)
  962. - add Patch1010
  963. - add -safe-mode option in Usage(--help).
  964. - add firefox-safe-mode.desktop
  965. * Wed Jul 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.5-0vl2
  966. - new upstream release
  967. - update default bookmarks
  968. * Tue Jun 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl4
  969. - copy nss headers
  970. * Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl2
  971. - new upstream release
  972. * Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.3-0vl2
  973. - new upstream release
  974. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl4
  975. - use firefox-1.5 for MOZILLA_FIVE_HOME instead of firefox-1.5.0.2
  976. - applications using gtkmozembed of firefox become unaffected to
  977. firefox's minor version changes.
  978. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl2
  979. - new upstream release
  980. * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl6
  981. - clean up spec file ( remove unneeded %%ghost file ... )
  982. * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl4
  983. - fix missing default theme in theme changer
  984. * Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl3
  985. - add upstream patches (100,101,102)
  986. - update default bookmarks
  987. - build en-US locale
  988. - disable pango rendering by default
  989. (workaround fix slow rendering in some page)
  990. * Thu Feb 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl2
  991. - new upstream release
  992. * Thu Jan 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl4
  993. - fix libnssckbi broken symlink problem (BUG:8)
  994. * Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl3
  995. - add devel subpackage for gtkembedmoz
  996. * Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl2
  997. - re-enable ja locale
  998. - fix crash bug with COMPOSITE enabled X server
  999. - add patch to /usr/bin/firefox
  1000. * Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
  1001. - new upstream release
  1002. * Sat Sep 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.7-0vl2
  1003. - update to firefox-1.0.7
  1004. * Tue Sep 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl10
  1005. - modified mozconfig to use RPM_OPT_FLAGS
  1006. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl8
  1007. - add Patch110 to fix crash with gtk-2.7 (fixed in upstream)
  1008. * Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl6
  1009. - rebuild with pango-1.9.1
  1010. - add pango-cairo patch
  1011. * Sat Jul 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl4
  1012. - update Patch25 to enable extension update feature
  1013. (disabled in preferences by default)
  1014. * Wed Jul 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl2
  1015. - new upstream release
  1016. * Thu Jul 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-0vl2
  1017. - new upstream release
  1018. * Sat May 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl6
  1019. - add more pango rendering patch from FC-devel.
  1020. - add IM candidate window position patch.
  1021. * Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl4
  1022. - fix wrong condition branching in spec file.
  1023. * Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl2
  1024. - new upstream release
  1025. - drop obsolete patch{103,104}
  1026. * Sat Apr 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
  1027. - new upstream release
  1028. * Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
  1029. - new upstream release
  1030. * Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl6
  1031. - clean up spec file
  1032. - drop own pixmap file (use included one)
  1033. - fix up file permissions
  1034. * Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl4
  1035. - remove "new-window" option from openurl in /usr/bin/firefox
  1036. * Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl2
  1037. - readd patch31,32 for pango rendering fix.
  1038. * Mon Mar 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl0
  1039. - rebuild for Vine Linux 3.1 (VinePlus)
  1040. * Mon Mar 07 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
  1041. - new upstream release
  1042. - merge some patches from fedora
  1043. - include ja-JP langpack only.
  1044. - add Japanese translation for mozilla-firefox.desktop
  1045. - disable gnomeui, gnomestripe patch
  1046. - disable mozilla official branding.
  1047. * Mon Jan 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
  1048. - initial build for Vine Linux
  1049. - based on fedora package, add Vine patch from Mozilla package.
  1050. * Tue Dec 28 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-8
  1051. - Add upstream langpacks
  1052. * Sat Dec 25 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-7
  1053. - Make sure we get a URL passed in to firefox (#138861)
  1054. - Mark some generated files as ghost (#136015)
  1055. * Wed Dec 15 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-6
  1056. - Don't have downloads "disappear" when downloading to desktop (#139015)
  1057. - Add RPM version to the useragent
  1058. - BuildRequires pango-devel
  1059. * Sat Dec 11 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-5
  1060. - Fix spacing in textareas when using pango for rendering
  1061. - Enable pango rendering by default.
  1062. - Enable smooth scrolling by default
  1063. * Fri Dec 3 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-4
  1064. - Add StartupWMClass patch from Damian Christey (#135830)
  1065. - Use system colors by default (#137810)
  1066. - Re-add s390(x)
  1067. * Sat Nov 20 2004 Christopher Blizzard <blizzard@redhat.com> 0:1.0-3
  1068. - Add patch that uses pango for selection.
  1069. * Fri Nov 12 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-2
  1070. - Fix livemarks icon issue. (#138989)
  1071. * Mon Nov 8 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-1
  1072. - Firefox 1.0
  1073. * Thu Nov 4 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.3
  1074. - Add support for GNOME stock icons. (bmo #233461)
  1075. * Sat Oct 30 2004 Warren Togami <wtogami@redhat.com> 0:0.99-1.0RC1.2
  1076. - #136330 BR freetype-devel with conditions
  1077. - #135050 firefox should own mozilla plugin dir
  1078. * Sat Oct 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.1
  1079. - Update to firefox-rc1
  1080. - Add patch for s390(x)
  1081. * Tue Oct 26 2004 Christopher Aillon <caillon@redhat.com>
  1082. - Fix LD_LIBRARY_PATH at startup (Steve Knodle)
  1083. * Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.21
  1084. - Prevent inlining of stack direction detection (#135255)
  1085. * Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.20
  1086. - More file chooser fixes:
  1087. Pop up a confirmation dialog before overwriting files (#134648)
  1088. Allow saving as complete once again
  1089. - Fix for upstream 263263.
  1090. * Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.18
  1091. - Fix for upstream 262689.
  1092. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com 0:0.10.1-1.0PR1.16
  1093. - Update pango patch to one that defaults to off
  1094. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.15
  1095. - Fix problem where default apps aren't showing up in the download
  1096. dialog (#136261)
  1097. - Fix default height being larger than the available area, cherry picked
  1098. from upstream
  1099. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.13
  1100. - Actually turn on pango in the mozconfig
  1101. * Sat Oct 16 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.12
  1102. - Disable the default application checks. (#133713)
  1103. - Disable the software update feature. (#136017)
  1104. * Wed Oct 13 2004 Christopher Blizzard <blizzard@redhat.com>
  1105. - Use pango for rendering
  1106. * Tue Oct 12 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.10
  1107. - Fix for 64 bit crash at startup (b.m.o #256603)
  1108. * Fri Oct 8 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.9
  1109. - Fix compile issues (#134914)
  1110. - Add patch to fix button focus issues (#133507)
  1111. - Add patches to fix tab focus stealing issue (b.m.o #124750)
  1112. * Fri Oct 1 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.8
  1113. - Update to 0.10.1
  1114. - Fix tab switching keybindings (#133504)
  1115. * Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> 0:0.10.0-1.0PR1.7
  1116. - filter out library Provides: and internal Requires:
  1117. * Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.6
  1118. - Prereq desktop-file-utils >= 0.9
  1119. * Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.5
  1120. - Add clipboard access prevention patch.
  1121. * Wed Sep 29 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.4
  1122. - Add the xul mime type to the .desktop file
  1123. * Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.3
  1124. - Backport the GTK+ file chooser.
  1125. - Update desktop database after uninstall.
  1126. * Mon Sep 27 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.2
  1127. - Change the vendor to mozilla not fedora
  1128. - Build with --disable-strip so debuginfo packages work (#133738)
  1129. - Add pkgconfig patch (bmo #261090)
  1130. * Fri Sep 24 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.1
  1131. - Add a BR for desktop-file-utils
  1132. - Update default configuration options to use the firefox mozconfig (#132916)
  1133. - Use Red Hat bookmarks (#133262)
  1134. - Update default homepage (#132721)
  1135. - Fix JS math on AMD64 (#133226)
  1136. - Build with MOZILLA_OFICIAL (#132917)
  1137. * Tue Sep 14 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.0
  1138. - Update to 1.0PR1
  1139. - Update man page references to say Firefox instead of Firebird
  1140. - Remove gcc34 and extensions patch; they are now upstream
  1141. - Update desktop database
  1142. - Minor tweaks to the .desktop file
  1143. * Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0:0.9.3-8
  1144. - Fixup .desktop entry Name, GenericName, and Comment (#131602)
  1145. - Add MimeType desktop entry (patch from jrb@redhat.com)
  1146. - Build with --disable-xprint
  1147. * Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0:0.9.3-7
  1148. - rawhide import
  1149. - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch
  1150. * Sun Aug 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.6
  1151. - and mng support is disabled again as it seams that there is
  1152. no real mng support in the code
  1153. * Sat Aug 28 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.5
  1154. - remove ldconfig from scriptlets (bug #1846 comment #40)
  1155. - reenabled mng support (bug #1971)
  1156. - removed --enable-strip to let rpm to the stripping (bug #1971)
  1157. - honor system settings in firefox.sh (bug #1971)
  1158. - setting umask 022 in scriptlets (bug #1962)
  1159. * Sat Aug 07 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.4
  1160. - copy the icon to the right place(TM)
  1161. * Fri Aug 06 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.3
  1162. - readded the xpm removed in 0:0.9.2-0.fdr.5
  1163. * Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.2
  1164. - added mozilla-1.7-psfonts.patch from rawhide mozilla
  1165. * Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.1
  1166. - updated to 0.9.3
  1167. - removed following from .mozconfig:
  1168. ac_add_options --with-system-mng
  1169. ac_add_options --enable-xprint
  1170. ac_add_options --disable-dtd-debug
  1171. ac_add_options --disable-freetype2
  1172. ac_add_options --enable-strip-libs
  1173. ac_add_options --enable-reorder
  1174. ac_add_options --enable-mathml
  1175. ac_add_options --without-system-nspr
  1176. * Tue Aug 03 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.5
  1177. - applied parts of the patch from Matthias Saou (bug #1846)
  1178. - delete empty directories in %%{ffdir}/chrome
  1179. - more cosmetic changes to the spec file
  1180. * Wed Jul 14 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.4
  1181. - mozilla-default-plugin-less-annoying.patch readded
  1182. * Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.3
  1183. - added krb5-devel as build requirement
  1184. * Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.2
  1185. - added patch from bugzilla.mozilla.org (bug #247846)
  1186. - removed Xvfb hack
  1187. * Fri Jul 09 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.1
  1188. - updated to 0.9.2
  1189. * Mon Jul 05 2004 Warren Togami <wtogami@redhat.com> 0:0.9.1-0.fdr.3
  1190. - mharris suggestion for backwards compatibilty with Xvfb hack
  1191. * Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.2
  1192. - added massive hack from the debian package to create the
  1193. extension directory
  1194. * Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.1
  1195. - updated to 0.9.1
  1196. * Thu Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.4
  1197. - remove extensions patch
  1198. - add post hack to create extensions
  1199. - enable negotiateauth extension
  1200. - copy icon to browser/app/default.xpm
  1201. - --enable-official-branding
  1202. * Thu Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.3
  1203. - extensions patch
  1204. * Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.2
  1205. - added gnome-vfs2-devel as BuildRequires
  1206. - added gcc-3.4 patch
  1207. * Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.1
  1208. - updated to 0.9
  1209. - dropped x86_64 patches
  1210. - dropped xremote patches
  1211. * Wed May 26 2004 Adrian Reber <adrian@lisas.de> 0:0.8-0.fdr.13
  1212. - remove unused files: mozilla-config
  1213. * Sun May 23 2004 David Hill <djh[at]ii.net> 0:0.8-0.fdr.12
  1214. - update mozconfig (fixes bug #1443)
  1215. - installation directory includes version number
  1216. * Mon May 10 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.11
  1217. - merge x86_64 release 10 with fedora.us release 10 bump release to 11
  1218. * Mon Apr 19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.10
  1219. - rebuild for FC2
  1220. - change Source71 to properly replace Source7 for maintainability
  1221. * Sun Apr 18 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.10
  1222. - 3rd xremote patch
  1223. - test -Os rather than -O2
  1224. * Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net>
  1225. - more x86_64 fixes
  1226. - fix firefix-xremote-client for x86_64 (similar to what is done for
  1227. firefox.sh.in)
  1228. * Sat Apr 03 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.9
  1229. - xremote patch for thunderbird integration #1113
  1230. - back out ugly hack from /usr/bin/firefox
  1231. - correct default bookmarks
  1232. * Wed Feb 25 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.7
  1233. - readded the new firefox icons
  1234. * Sat Feb 21 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.6
  1235. - removed new firefox icons
  1236. * Wed Feb 18 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.5
  1237. - nothing
  1238. * Thu Feb 12 2004 Gene Czarcinski <czar@acm.org>
  1239. - update for x86_64 ... usr mozilla-1.6 patches
  1240. - change "firefox-i*" to "firefox-*" in above stuff
  1241. * Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.4
  1242. - another icon changed
  1243. * Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.3
  1244. - startup script modified
  1245. * Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.2
  1246. - new firefox icon
  1247. - more s/firebird/firefox/
  1248. * Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.1
  1249. - new version: 0.8
  1250. - new name: firefox
  1251. * Sun Oct 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.2
  1252. - s/0.6.1/0.7/
  1253. - changed user-app-dir back to .phoenix as .mozilla-firebird
  1254. is not working as expected
  1255. - manpage now also available as MozillaFirebird.1
  1256. * Thu Oct 16 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.1
  1257. - updated to 0.7
  1258. - provides webclient
  1259. - run regxpcom and regchrome after installation and removal
  1260. - added a man page from the debian package
  1261. - changed user-app-dir from .phoenix to .mozilla-firebird
  1262. * Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.2
  1263. - now with mozilla-default-plugin-less-annoying.patch; see bug #586
  1264. * Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.1
  1265. - updated to 0.6.1
  1266. - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1
  1267. it should now also build on RH80
  1268. * Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.5.rh90
  1269. - enabled the type ahead extension: bug #484
  1270. * Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.4.rh90
  1271. - renamed it again back to MozillaFirbird
  1272. - added libmng-devel to BuildRequires
  1273. - startup homepage is now www.fedora.us
  1274. - improved the startup script to use the unix remote protocol
  1275. to open a new window
  1276. * Mon May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.3.rh90
  1277. - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png
  1278. - now using gtk2 as toolkit
  1279. - renamed again back to mozilla-firebird (I like it better)
  1280. - Provides: MozillaFirebird for compatibility with previous releases
  1281. - changed default bookmarks.html to contain links to www.fedora.us
  1282. * Mon May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.2.rh90
  1283. - renamed package to MozillaFirebird and all files with the old name
  1284. - enabled mng, mathml, xinerama support
  1285. - now honouring RPM_OPT_FLAGS
  1286. * Mon May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.1.rh90
  1287. - updated to 0.6
  1288. * Thu May 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.1.cvs20030501.rh90
  1289. - Updated to CVS.
  1290. - Renamed to mozilla-firebird.
  1291. * Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030409.rh90
  1292. - Updated to CVS.
  1293. - Removed hard-coded library path.
  1294. * Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030402.rh90
  1295. - Changed Prereq to Requires.
  1296. - Changed BuildRequires to gtk+-devel (instead of file).
  1297. - Recompressed source with bzip2.
  1298. - Removed post.
  1299. * Wed Apr 02 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030402.rh90
  1300. - Added desktop-file-utils to BuildRequires.
  1301. - Changed category to X-Fedora-Extra.
  1302. - Updated to CVS.
  1303. * Sun Mar 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030328.rh90
  1304. - Added Epoch:0.
  1305. - Added libgtk-1.2.so.0 to the BuildRequires
  1306. * Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90
  1307. - Updated to latest CVS.
  1308. - Moved phoenix startup script into its own file
  1309. * Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90
  1310. - Updated to latest CVS.
  1311. - Changed release to 9 vs 8.1.
  1312. - Added cvs script.
  1313. - added encoding to desktop file.
  1314. * Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81
  1315. - Updated to latest CVS.
  1316. - added release specification XFree86-devel Build Requirement.
  1317. - changed chmod to %attr
  1318. * Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81
  1319. - Fixed naming scheme.
  1320. - Fixed .desktop file.
  1321. * Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1
  1322. - Updated to CVS.
  1323. * Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2
  1324. - General Tweaking.
  1325. * Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1
  1326. - Updated CVS.
  1327. - Modified mozconfig.
  1328. * Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1
  1329. - Initial RPM release.