abiword-vl.spec 27 KB

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