thunderbird-vl.spec 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914
  1. # do not include minor version number in MOZILLA_FIVE_HOME
  2. %define tbmajor 17.0.3
  3. #%define tbversion %{tbmajor}.10
  4. %define tbversion %{tbmajor}
  5. %define tbrelease 1%{?_dist_release}
  6. # The tarball is pretty inconsistent with directory structure.
  7. # Sometimes there is a top level directory. That goes here.
  8. #
  9. # IMPORTANT: If there is no top level directory, this should be
  10. # set to the cwd, ie: '.'
  11. #%define tarballdir .
  12. %define tarballdir comm-esr17
  13. %define mozappdir %{_libdir}/%{name}-%{version_internal}
  14. %define moz_objdir objdir-tb
  15. %define version_internal %{tbmajor}
  16. %define thunderbird_app_id \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
  17. %define desktop_file_utils_version 0.6
  18. %define nspr_version 4.9
  19. %define nss_version 3.13.2
  20. %define cairo_version 1.6.0
  21. %define freetype_version 2.1.9
  22. %define sqlite_version 3.6.14
  23. %define libnotify_version 0.4
  24. %define build_vine7 0
  25. %define build_vine6 0
  26. %if "%{?_dist_release}" >= "vl7"
  27. %define build_vine7 1
  28. %endif
  29. %if "%{?_dist_release}" == "vl6"
  30. %define build_vine6 1
  31. %endif
  32. Summary: Thunderbird Community Edition, Mail/newsgroup client
  33. Summary(ja): Thunderbirdコミュニティエディション, メール・ニュースクライアント
  34. Name: thunderbird
  35. Version: %{tbversion}
  36. Release: %{tbrelease}
  37. URL: http://www.mozilla.org/projects/thunderbird/
  38. License: MPL
  39. Group: Applications/Internet
  40. Source0: ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%{tbversion}/source/thunderbird-%{version}.source.tar.bz2
  41. Source1: ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%{tbversion}/linux-x86_64/xpi/ja.xpi
  42. Source1010: mozconfig-thunderbird-vine6
  43. Source1020: mozconfig-thunderbird-vine7
  44. Source12: thunderbird-vine-default-prefs.js
  45. Source20: thunderbird.desktop
  46. Source21: thunderbird.vine.sh.in
  47. Source30: thunderbird-open-browser.sh
  48. Source40: thunderbird-unofficial-brandig-tb-brand.properties
  49. Source41: thunderbird-unofficial-brandig-tb-brand.dtd
  50. Source42: thunderbird-unofficial-brandig-tb-ja-brand.properties
  51. Source43: thunderbird-unofficial-brandig-tb-ja-brand.dtd
  52. Source100: find-external-requires
  53. # locale sources
  54. #%define MOZ_BUILD_LOCALES "ja"
  55. # get from mercurial repository with command,
  56. # mkdir l10n
  57. # hg clone http://hg.mozilla.org/releases/l10n-mozilla-1.9.2/ja l10n/ja
  58. #Source1000: thunderbird-%{tbversion}-ja.tar.bz2
  59. # upstream patch
  60. # Fix for version issues
  61. Patch0: thunderbird-version.patch
  62. # customization patches
  63. Patch1: firefox-1.5-default-a4-paper.patch
  64. # Linux specific
  65. Patch100: thunderbird-9.0-enable-addons.patch
  66. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  67. BuildRequires: pango-devel
  68. BuildRequires: cairo-devel >= %{cairo_version}
  69. %if %{build_vine7}
  70. BuildRequires: nspr-devel >= %{nspr_version}
  71. BuildRequires: nss-devel >= %{nss_version}
  72. BuildRequires: hunspell-devel
  73. %endif
  74. %if %{build_vine6}
  75. BuildRequires: hunspell-devel
  76. BuildRequires: python-devel
  77. %endif
  78. BuildRequires: pixman-devel
  79. BuildRequires: libpng-devel
  80. BuildRequires: libjpeg-turbo-devel
  81. BuildRequires: gtk2-devel
  82. BuildRequires: zlib-devel, gzip, zip, unzip
  83. BuildRequires: libIDL-devel
  84. BuildRequires: freetype2-devel >= %{freetype_version}
  85. ## disabled libnotify support
  86. ## see related bug: https://bugzilla.mozilla.org/show_bug.cgi?id=478463
  87. BuildRequires: libnotify-devel >= %{libnotify_version}
  88. BuildRequires: bzip2-devel
  89. #BuildRequires: gnome-vfs2-devel
  90. BuildRequires: libgnome-devel
  91. #BuildRequires: libgnomeui-devel
  92. BuildRequires: krb5-devel
  93. BuildRequires: pango-devel
  94. BuildRequires: libXt-devel
  95. BuildRequires: libXrender-devel
  96. BuildRequires: curl-devel
  97. # hunspell is in plus category for vine
  98. #BuildRequires: hunspell-devel
  99. %if %{build_vine7}
  100. BuildRequires: sqlite3-devel >= %{sqlite_version}
  101. %endif
  102. BuildRequires: startup-notification-devel
  103. BuildRequires: desktop-file-utils
  104. BuildRequires: alsa-lib-devel
  105. BuildRequires: yasm
  106. BuildRequires: autoconf213
  107. %if %{build_vine7}
  108. Requires: sqlite3 >= %{sqlite_version}
  109. %endif
  110. Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
  111. Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
  112. Obsoletes: MozillaThunderbird
  113. Provides: MozillaThunderbird = %{version}
  114. Vendor: Project Vine
  115. Distribution: Vine Linux
  116. Packager: daisuke, ryoichi, kazutaka
  117. AutoProv: 0
  118. %define _use_internal_dependency_generator 0
  119. %define __find_requires %{SOURCE100}
  120. %description
  121. Thunderbird is a standalone mail and newsgroup client.
  122. %description -l ja
  123. Thunderbird はスタンドアローンのメールおよびニュースクライアントです。
  124. #===============================================================================
  125. %prep
  126. %setup -q %{name}-%{version} -c
  127. cd %{tarballdir}
  128. # Fix for version issue
  129. sed -e 's/__RPM_VERSION_INTERNAL__/%{version_internal}/' %{P:%%PATCH0} \
  130. > version.patch
  131. %{__patch} -p1 -b --suffix .version --fuzz=0 < version.patch
  132. cd mozilla
  133. %patch1 -p1 -b .default-a4
  134. cd -
  135. %{__rm} -f .mozconfig
  136. %if %{build_vine6}
  137. %{__cp} %{SOURCE1010} .mozconfig
  138. %endif
  139. %if %{build_vine7}
  140. %{__cp} %{SOURCE1020} .mozconfig
  141. %endif
  142. # setup unofficial branding name
  143. %{__cp} %{SOURCE40} mail/branding/aurora/locales/en-US/brand.properties
  144. %{__cp} %{SOURCE41} mail/branding/aurora/locales/en-US/brand.dtd
  145. %patch100 -p1 -b .addons
  146. #===============================================================================
  147. %build
  148. cd %{tarballdir}
  149. INTERNAL_GECKO=%{version_internal}
  150. MOZ_APP_DIR=%{mozappdir}
  151. #%if %{build_vine7}
  152. #MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %__sed -e 's/-Wall//')
  153. #%else
  154. #%ifarch x86_64
  155. ##MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %__sed -e 's/-O2/-Os/' -e 's/-Wall//')
  156. #MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %__sed -e 's/-O2//' -e 's/-Wall//')
  157. #%else
  158. #MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %__sed -e 's/-Wall//')
  159. #%endif
  160. #%endif
  161. MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS -fpermissive" | \
  162. %{__sed} -e 's/-Wall//' -e 's/-fexceptions/-fno-exceptions/g')
  163. export RPM_OPT_FLAGS=$MOZ_OPT_FLAGS
  164. export CFLAGS="$RPM_OPT_FLAGS"
  165. #export CFLAGS=""
  166. export CXXFLAGS="$CFLAGS"
  167. export MOZ_APP_DISPLAYNAME="Tb for Vine Linux"
  168. export PREFIX='%{_prefix}'
  169. export LIBDIR='%{_libdir}'
  170. MOZ_SMP_FLAGS=-j1
  171. # On x86 architectures, Mozilla can build up to 4 jobs at once in parallel,
  172. # however builds tend to fail on other arches when building in parallel.
  173. %ifarch %{ix86} x86_64
  174. [ -z "$RPM_BUILD_NCPUS" ] && \
  175. RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
  176. [ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
  177. [ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4
  178. [ "$RPM_BUILD_NCPUS" -ge 8 ] && MOZ_SMP_FLAGS=-j8
  179. %endif
  180. %__make -f client.mk build STRIP="/bin/true" \
  181. MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
  182. ## build locales
  183. #LOCALEDIRS=`find . -print | grep 'locales/Makefile$' | \
  184. # sed -e 's|\./\(.*\)/locales/.*|\1|g'`
  185. #for dir in $LOCALEDIRS
  186. #do
  187. # for lang in %{MOZ_BUILD_LOCALES} ; do
  188. # make -C $dir/locales AB_CD=$lang
  189. # done
  190. #done
  191. #===============================================================================
  192. %install
  193. %{__rm} -rf $RPM_BUILD_ROOT
  194. cd %{tarballdir}
  195. INTERNAL_GECKO=%{version_internal}
  196. INTERNAL_APP_NAME=%{name}-${INTERNAL_GECKO}
  197. MOZ_APP_DIR=%{_libdir}/${INTERNAL_APP_NAME}
  198. cd %{moz_objdir}
  199. DESTDIR=$RPM_BUILD_ROOT make install
  200. # install unofficial icons
  201. cd -
  202. %{__mkdir_p} $RPM_BUILD_ROOT%{mozappdir}/icons
  203. %{__cp} mail/branding/aurora/mailicon16.png \
  204. $RPM_BUILD_ROOT/%{mozappdir}/icons/
  205. %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps
  206. %{__cp} mail/branding/aurora/mailicon16.png \
  207. $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/thunderbird.png
  208. %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/22x22/apps
  209. %{__cp} mail/branding/aurora/mailicon22.png \
  210. $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/22x22/apps/thunderbird.png
  211. %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/24x24/apps
  212. %{__cp} mail/branding/aurora/mailicon24.png \
  213. $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/24x24/apps/thunderbird.png
  214. %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
  215. %{__cp} mail/branding/aurora/mailicon32.png \
  216. $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/thunderbird.png
  217. %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
  218. %{__cp} mail/branding/aurora/mailicon48.png \
  219. $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/thunderbird.png
  220. %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/256x256/apps
  221. %{__cp} mail/branding/aurora/mailicon256.png \
  222. $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/256x256/apps/thunderbird.png
  223. desktop-file-install --vendor vine \
  224. --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE20}
  225. # set up the thunderbird start script
  226. rm -f $RPM_BUILD_ROOT/%{_bindir}/thunderbird
  227. %{__cat} %{SOURCE21} | %{__sed} -e 's,TBDIR,%{mozappdir},g' > \
  228. $RPM_BUILD_ROOT%{_bindir}/thunderbird
  229. %{__chmod} 755 $RPM_BUILD_ROOT/%{_bindir}/thunderbird
  230. install -Dm755 %{SOURCE30} $RPM_BUILD_ROOT/%{mozappdir}/open-browser.sh
  231. %{__sed} -i -e 's|LIBDIR|%{_libdir}|g' $RPM_BUILD_ROOT/%{mozappdir}/open-browser.sh
  232. %{__cat} %{SOURCE12} | %{__sed} -e 's,THUNDERBIRD_RPM_VR,%{version}-%{release},g' \
  233. -e 's,COMMAND,%{mozappdir}/open-browser.sh,g' > \
  234. $RPM_BUILD_ROOT/vine-default-prefs
  235. %{__install} -D $RPM_BUILD_ROOT/vine-default-prefs $RPM_BUILD_ROOT/%{mozappdir}/greprefs/all-vine.js
  236. %{__install} -D $RPM_BUILD_ROOT/vine-default-prefs $RPM_BUILD_ROOT/%{mozappdir}/defaults/pref/all-vine.js
  237. %{__rm} $RPM_BUILD_ROOT/vine-default-prefs
  238. %{__rm} -f $RPM_BUILD_ROOT%{_bindir}/thunderbird-config
  239. # own mozilla plugin dir (#135050)
  240. %{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins
  241. # own extension directories
  242. %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/mozilla/extensions/%{thunderbird_app_id}
  243. %{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/extensions/%{thunderbird_app_id}
  244. # install locales
  245. #for lang in %{MOZ_BUILD_LOCALES} ; do
  246. # %{__install} -p -D -m 664 %{moz_objdir}/objdir-tb/mozilla/dist/bin/chrome/$lang.{jar,manifest} $RPM_BUILD_ROOT%{mozappdir}/chrome/
  247. #done
  248. # install ja.xpi to langpacks directory
  249. #%{__mkdir_p} $RPM_BUILD_ROOT/%{mozappdir}/langpacks/langpack-ja@thunderbird.mozilla.org
  250. #unzip %{SOURCE1} -d $RPM_BUILD_ROOT/%{mozappdir}/langpacks/langpack-ja@thunderbird.mozilla.org
  251. # also setup unofficial branding name
  252. #%{__cp} %{SOURCE42} $RPM_BUILD_ROOT/%{mozappdir}/langpacks/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/branding/brand.properties
  253. #%{__cp} %{SOURCE43} $RPM_BUILD_ROOT/%{mozappdir}/langpacks/langpack-ja@thunderbird.mozilla.org/chrome/ja/locale/ja/branding/brand.dtd
  254. # install ja.xpi to langpack file
  255. %{__mkdir_p} lang_tmp
  256. unzip %{SOURCE1} -d lang_tmp
  257. # also setup unofficial branding name
  258. %{__cp} %{SOURCE42} lang_tmp/chrome/ja/locale/ja/branding/brand.properties
  259. %{__cp} %{SOURCE43} lang_tmp/chrome/ja/locale/ja/branding/brand.dtd
  260. %{__mkdir_p} $RPM_BUILD_ROOT/%{mozappdir}/langpacks
  261. cd lang_tmp; \
  262. zip -r $RPM_BUILD_ROOT%{mozappdir}/langpacks/langpack-ja@thunderbird.mozilla.org.xpi chrome chrome.manifest install.rdf
  263. %clean
  264. %{__rm} -rf $RPM_BUILD_ROOT
  265. #===============================================================================
  266. %post
  267. update-desktop-database &> /dev/null || :
  268. touch --no-create %{_datadir}/icons/hicolor
  269. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  270. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
  271. fi
  272. %postun
  273. update-desktop-database &> /dev/null || :
  274. touch --no-create %{_datadir}/icons/hicolor
  275. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  276. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
  277. fi
  278. %files
  279. %defattr(-,root,root,-)
  280. %attr(755,root,root) %{_bindir}/thunderbird
  281. %attr(644,root,root) %{_datadir}/applications/vine-thunderbird.desktop
  282. %{_datadir}/icons/hicolor/16x16/apps/thunderbird.png
  283. %{_datadir}/icons/hicolor/22x22/apps/thunderbird.png
  284. %{_datadir}/icons/hicolor/24x24/apps/thunderbird.png
  285. %{_datadir}/icons/hicolor/256x256/apps/thunderbird.png
  286. %{_datadir}/icons/hicolor/32x32/apps/thunderbird.png
  287. %{_datadir}/icons/hicolor/48x48/apps/thunderbird.png
  288. %{mozappdir}
  289. #%{_libdir}/mozilla
  290. %exclude %{_libdir}/%{name}-%{version_internal}/removed-files
  291. %exclude %{_datadir}/idl/%{name}-%{version_internal}
  292. %exclude %{_includedir}/%{name}-%{version_internal}
  293. %exclude %{_libdir}/%{name}-devel-%{version_internal}
  294. #===============================================================================
  295. %changelog
  296. * Sat Mar 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.3-1
  297. - new upstream release
  298. * Wed Jan 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.2-1
  299. - new upstream release
  300. - update Source1010,1020
  301. - fix %% build
  302. * Wed Nov 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0-1
  303. - new upstream release
  304. * Sun Nov 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16.0.2-2
  305. - use --disable-install-strip instead of --enable-install-strip
  306. - add --disable-debug-symbols
  307. * Tue Oct 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16.0.2-1
  308. - new upstream release
  309. * Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16.0.1-1
  310. - new upstream release
  311. * Thu Oct 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16.0-1
  312. - new upstream release
  313. * Tue Oct 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 15.0.1-2
  314. - use --enable-optimize instead of --enable-optimize="\$RPM_OPT_FLAGS"
  315. * Sun Sep 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 15.0.1-1
  316. - new upstream release
  317. * Wed Aug 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 15.0-1
  318. - new upstream release
  319. - add BuildRequires: python-devel (Vine6 only)
  320. - remove build rule of Vine5
  321. * Wed Jul 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 14.0-1
  322. - new upstream release
  323. - remove Patch2 (thunderbird-13.0-buildfix-nspr.patch)
  324. * Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 13.0.1-1
  325. - new upstream release
  326. * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 13.0-1
  327. - new upstream release
  328. - add Patch2 (thunderbird-13.0-buildfix-nspr.patch)
  329. * Tue May 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.0.1-1
  330. - new upstream release
  331. * Sat Apr 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.0-1
  332. - new upstream release
  333. - update Source1030 (mozconfig-thunderbird-vine7)
  334. * Sun Mar 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0-1
  335. - new upstream release
  336. - update Source1020 (mozconfig-thunderbird-vine6)
  337. * Fri Feb 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.0.2-1
  338. - new upstream release
  339. * Mon Feb 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.0.1-1
  340. - new upstream release
  341. * Wed Feb 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.0-1
  342. - new upstream release
  343. * Sat Dec 24 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.0.1-1
  344. - new upstream release
  345. - update Source1
  346. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.0-1
  347. - new upstream release
  348. - update Source1
  349. - add Source1030 (mozconfig-thunderbird-vine7)
  350. - add Patch100 (thunderbird-9.0-enable-addons.patch)
  351. * Thu Nov 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.0-2
  352. - fix %%version_internal
  353. * Wed Nov 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.0-1
  354. - new upstream release
  355. - update Source1
  356. * Sat Oct 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.1-1
  357. - new upstream release
  358. - update Source1,21,1010,1020
  359. * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0-3
  360. - rebuild with libnotify-0.7
  361. * Wed Jul 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0-2
  362. - enable-install-strip
  363. * Wed Jul 06 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 5.0-1
  364. - new upstream release
  365. - drop obsolete patch and renumber patch26 to patch1
  366. - add BuildRequires: yasm
  367. - enable libnotify support
  368. - add --disable-updater and --disable-installer to mozconfig
  369. - use ja.xpi instead of l10n source
  370. - update Source21: add step to setup langpack plugin
  371. - update Source20: add japanese translation
  372. - add Source42 & Source43 for localized branding
  373. - add --disable-system-cairo and ac_add_options --disable-libjpeg-turbo
  374. for mozconfig-thunderbird-vine5
  375. * Mon May 16 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.10-1
  376. - new upstream release with security fix
  377. * Wed Dec 22 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.7-1
  378. - new upstream release with security fix
  379. * Fri Oct 29 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.6-1
  380. - new upstream release with security fix
  381. * Thu Oct 21 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.5-1
  382. - new upstream release with security fix
  383. - add patch5 to fix build failure
  384. * Sun Sep 19 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.4-1
  385. - new upstream release
  386. * Thu Sep 09 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.3-1
  387. - new upstream release with security fix
  388. - add Patch1030 to fix compilation error
  389. * Sat Aug 07 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.2-2
  390. - change mozconfig (Source1030 & 1040): add --enable-jsd
  391. * Fri Aug 06 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.2-1
  392. - new upstream release
  393. * Wed Jul 21 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.1-1
  394. - new upstream release with security fix
  395. - add Patch0 from fedora development: fix version issue
  396. - remove BuildRequires: hunspell-devel
  397. - update mozconfig (Source1030 & Source1040): set --disable-system-hunspell
  398. * Sat Jul 03 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1-2
  399. - add BuildRequires: alsa-lib-devel
  400. - remove BuildRequires: libnotify-devel
  401. (workaround for known bug)
  402. - update mozconfig to add --disable-libnotify option
  403. * Tue Jun 29 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1-1
  404. - new upstream release
  405. - update spec entirely
  406. - import patches from fedora (Patch1, 2 & 4)
  407. - drop outdated patches (Patch22, 24)
  408. - update Sources:
  409. - mozconfig (Source1030 & Source1040)
  410. - default prefs.js (Source12)
  411. - unofficial branding (Source40 & Source41)
  412. - japanese translation (Source1000)
  413. - update Patch1000 (sjis-alias)
  414. * Sun Aug 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.23-1
  415. - new upstream release
  416. * Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.22-1
  417. - new upstream release
  418. * Wed May 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.21-3
  419. - don't install official branding logos
  420. * Mon May 04 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.0.0.21-2
  421. - add necessary icons in %%{tbdir}/chrome/icons/default
  422. - add Packager tag
  423. * Fri Mar 20 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.0.0.21-1
  424. - new upstream release
  425. * Sun Jan 25 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.0.0.19-1
  426. - new upstream release
  427. * Sun Nov 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0.18-1
  428. - new upstream release
  429. * Wed Apr 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.14-1
  430. - new upstream release
  431. * Sun Aug 5 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0.6-0vl2
  432. - rebuilt for VineSeed
  433. * Sun Aug 5 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0.6-0vl1
  434. - new upstream release
  435. * Sat Jul 21 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0.5-0vl1
  436. - new upstream release
  437. - built for Vine Linux 4.x
  438. - dropped Patch1020 (merged into upstream)
  439. * Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.0.0-0vl4
  440. - added Patch1020 for workaround gcc visibility hidden bugs
  441. * Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.0-0vl3
  442. - build with new environment/toolchain
  443. - add build options to build with external nss/nspr libraries
  444. ac_add_options --with-system-nspr
  445. ac_add_options --with-system-nss
  446. * Mon Apr 23 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.0-0vl2
  447. - new upstream release
  448. * Mon Oct 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl2
  449. - new upstream release
  450. * Fri Jul 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.5-0vl2
  451. - new upstream release
  452. * Fri Jun 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl1
  453. - new upstream release
  454. * Fri Apr 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl1
  455. - new upstream release
  456. - merge changes from firefox
  457. - use thunderbird-1.5 for MOZILLA_FIVE_HOME instead of thunderbird-1.5.0.2
  458. * Tue Mar 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl2
  459. - new upstream release
  460. - build en-US locale
  461. - merge changes from firefox
  462. - add upstream patches
  463. - disable pango rendering by default
  464. (workaround fix slow rendering in some page)
  465. * Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl0.rc2
  466. - initial build for Vine Linux based on FC package
  467. - update to 1.5RC2
  468. * Mon Nov 28 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.1.rc1
  469. - Fix issue with popup dialogs and other actions causing lockups
  470. * Sat Nov 5 2005 Christopher Aillon <caillon@redhat.com> 1.5-0.5.0.rc1
  471. - Update to 1.5 rc1
  472. * Sat Oct 8 2005 Christopher Aillon <caillon@redhat.com> 1.5-0.5.0.beta2
  473. - Update to 1.5 beta2
  474. * Wed Sep 28 2005 Christopher Aillon <caillon@redhat.com> 1.5-0.5.0.beta1
  475. - Update to 1.5 beta1
  476. - Bring the install phase of the spec file up to speed
  477. * Sun Aug 14 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-4
  478. - Rebuild
  479. * Sat Aug 6 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-3
  480. - Add patch to make file chooser dialog modal
  481. * Fri Jul 22 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-2
  482. - Update to 1.0.6
  483. * Mon Jul 18 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-0.1.fc5
  484. - 1.0.6 Release Candidate
  485. * Fri Jul 15 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-8
  486. - Use system NSPR
  487. - Fix crash on 64bit platforms (#160330)
  488. * Thu Jun 23 2005 Kristian H淡gsberg <krh@redhat.com> 1.0.2-7
  489. - Add firefox-1.0-pango-cairo.patch to get rid of the last few Xft
  490. references, fixing the "no fonts" problem.
  491. * Fri May 13 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-6
  492. - Change the Exec line in the desktop file to `thunderbird`
  493. * Fri May 13 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-5
  494. - Update pango patche, MOZ_DISABLE_PANGO now works as advertised.
  495. * Mon May 9 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-4
  496. - Add temporary workaround to not create files in the user's $HOME (#149664)
  497. * Wed May 4 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-3
  498. - Don't have downloads "disappear" when downloading to desktop (#139015)
  499. - Fix for some more cursor issues in textareas (149991, 150002, 152089)
  500. - Add upstream patch to fix bidi justification of pango
  501. - Add patch to fix launching of helper applications
  502. - Add patch to properly link against libgfxshared_s.a
  503. - Fix multilib conflicts
  504. * Wed Apr 27 2005 Warren Togami <wtogami@redhat.com>
  505. - correct confusing PANGO vars in startup script
  506. * Wed Mar 23 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-1
  507. - Thunderbird 1.0.2
  508. * Tue Mar 8 2005 Christopher Aillon <caillon@redhat.com> 1.0-5
  509. - Add patch to compile against new fortified glibc macros
  510. * Sat Mar 5 2005 Christopher Aillon <caillon@redhat.com> 1.0-4
  511. - Rebuild against GCC 4.0
  512. - Add execshield patches
  513. - Minor specfile cleanup
  514. * Mon Dec 20 2004 Christopher Aillon <caillon@redhat.com> 1.0-3
  515. - Rebuild
  516. * Thu Dec 16 2004 Christopher Aillon <caillon@redhat.com> 1.0-2
  517. - Add RPM version to useragent
  518. * Thu Dec 16 2004 Christopher Blizzard <blizzard@redhat.com>
  519. - Port over pango patches from firefox
  520. * Wed Dec 8 2004 Christopher Aillon <caillon@redhat.com> 1.0-1
  521. - Thunderbird 1.0
  522. * Mon Dec 6 2004 Christopher Aillon <caillon@redhat.com> 1.0-0.rc1.1
  523. - Fix advanced prefs
  524. * Fri Dec 3 2004 Christopher Aillon <caillon@redhat.com>
  525. - Make this run on s390(x) now for real
  526. * Wed Dec 1 2004 Christopher Aillon <caillon@redhat.com> 1.0-0.rc1.0
  527. - Update to 1.0 rc1
  528. * Fri Nov 19 2004 Christopher Aillon <caillon@redhat.com>
  529. - Add patches to build and run on s390(x)
  530. * Thu Nov 11 2004 Christopher Aillon <caillon@redhat.com> 0.9.0-2
  531. - Rebuild to fix file chooser
  532. * Fri Nov 5 2004 Christopher Aillon <caillon@redhat.com> 0.9.0-1
  533. - Update to 0.9
  534. * Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-10
  535. - Prevent inlining of stack direction detection (#135255)
  536. * Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-9
  537. - More file chooser fixes (same as in firefox)
  538. - Fix for upstream 28327.
  539. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0.8.0-8
  540. - Update the pango patch
  541. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0.8.0-8
  542. - Pull over patches from firefox build:
  543. - disable default application dialog
  544. - don't include software update since it doesn't work
  545. - make external app support work
  546. * Thu Oct 14 2004 Christopher Blizzard <blizzard@redhat.com> 0.8.0-7
  547. - Use pango for rendering
  548. * Tue Oct 12 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-6
  549. - Fix for 64 bit crash at startup (b.m.o #256603)
  550. * Sat Oct 9 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-5
  551. - Add patches to fix xremote (#135036)
  552. * Fri Oct 8 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-4
  553. - Add patch to fix button focus issues (#133507)
  554. - Add patch for fix IMAP race issues (bmo #246439)
  555. * Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> 0.8.0-3
  556. - filter out library Provides: and internal Requires:
  557. * Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-2
  558. - Backport the GTK+ File Chooser.
  559. - Add fix for JS math on x86_64 systems
  560. - Add pkgconfig patch
  561. * Thu Sep 16 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-1
  562. - Update to 0.8.0
  563. - Remove enigmail
  564. - Update BuildRequires
  565. - Remove gcc34 and extension manager patches -- they are upstreamed.
  566. - Fix for gnome-vfs2 error at component registration
  567. * Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0.7.3-5
  568. - Build with --disable-xprint
  569. * Wed Sep 01 2004 David Hill <djh[at]ii.net> 0.7.3-4
  570. - remove all Xvfb-related hacks
  571. * Wed Sep 01 2004 Warren Togami <wtogami@redhat.com>
  572. - actually apply psfonts
  573. - add mozilla gnome-uriloader patch to prevent build failure
  574. * Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0.7.3-3
  575. - rawhide import
  576. - apply NetBSD's freetype 2.1.8 patch
  577. - apply psfonts patch
  578. - remove BR on /usr/bin/ex, breaks beehive
  579. * Tue Aug 31 2004 David Hill <djh[at]ii.net> 0.7.3-0.fdr.2
  580. - oops, fix %%install
  581. * Thu Aug 26 2004 David Hill <djh[at]ii.net> 0.7.3-0.fdr.1
  582. - update to Thunderbird 0.7.3 and Enigmail 0.85.0
  583. - remove XUL.mfasl on startup, add Debian enigmail patches
  584. - add Xvfb hack for -install-global-extension
  585. * Wed Jul 14 2004 David Hill <djh[at]ii.net> 0.7.2-0.fdr.0
  586. - update to 0.7.2, just because it's there
  587. - update gcc-3.4 patch (Kaj Niemi)
  588. - add EM registration patch and remove instdir hack
  589. * Sun Jul 04 2004 David Hill <djh[at]ii.net> 0.7.1-0.fdr.1
  590. - re-add Enigmime 1.0.7, omit Enigmail until the Mozilla EM problems are fixed
  591. * Wed Jun 30 2004 David Hill <djh[at]ii.net> 0.7.1-0.fdr.0
  592. - update to 0.7.1
  593. - remove Enigmail
  594. * Mon Jun 28 2004 David Hill <djh[at]ii.net> 0.7-0.fdr.1
  595. - re-enable Enigmail 0.84.1
  596. - add gcc-3.4 patch (Kaj Niemi)
  597. - use official branding (with permission)
  598. * Fri Jun 18 2004 David Hill <djh[at]ii.net> 0.7-0.fdr.0
  599. - update to 0.7
  600. - temporarily disable Enigmail 0.84.1, make ftp links work (#1634)
  601. - specify libdir, change BR for apt (V. Skytt辰, #1617)
  602. * Tue May 18 2004 Warren Togami <wtogami@redhat.com> 0.6-0.fdr.5
  603. - temporary workaround for enigmail skin "modern" bug
  604. * Mon May 10 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.4
  605. - update to Enigmail 0.84.0
  606. - update launch script
  607. * Mon May 10 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.3
  608. - installation directory now versioned
  609. - allow root to run the program (for installing extensions)
  610. - remove unnecessary %%pre and %%post
  611. - remove separators, update mozconfig and launch script (M. Schwendt, #1460)
  612. * Wed May 05 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.2
  613. - include Enigmail, re-add release notes
  614. - delete %{_libdir}/thunderbird in %%pre
  615. * Mon May 03 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.1
  616. - update to Thunderbird 0.6
  617. * Fri Apr 30 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.0.rc1
  618. - update to Thunderbird 0.6 RC1
  619. - add new icon, remove release notes
  620. * Thu Apr 15 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.0.20040415
  621. - update to latest CVS, update mozconfig and %%build accordingly
  622. - update to Enigmail 0.83.6
  623. - remove x-remote and x86_64 patches
  624. - build with -Os
  625. * Thu Apr 15 2004 David Hill <djh[at]ii.net> 0.5-0.fdr.12
  626. - update x-remote patch
  627. - more startup script fixes
  628. * Tue Apr 06 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.11
  629. - startup script fixes, and a minor cleanup
  630. * Sun Apr 04 2004 Warren Togami <wtogami@redhat.com> 0:0.5-0.fdr.10
  631. - Minor cleanups
  632. * Sun Apr 04 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.8
  633. - minor improvements to open-browser.sh and startup script
  634. - update to latest version of Blizzard's x-remote patch
  635. * Thu Mar 25 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.7
  636. - update open-browser.sh, startup script, and BuildRequires
  637. * Sun Mar 14 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.6
  638. - update open-browser script, modify BuildRequires (Warren)
  639. - add Blizzard's x-remote patch
  640. - initial attempt at x-remote-enabled startup script
  641. * Sun Mar 07 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.5
  642. - refuse to run with excessive privileges
  643. * Fri Feb 27 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.4
  644. - add Mozilla x86_64 patch (Oliver Sontag)
  645. - Enigmail source filenames now include the version
  646. - modify BuildRoot
  647. * Thu Feb 26 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.3
  648. - use the updated official tarball
  649. * Wed Feb 18 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.2
  650. - fix %%prep script
  651. * Mon Feb 16 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.1
  652. - update Enigmail to 0.83.3
  653. - use official source tarball (after removing the CRLFs)
  654. - package renamed to thunderbird
  655. * Mon Feb 09 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.0
  656. - update to 0.5
  657. - check for lockfile before launching
  658. * Fri Feb 06 2004 David Hill <djh[at]ii.net>
  659. - update to latest cvs
  660. - update to Enigmail 0.83.2
  661. * Thu Jan 29 2004 David Hill <djh[at]ii.net> 0:0.4-0.fdr.5
  662. - update to Enigmail 0.83.1
  663. - removed Mozilla/Firebird script patching
  664. * Sat Jan 03 2004 David Hill <djh[at]ii.net> 0:0.4-0.fdr.4
  665. - add startup notification to .desktop file
  666. * Thu Dec 25 2003 Warren Togami <warren@togami.com> 0:0.4-0.fdr.3
  667. - open-browser.sh release 3
  668. - patch broken /usr/bin/mozilla script during install
  669. - dir ownership
  670. - XXX: Source fails build on x86_64... fix later
  671. * Tue Dec 23 2003 David Hill <djh[at]ii.net> 0:0.4-0.fdr.2
  672. - update to Enigmail 0.82.5
  673. - add Warren's open-browser.sh (#1113)
  674. * Tue Dec 09 2003 David Hill <djh[at]ii.net> 0:0.4-0.fdr.1
  675. - use Thunderbird's mozilla-xremote-client to launch browser
  676. * Sun Dec 07 2003 David Hill <djh[at]ii.net> 0:0.4-0.fdr.0
  677. - update to 0.4
  678. - make hyperlinks work (with recent versions of Firebird/Mozilla)
  679. * Thu Dec 04 2003 David Hill <djh[at]ii.net>
  680. - update to 0.4rc2
  681. * Wed Dec 03 2003 David Hill <djh[at]ii.net>
  682. - update to 0.4rc1 and Enigmail 0.82.4
  683. * Thu Nov 27 2003 David Hill <djh[at]ii.net>
  684. - update to latest CVS and Enigmail 0.82.3
  685. * Sun Nov 16 2003 David Hill <djh[at]ii.net>
  686. - update to latest CVS (0.4a)
  687. - update Enigmail to 0.82.2
  688. - alter mozconfig for new build requirements
  689. - add missing BuildReq (#987)
  690. * Thu Oct 16 2003 David Hill <djh[at]ii.net> 0:0.3-0.fdr.0
  691. - update to 0.3
  692. * Sun Oct 12 2003 David Hill <djh[at]ii.net> 0:0.3rc3-0.fdr.0
  693. - update to 0.3rc3
  694. - update Enigmail to 0.81.7
  695. * Thu Oct 02 2003 David Hill <djh[at]ii.net> 0:0.3rc2-0.fdr.0
  696. - update to 0.3rc2
  697. * Wed Sep 17 2003 David Hill <djh[at]ii.net> 0:0.2-0.fdr.2
  698. - simplify startup script
  699. * Wed Sep 10 2003 David Hill <djh[at]ii.net> 0:0.2-0.fdr.1
  700. - add GPG support (Enigmail 0.81.6)
  701. - specfile fixes (#679)
  702. * Thu Sep 04 2003 David Hill <djh[at]ii.net> 0:0.2-0.fdr.0
  703. - update to 0.2
  704. * Mon Sep 01 2003 David Hill <djh[at]ii.net>
  705. - initial RPM
  706. (based on the fedora MozillaFirebird-0.6.1 specfile)