thunderbird-vl.spec 27 KB

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