abiword-vl.spec 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826
  1. %define desktop_file_utils_version 0.16
  2. %define abiver 3.0
  3. Summary: The AbiWord word processor
  4. Summary(ja): AbiWord ワードプロセッサ
  5. Name: abiword
  6. Version: 3.0.1
  7. Release: 3%{?_dist_release}
  8. Epoch: 1
  9. Group: Applications/Productivity
  10. License: GPLv2+
  11. Source0: http://abisource.com/downloads/abiword/%{version}/source/abiword-%{version}.tar.gz
  12. Source3: http://abisource.com/downloads/abiword/%{version}/source/abiword-docs-%{version}.tar.gz
  13. Source11: abiword.mime
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. #Packager:
  18. # for abiword
  19. BuildRequires: flex
  20. BuildRequires: bison
  21. BuildRequires: gcc-c++
  22. BuildRequires: gtk2-devel
  23. BuildRequires: libpng-devel
  24. BuildRequires: libxml2-devel
  25. BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
  26. BuildRequires: fribidi-devel
  27. BuildRequires: enchant-devel
  28. BuildRequires: libgnomeprint-devel
  29. BuildRequires: libgnomeprintui-devel
  30. BuildRequires: wv-devel
  31. BuildRequires: gucharmap-devel
  32. BuildRequires: libSM-devel
  33. # some plugin build deps
  34. BuildRequires: readline-devel
  35. BuildRequires: bzip2-devel
  36. BuildRequires: poppler-devel >= 0.14.2
  37. BuildRequires: libwpd-devel >= 0.8.0
  38. BuildRequires: librsvg2-devel
  39. BuildRequires: libgsf-devel >= 1.12.1
  40. BuildRequires: libboost-devel >= 1.33.1
  41. # gnome build deps
  42. BuildRequires: libbonobo-devel
  43. BuildRequires: libbonoboui-devel
  44. BuildRequires: libgnomeui-devel
  45. Requires(pre): desktop-file-utils >= %{desktop_file_utils_version}
  46. Obsoletes: abiword-fonts abiword-plugins
  47. URL: http://www.abisource.com/
  48. Patch0: abiword-2.6.0-windowshelppaths.patch
  49. Patch1: abiword-2.6.4-desktop.patch
  50. Patch2: abiword-2.6.0-boolean.patch
  51. Patch3: abiword-2.8.6-no-undefined.patch
  52. %description
  53. AbiWord is a cross-platform Open Source word processor. The goal is to make
  54. AbiWord full-featured, and remain lean.
  55. %description -l ja
  56. AbiWord はクロスプラットフォームのオープンソースなワードプロセッサーです。
  57. 多機能で機敏に動くことを目標としています。
  58. %package -n libabiword
  59. Summary: Library for developing applications based on AbiWord's core
  60. Summary(ja): AbiWord コアで稼動するアプリケーションを開発するためのライブラリ
  61. Group: System Environment/Libraries
  62. %description -n libabiword
  63. Library for developing applications based on AbiWord's core.
  64. %description -n libabiword -l ja
  65. AbiWord コアで稼動するアプリケーションを開発するためのライブラリです。
  66. %package -n libabiword-devel
  67. Summary: Files for developing with libabiword
  68. Summary(ja): libabiword を用いた開発に必要なファイル群
  69. Group: Development/Libraries
  70. Requires: libabiword = %{epoch}:%{version}-%{release}
  71. %description -n libabiword-devel
  72. Includes and definitions for developing with libabiword.
  73. %description -n libabiword-devel -l ja
  74. libabiword で開発するためのインクルードファイル及び定義ファイルです。
  75. %prep
  76. %setup -q
  77. ## %patch1 -p1 -b .desktop
  78. %patch2 -p1 -b .boolean
  79. # setup abiword extras
  80. ## %setup -q -T -b 2 -n abiword-extras-%{version}
  81. # setup abiword documentation
  82. %setup -q -T -b 3 -n abiword-docs-%{version}
  83. %patch0 -p1 -b .windowshelppaths
  84. %build
  85. # build libabiword and abiword
  86. cd $RPM_BUILD_DIR/abiword-%{version}
  87. %configure -enable-static=no
  88. make %{?_smp_mflags}
  89. # build abiword-plugins
  90. ## cd $RPM_BUILD_DIR/abiword-plugins-%{version}
  91. ## export PKG_CONFIG_PATH="$RPM_BUILD_DIR/%{name}-%{version}"
  92. ## CXXFLAGS="-L$RPM_BUILD_DIR/%{name}-%{version}/src/wp/main/unix/" %configure --disable-gda --enable-libabiword --with-abiword=$RPM_BUILD_DIR/%{name}-%{version}
  93. ## # Remove libtool predep_objects and postdep_objects wonkiness so that
  94. ## # building without -nostdlib doesn't include them twice. Because we
  95. ## # already link with g++, weird stuff happens if you don't let the
  96. ## # compiler handle this.
  97. ## sed 's/^predep_objects=.*/predep_objects=\"\"/' < libtool > libtool.foo
  98. ## sed 's/^postdep_objects=.*/postdep_objects=\"\"/' < libtool.foo > libtool.foobar
  99. ## sed 's/-shared -nostdlib/-shared/' < libtool.foobar > libtool
  100. ## make %{?_smp_mflags}
  101. # build abiword-extras
  102. ## cd $RPM_BUILD_DIR/abiword-extras-%{version}
  103. ## # abiword-extras looks at the abiword-%{version}.pc pkg-config file to get its location info
  104. ## # however, that file is not installed yet, so just point to it in the abiword source tree
  105. ## export PKG_CONFIG_PATH="$RPM_BUILD_DIR/%{name}-%{version}"
  106. ## %configure
  107. ## make
  108. # build the documentation
  109. cd $RPM_BUILD_DIR/abiword-docs-%{version}
  110. ABI_DOC_PROG=$(pwd)/../%{name}-%{version}/src/wp/main/unix/abiword ./make-html.sh
  111. %install
  112. rm -rf $RPM_BUILD_ROOT
  113. # install abiword
  114. cd $RPM_BUILD_DIR/abiword-%{version}
  115. make install DESTDIR=$RPM_BUILD_ROOT
  116. # overwrite the static binary with the dynamic one
  117. ## mv -f $RPM_BUILD_DIR/abiword-%{version}/src/wp/main/unix/abiword-dynamic $RPM_BUILD_ROOT%{_bindir}/abiword
  118. # Fix script permission
  119. #chmod +x $RPM_BUILD_ROOT%{_datadir}/%{name}-%{abiver}/scripts/abw2html.pl
  120. # install abiword-plugins
  121. ## cd $RPM_BUILD_DIR/abiword-plugins-%{version}
  122. ## make install DESTDIR=$RPM_BUILD_ROOT
  123. # install the extras
  124. ## cd $RPM_BUILD_DIR/abiword-extras-%{version}
  125. ## make install DESTDIR=$RPM_BUILD_ROOT
  126. # install the documentation
  127. cd $RPM_BUILD_DIR/abiword-docs-%{version}
  128. mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{abiver}/AbiWord/help
  129. cp -rp help/* $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{abiver}/AbiWord/help/
  130. # some of the help dirs have bad perms (#109261)
  131. find $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{abiver}/AbiWord/help/ -type d -exec chmod -c o+rx {} \;
  132. # finish up
  133. ## mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/
  134. ## cp $RPM_BUILD_DIR/abiword-extras-%{version}/icons/abiword_48.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/abiword_48.png
  135. cd $RPM_BUILD_DIR/abiword-%{version}
  136. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
  137. desktop-file-install \
  138. --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  139. --add-category X-Red-Hat-Extra --remove-category X-Red-Hat-Base \
  140. --add-category Applications --add-category Office \
  141. ./abiword.desktop
  142. # remove the original one (which has X-Red-Hat-Base) (#107023)
  143. #rm -f $RPM_BUILD_ROOT/%{_datadir}/applications/abiword.desktop
  144. mkdir -p $RPM_BUILD_ROOT%{_datadir}/mime-info
  145. install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/mime-info
  146. # nuke .la files
  147. rm -f $RPM_BUILD_ROOT/%{_libdir}/%{name}-%{abiver}/plugins/*.la
  148. rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
  149. # nuke .a files
  150. rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
  151. # nuke custom dictionary files
  152. rm -f $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{abiver}/dictionary/ispell_dictionary_list.xml
  153. %clean
  154. rm -rf $RPM_BUILD_ROOT
  155. %post
  156. update-desktop-database -q %{_datadir}/applications
  157. %postun
  158. update-desktop-database -q %{_datadir}/applications
  159. %files
  160. %defattr(-,root,root)
  161. %{_bindir}/abiword
  162. %{_datadir}/applications/*
  163. %{_datadir}/mime-info/*
  164. %{_datadir}/icons/*/*/*/abiword.*
  165. %{_mandir}/man1/abiword.1.gz
  166. %files -n libabiword
  167. %doc $RPM_BUILD_DIR/%{name}-%{version}/docs $RPM_BUILD_DIR/%{name}-%{version}/COPYING $RPM_BUILD_DIR/%{name}-%{version}/COPYRIGHT.TXT $RPM_BUILD_DIR/%{name}-%{version}/README.TXT
  168. %{_libdir}/abiword-%{abiver}
  169. %{_libdir}/libabiword-%{abiver}.so
  170. %{_datadir}/abiword-%{abiver}
  171. %files -n libabiword-devel
  172. %{_includedir}/abiword-%{abiver}
  173. %{_libdir}/pkgconfig/*.pc
  174. %changelog
  175. * Sat Jul 02 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:3.0.1-3
  176. - rebuild with gcc-5.4.0
  177. * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:3.0.1-2
  178. - rebuild with poppler-0.37.0
  179. * Thu Dec 25 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:3.0.1-1
  180. - new upstream release
  181. * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:3.0.0-1
  182. - update to 3.0.0
  183. - remove Patch3 (abiword-2.8.6-no-undefined.patch)
  184. * Fri Dec 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.8.6-4
  185. - add Patch3 (abiword-2.8.6-no-undefined.patch)
  186. - add BuildRequires: flex, bison
  187. * Wed Oct 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.8.6-3
  188. - rebuild with poppler-0.14.2
  189. * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.8.6-2
  190. - rebuild with rpm-4.8.1 for pkg-config file
  191. * Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.8.6-1
  192. - new upstream release
  193. - drop Source1, Source2
  194. - drop Patch1, Patch3
  195. - fix %setup, %build, %install and %files
  196. * Wed Jul 29 2009 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 1:2.6.8-2
  197. - add Japanese Summary and description
  198. - add BuildRequires: libSM-devel
  199. * Sun May 17 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1:2.6.8-1
  200. - new upstream release
  201. * Sat Oct 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1:2.6.4-1vl5
  202. - new upstream release
  203. - built with enchant
  204. - split libabiword, libabiword-devel subpackage
  205. * Mon Oct 13 2008 Shu KONNO <owa@bg.wakwak.com> 1:2.4.6-2vl5
  206. - built with gucharmap-2.24.0
  207. * Sun Sep 14 2008 Shu KONNO <owa@bg.wakwak.com> 1:2.4.6-1vl5
  208. - applied new versioning policy, spec in utf-8
  209. * Sun Jun 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1:2.4.6-0vl2
  210. - rebuilt with new toolchain
  211. * Thu Dec 21 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1:2.4.6-0vl1
  212. - new upstream release
  213. - rebuilt with wv-1.2.4
  214. * Thu Sep 28 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1:2.4.5-2vl2
  215. - fixed .desktop file
  216. * Fri Aug 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1:2.4.5-2vl1
  217. - updated to 2.4.5
  218. * Thu Apr 13 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1:2.4.4-2vl1
  219. - rebuilt for Vine and merged old spec files
  220. * Thu Sep 26 2002 Masaki Shinomiya <shino@pos.to>
  221. - 1.0.3-0vl1 for VinePlus/2.1 and (-0vl2) for 2.5 and VineSeedPlus
  222. - source update, plugins-1.0.3, many plugins enabled in -0vl2
  223. - disabled perl
  224. - abiword-mkhash.sh for spell check
  225. * Mon Jun 24 2002 Masaki Shinomiya <shino@pos.to>
  226. - 1.0.2-0vl1 for VinePlus/2.1 and (-0vl2) for 2.5 and VineSeedPlus
  227. - source update
  228. - touch fonts.dir, abiword-wrapper.patch
  229. - no longer segmentation fault on Vine 2.5 (see [vine-users:051609]-)
  230. * Wed May 22 2002 Masaki Shinomiya <shino@pos.to>
  231. - 1.0.1-0vl1 for VinePlus/2.1 and (-0vl2) for VineSeedPlus
  232. - 0vl1 omits plugins because Vine 2.1.x fails to compile
  233. - 0vl1 also disables gnome and perl support
  234. - Japanese fonts are now usable on VineSeed/Vine 2.5
  235. - by using mkjafontsdir.sh made by me
  236. - source upstream to 1.0.1, plugins(merged in the main package)
  237. - doc, mime-info
  238. * Sat Mar 30 2002 Ryoichi TACHIBANA <t-ryoichi@mbi.nifty.com> 0.99.4-0vl2
  239. - new upstream version
  240. - fix symbolic link ([VineSeed-Plus:00941])
  241. * Sun Mar 18 2002 Ryoichi TACHIBANA <t-ryoichi@mbi.nifty.com> 0.99.3-0vl2
  242. - new upstream version
  243. * Sun Feb 24 2002 Ryoichi TACHIBANA <t-ryoichi@mbi.nifty.com> 0.99.2-0vl0
  244. - new upstream version.
  245. - disable plugin all and comment out plugin part in build/make section,
  246. because 0.99.2's source tar boll doesn't have abiword-plugins directory.
  247. * Fri Feb 15 2002 Ryoichi TACHIBANA <t-ryoichi@mbi.nifty.com>
  248. - 0.99.1-0vl3 (0.99.1-0vl2 for VinePlus-2.1)
  249. - fix files owner/group ([VineSeed-Plus:00819])
  250. * Sat Jan 28 2002 Ryoichi TACHIBANA <t-ryoichi@mbi.nifty.com>
  251. - 0.99.1-0vl0.1
  252. - change release number for VinePlus 2.1
  253. * Sat Jan 24 2002 Ryoichi TACHIBANA <t-ryoichi@mbi.nifty.com>
  254. - 0.99.1-0vl1
  255. - add japanese fonts.dir
  256. (see http://www.gnome.gr.jp/ml/gnome-users/200101/msg00034.html)
  257. 0vl0.1 release for VinePlus-2.1 succeed to input/display japanese,
  258. but this release fail to input/display japanese.
  259. please someone fix this problem.
  260. * Thu Apr 13 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.4-2.fc6
  261. - Fix documentation generation
  262. - Fix charting support
  263. * Tue Apr 11 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.4-1.fc6
  264. - New upstream version
  265. - Remove the macro patch and update the desktop patch
  266. * Wed Mar 29 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-8.fc6
  267. - Rebuild
  268. * Wed Mar 08 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-7.fc5
  269. - Disable the collaboration plugin; it is not working in 2.4.x
  270. * Thu Feb 16 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-6.fc5
  271. - Rebuild for Fedora Extras 5
  272. * Sun Feb 05 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-5.fc5
  273. - bug 171926
  274. * Sat Jan 21 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-4.fc5
  275. - Disable the PDF plugin for now, as poppler doesn't ship the xpdf
  276. headers anymore
  277. * Sat Jan 14 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-3.fc5
  278. - Remove redundant requires - bug 177305
  279. * Thu Jan 05 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-2.fc5
  280. - Bump release, forgot to add desktop patch
  281. * Mon Jan 02 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-1.fc5
  282. - Update to 2.4.2
  283. - Add BuildRequires readline-devel for the AbiCommand plugin
  284. - Add BuildRequires bzip2-devel and poppler-devel for plugins
  285. - Update desktop patch
  286. - Patch to fix plugin marcros
  287. * Wed Nov 09 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-4.fc5
  288. - Fix bug 171928
  289. * Sun Oct 23 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-3.fc5
  290. - Fix bug 161832: "Abiword is not loading certain modules"
  291. - Add libgsf dependecy, which was needed all along
  292. - Disable the collaboration plugin, it is not for general use at all
  293. * Tue Oct 11 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-2
  294. - Use %%{?dist} in the release name
  295. * Sun Oct 9 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-1
  296. - Update to 2.4.1
  297. * Mon Oct 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.0-1
  298. - Require mathml-fonts
  299. - Don't rerun autogen.sh, no need anymore
  300. - Update gtkmathview dependency to 0.7.5
  301. - Update to 2.4.0
  302. * Mon Sep 26 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.99-2
  303. - Fix gtkmathview BuildRequires
  304. * Thu Sep 22 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.99-1
  305. - Update to 2.3.99
  306. * Sat Sep 10 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.6-1
  307. - Update to 2.3.6
  308. - Drop the pango patch
  309. * Sat Sep 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.5-3
  310. - Rebuild
  311. * Sat Sep 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.5-2
  312. - Enable the abimathview plugin
  313. * Sun Aug 21 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.5-1
  314. - Update to 2.3.5
  315. * Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-4
  316. - Update the pango patch to disable more pango code
  317. * Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-3
  318. - Fix the build after applying the pango disabling patch by
  319. rerunning autogen.sh
  320. * Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-2
  321. - Disable the experimental pango renderer
  322. * Wed Aug 17 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-1
  323. - Update to 2.3.4
  324. - Add link-grammar dependency
  325. * Thu Jul 28 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.9-1
  326. - Update to 2.2.9
  327. - Drop the mailmerge patch again
  328. * Mon Jun 6 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.8-2
  329. - Fix build with mailmerge patch
  330. * Mon Jun 6 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.8-1
  331. - Update to 2.2.8
  332. * Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1:2.2.7-2
  333. - rebuild on all arches
  334. * Mon Apr 4 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.7-1
  335. - Because we love brown paper bag releases
  336. * Sun Apr 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.6-1
  337. - Drop the gcc4, wvread, virtdestr and pt64 patches
  338. - Update the desktop patch
  339. * Tue Mar 15 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.5-3
  340. - Fix 64bit build
  341. - Add virtual destructors to classes with virtual functions
  342. * Mon Mar 14 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.5-2
  343. - Remove the --disable-magick plugin switch
  344. - disable GDA support until the plugin is ported to gnomedb 1.2.x
  345. - Change the download location from SF to http://www.abisource.com/
  346. - patch libole2
  347. - fix read as a macro in new glibc
  348. * Wed Mar 2 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.5-1
  349. - bump to latest stable
  350. - drop integrated dashboard patch again
  351. - some gcc4 fixes
  352. * Wed Feb 23 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.4-2
  353. - rh#149447# dashboard spam revisited
  354. * Tue Feb 22 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.4-1
  355. - bump to latest stable version
  356. - drop integrated nautilus depend patch
  357. - drop integrated libwpd depend patch
  358. * Fri Feb 11 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.3-4
  359. - upgrade to libwpd-0.8 and incoroprate necessary changeover patches
  360. * Mon Feb 7 2005 Matthias Clasen <mclasen@redhat.com> - 1:2.2.3-3
  361. - rebuild
  362. * Wed Feb 2 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.3-2
  363. - remove unneccessary nautilus dependency
  364. * Mon Jan 17 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.3-1
  365. - bump to new version
  366. - drop integrated silenceabidash patch
  367. * Fri Jan 14 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.2-4
  368. - RH#145085# annoying cluepacket message on stdout/stderr
  369. * Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> - 1:2.2.2-3
  370. - Rebuilt for new readline.
  371. * Tue Jan 11 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.2-2
  372. - RH#143368# use enchant as spellchecker
  373. * Mon Dec 13 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.2-1
  374. - bump to new version
  375. * Mon Dec 6 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.1-1
  376. - bump to new version
  377. - geometry patch upstreamed
  378. - security patch upstreamed
  379. - removeoledecod patch upstreamed
  380. - regenerate desktop patch
  381. * Mon Nov 22 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.0-2
  382. - #abi7961# remove tempnam usages
  383. * Mon Nov 22 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.0-1
  384. - bump to latest major stable version
  385. - #rh140321# sanity check geometry
  386. * Tue Nov 9 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.0.14-1
  387. - bump to latest stable version
  388. * Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 1:2.0.12-4
  389. - rebuild for python 2.4
  390. * Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 1:2.0.12-3
  391. - Change to PreReq instead of Requires(post), up to 0.9
  392. * Wed Sep 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.12-2
  393. - Better Requires desktop-file-utils
  394. * Wed Sep 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.12-1
  395. - update to new abiword, + change norwegian wordprocessor translation
  396. * Tue Sep 14 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.11-3
  397. - #132389# Add more abiword supported mime types to abiword.desktop
  398. * Mon Sep 6 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.11-2
  399. - merge abiword.keys into abiword.desktop
  400. * Fri Aug 27 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.11-1
  401. - 2.0.11
  402. * Tue Aug 10 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.10-2
  403. - use libgnomedb
  404. * Tue Aug 10 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.10-1
  405. - 2.0.10
  406. - use aiksaurus
  407. * Mon Aug 2 2004 Matthias Clasen <mclasen@redhat.com> 1:2.0.9-4
  408. - rebuilt
  409. * Thu Jul 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.9-3
  410. - #126012# some desktop translations
  411. * Wed Jul 28 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.9-2
  412. - #128004# fix irritating windows looking filenames for generated pngs
  413. * Fri Jul 16 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.9-1
  414. - 2.0.9, new version with security fix
  415. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  416. - rebuilt
  417. * Thu May 20 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.6-1
  418. - 2.0.7, new version + gcc34 fixes
  419. * Wed Apr 28 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.6-1
  420. - 2.0.6, 64bit changes made upstream
  421. * Sat Mar 13 2004 Jeremy Katz <> 1:2.0.5-1
  422. - 2.0.5
  423. * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
  424. - rebuilt
  425. * Thu Feb 19 2004 Jeremy Katz <katzj@redhat.com> - 1:2.0.3-3
  426. - rebuild for newer libots and libwpd
  427. - fix verify as non-root (#109261)
  428. - add wpd files to abiword.keys (#114907)
  429. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  430. - rebuilt
  431. * Thu Jan 29 2004 Jeremy Katz <katzj@redhat.com> - 1:2.0.3-1
  432. - 2.0.3 (fixes build against gtk+ 2.3 and lets us rebuild to fix libcroco dep)
  433. * Wed Dec 17 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.2-2
  434. - rebuild for new libwpd
  435. * Sun Nov 30 2003 Jeremy Katz <katzj@redhat.com>
  436. - and librsvg2-devel (#111222)
  437. * Fri Nov 28 2003 Jeremy Katz <katzj@redhat.com>
  438. - buildrequire libgnomeui-devel (#111164)
  439. * Tue Oct 28 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.1-1
  440. - 2.0.1
  441. - really remove duplicate desktop file
  442. * Tue Oct 21 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-6
  443. - make the docs with the just built abiword so that we don't have to
  444. have abiword installed to build the docs (#107279)
  445. * Tue Oct 21 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-5
  446. - fix linkage to glib 1.2 in hancom plugin (#106033)
  447. * Sun Oct 19 2003 Florian La Roche <Florian.LaRoche@redhat.de>
  448. - add %%clean specfile target
  449. * Tue Oct 14 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-4
  450. - remove duplicate desktop file (#107023)
  451. * Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-3
  452. - include the help
  453. - show the clipart (#104577)
  454. * Mon Sep 15 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-2
  455. - rebuild with newer libwpd and libots to get those plugins
  456. * Sun Sep 14 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-1
  457. - 2.0.0
  458. * Thu Sep 4 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.6-1
  459. - 1.99.6
  460. * Mon Aug 25 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.5-1
  461. - 1.99.5
  462. * Tue Aug 5 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.3-1
  463. - 1.99.3
  464. - put icon in the right place (#101646)
  465. - fix some 64bit casting issues
  466. - disable ots plugin for now, doesn't seem to build with ots 0.4.0 :/
  467. - disable -pedantic -ansi so that it will build
  468. * Mon Jul 14 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.2-2
  469. - ugly hack to deal with libtool silliness on x86_64
  470. * Fri Jul 11 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.2-1
  471. - 1.99.2
  472. - add buildrequires to make sure the ots and wp plugins get built
  473. - no longer needs libgal2, remove buildrequires
  474. * Mon Jun 16 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.1-1
  475. - 1.99.1
  476. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  477. - rebuilt
  478. * Mon May 26 2003 Jeremy Katz <katzj@redhat.com> 1:1.9.1-3
  479. - rebuild for new libgal2
  480. * Mon May 19 2003 Jeremy Katz <katzj@redhat.com> 1:1.9.1-2
  481. - tweak plugins build
  482. * Mon May 12 2003 Jeremy Katz <katzj@redhat.com> 1:1.9.1-0.2
  483. - 1.9.1
  484. - drop old patches, switch to using autoconf based build system instead
  485. of diving makefiles
  486. - build with gnome support
  487. - build with plugins
  488. - add patch to build on AMD64
  489. * Mon Apr 28 2003 Tim Powers <timp@redhat.com> 1:1.0.5-2
  490. - rebuild to fix broken libpspell dep
  491. * Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 1:1.0.5-1
  492. - 1.0.5
  493. * Mon Feb 10 2003 Jeremy Katz <katzj@redhat.com> 1:1.0.4-2
  494. - fix for abiword starting off the screen (#82425)
  495. * Thu Jan 23 2003 Jeremy Katz <katzj@redhat.com> 1:1.0.4-1
  496. - 1.0.4
  497. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  498. - rebuilt
  499. * Sun Dec 29 2002 Jeremy Katz <katzj@redhat.com> 1:1.0.3-2
  500. - make it build on x86_64
  501. * Sun Dec 29 2002 Jeremy Katz <katzj@redhat.com> 1:1.0.3-1
  502. - 1.0.3 (#80560)
  503. - set umask before running mkfontdir in %%post
  504. - patch AbiWord script to convert utf8 locales into non-utf8 variants (#72633)
  505. * Mon Dec 02 2002 Elliot Lee <sopwith@redhat.com> 1.0.2-7
  506. - Fix doc lines
  507. - Fix multilib
  508. * Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 1.0.2-6
  509. - rebuilt with gcc-3.2 (we hope)
  510. * Sat Aug 10 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-5
  511. - fix help index symlink (#71219)
  512. * Thu Aug 1 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-4
  513. - add abiword binary symlink for upstream compatibility (#70267)
  514. * Mon Jul 22 2002 Tim Powers <timp@redhat.com> 1.0.2-3
  515. - rebuild using gcc-3.2-0.1
  516. * Thu Jul 18 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-2
  517. - use included desktop file (#64447)
  518. - use desktop-file-install
  519. * Wed Jun 26 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-1
  520. - 1.0.2
  521. - disable perl module build since we weren't including it anyway
  522. * Wed May 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.1-1
  523. - 1.0.1
  524. * Sun Apr 14 2002 Jeremy Katz <katzj@redhat.com> 0.99.5-1
  525. - zh_CN and zh_TW fonts.dir were flipped
  526. - update to 0.99.5 as it fixes some major bugs
  527. - define ABI_BUILD_VERSION so the about screen gives us a version
  528. * Mon Apr 8 2002 Bennhard Rosenkraenzer <bero@redhat.com> 0.99.4-2
  529. - 1st try at fixing up CJK (#61590)
  530. - #if 0'ify font warning dialog (#62909, #64556)
  531. * Tue Apr 2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.99.4-1
  532. - Update to 0.99.4, fixes #61153
  533. - Fix #61344
  534. - Nuke the warning about being unable to add anything to font path,
  535. that's not how xfs works.
  536. * Thu Feb 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.99.2-1
  537. - 0.99.2
  538. - remove blank lines in fonts.dir
  539. * Thu Jan 31 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.99.1-1
  540. - 0.99.1
  541. * Wed Jan 30 2002 Alex Larsson <alexl@redhat.com> 0.9.5-3
  542. - Added patch to use libpng10
  543. - Added patch to fix perl build problems.
  544. * Fri Nov 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.9.5-1
  545. - 0.9.5
  546. * Tue Oct 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.9.4.1-1
  547. - Update to 0.9.4.1 (RFE #54806)
  548. - Add URL (RFE #54590)
  549. * Thu Jul 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-7
  550. - Fix uninstall (#49350)
  551. * Sat Jul 7 2001 Tim Powers <timp@redhat.com>
  552. - rebuilt so that dirs aren't sgid root
  553. * Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-5
  554. - Add build requirements (#45157)
  555. * Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-4
  556. - Remove CVS admin files from documentation (#44916)
  557. * Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  558. - add s390x patch from <oliver.paukstadt@millenux.com>
  559. * Sat Jun 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  560. - add s390 patch from Helge Deller
  561. * Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-1
  562. - Update to 0.7.14
  563. * Tue Feb 27 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  564. - Handle MIME type stuff (Bug #27530)
  565. - Add BuildPrereqs for some of the less common stuff AbiWord uses
  566. (gal-devel, gnome-print-devel, libunicode-devel)
  567. * Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  568. - 0.7.13
  569. * Mon Jan 15 2001 Than Ngo <than@redhat.com>
  570. - fixed broken code for building
  571. * Fri Dec 29 2000 Matt Wilson <msw@redhat.com>
  572. - 0.7.12
  573. - copy fonts.dir to fonts.scale so mkfontdir doesn't blow it away
  574. * Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  575. - Rebuild to get rid of 0777 dirs
  576. * Fri Nov 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  577. - 0.7.11
  578. * Sun Aug 20 2000 Preston Brown <pbrown@redhat.com>
  579. - fix path to chkfontpath, it was wrong.
  580. * Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
  581. - Up Epoch and release
  582. * Mon Aug 7 2000 Jakub Jelinek <jakub@redhat.com>
  583. - Don't ship AbiWord_s if we have AbiWord_d
  584. - Register AbiWord's fontpath with xfs
  585. * Wed Aug 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  586. - Rebuild with new libpng. This fixes Bug #13707 - gotta love it when they
  587. change the ABI without increasing the soname!
  588. - fix tooltip (Bug #14711)
  589. - move binaries from /usr/share to /usr/lib
  590. * Wed Jul 12 2000 Jakub Jelinek <jakub@redhat.com>
  591. - Fix build on ia64.
  592. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  593. - automatic rebuild
  594. * Tue Jul 4 2000 Jakub Jelinek <jakub@redhat.com>
  595. - Rebuild with new gcc.
  596. * Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  597. - Fix build on ia64
  598. * Sat Jun 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  599. - 0.7.10
  600. - update download location
  601. * Fri Jun 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  602. - initial build for main CD
  603. - clean up specfile
  604. - fix build with gcc 2.96 and glibc 2.2
  605. - exclude ia64 for now
  606. * Wed May 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  607. - 0.7.9
  608. * Wed Feb 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  609. - 0.7.8
  610. - move the desktop file to /etc/X11/applnk so it can be used in both
  611. GNOME and KDE
  612. - fix up handling of RPM_OPT_FLAGS
  613. * Thu Jan 20 2000 Tim Powers <timp@redhat.com>
  614. - bzipped source to conserve space.
  615. * Sun Jan 9 2000 Matt Wilson <msw@redhat.com>
  616. - enable GNOME, remove perl hack to do RPM_OPT_FLAGS
  617. - added libpng requirement. 0.7.7 requires 1.0.5 libpng ABI
  618. * Tue Jan 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  619. - 0.7.7
  620. - handle RPM_OPT_FLAGS
  621. * Mon Nov 15 1999 Tim Powers <timp@redhat.com>
  622. - first build for inclusion into Powertools.
  623. - some things in this spec file are from the abisuite-0.7.5-1mdk package