abiword-vl.spec 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823
  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: 2%{?_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. * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:3.0.1-2
  176. - rebuild with poppler-0.37.0
  177. * Thu Dec 25 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:3.0.1-1
  178. - new upstream release
  179. * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:3.0.0-1
  180. - update to 3.0.0
  181. - remove Patch3 (abiword-2.8.6-no-undefined.patch)
  182. * Fri Dec 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.8.6-4
  183. - add Patch3 (abiword-2.8.6-no-undefined.patch)
  184. - add BuildRequires: flex, bison
  185. * Wed Oct 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.8.6-3
  186. - rebuild with poppler-0.14.2
  187. * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.8.6-2
  188. - rebuild with rpm-4.8.1 for pkg-config file
  189. * Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.8.6-1
  190. - new upstream release
  191. - drop Source1, Source2
  192. - drop Patch1, Patch3
  193. - fix %setup, %build, %install and %files
  194. * Wed Jul 29 2009 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 1:2.6.8-2
  195. - add Japanese Summary and description
  196. - add BuildRequires: libSM-devel
  197. * Sun May 17 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1:2.6.8-1
  198. - new upstream release
  199. * Sat Oct 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1:2.6.4-1vl5
  200. - new upstream release
  201. - built with enchant
  202. - split libabiword, libabiword-devel subpackage
  203. * Mon Oct 13 2008 Shu KONNO <owa@bg.wakwak.com> 1:2.4.6-2vl5
  204. - built with gucharmap-2.24.0
  205. * Sun Sep 14 2008 Shu KONNO <owa@bg.wakwak.com> 1:2.4.6-1vl5
  206. - applied new versioning policy, spec in utf-8
  207. * Sun Jun 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1:2.4.6-0vl2
  208. - rebuilt with new toolchain
  209. * Thu Dec 21 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1:2.4.6-0vl1
  210. - new upstream release
  211. - rebuilt with wv-1.2.4
  212. * Thu Sep 28 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1:2.4.5-2vl2
  213. - fixed .desktop file
  214. * Fri Aug 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1:2.4.5-2vl1
  215. - updated to 2.4.5
  216. * Thu Apr 13 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1:2.4.4-2vl1
  217. - rebuilt for Vine and merged old spec files
  218. * Thu Sep 26 2002 Masaki Shinomiya <shino@pos.to>
  219. - 1.0.3-0vl1 for VinePlus/2.1 and (-0vl2) for 2.5 and VineSeedPlus
  220. - source update, plugins-1.0.3, many plugins enabled in -0vl2
  221. - disabled perl
  222. - abiword-mkhash.sh for spell check
  223. * Mon Jun 24 2002 Masaki Shinomiya <shino@pos.to>
  224. - 1.0.2-0vl1 for VinePlus/2.1 and (-0vl2) for 2.5 and VineSeedPlus
  225. - source update
  226. - touch fonts.dir, abiword-wrapper.patch
  227. - no longer segmentation fault on Vine 2.5 (see [vine-users:051609]-)
  228. * Wed May 22 2002 Masaki Shinomiya <shino@pos.to>
  229. - 1.0.1-0vl1 for VinePlus/2.1 and (-0vl2) for VineSeedPlus
  230. - 0vl1 omits plugins because Vine 2.1.x fails to compile
  231. - 0vl1 also disables gnome and perl support
  232. - Japanese fonts are now usable on VineSeed/Vine 2.5
  233. - by using mkjafontsdir.sh made by me
  234. - source upstream to 1.0.1, plugins(merged in the main package)
  235. - doc, mime-info
  236. * Sat Mar 30 2002 Ryoichi TACHIBANA <t-ryoichi@mbi.nifty.com> 0.99.4-0vl2
  237. - new upstream version
  238. - fix symbolic link ([VineSeed-Plus:00941])
  239. * Sun Mar 18 2002 Ryoichi TACHIBANA <t-ryoichi@mbi.nifty.com> 0.99.3-0vl2
  240. - new upstream version
  241. * Sun Feb 24 2002 Ryoichi TACHIBANA <t-ryoichi@mbi.nifty.com> 0.99.2-0vl0
  242. - new upstream version.
  243. - disable plugin all and comment out plugin part in build/make section,
  244. because 0.99.2's source tar boll doesn't have abiword-plugins directory.
  245. * Fri Feb 15 2002 Ryoichi TACHIBANA <t-ryoichi@mbi.nifty.com>
  246. - 0.99.1-0vl3 (0.99.1-0vl2 for VinePlus-2.1)
  247. - fix files owner/group ([VineSeed-Plus:00819])
  248. * Sat Jan 28 2002 Ryoichi TACHIBANA <t-ryoichi@mbi.nifty.com>
  249. - 0.99.1-0vl0.1
  250. - change release number for VinePlus 2.1
  251. * Sat Jan 24 2002 Ryoichi TACHIBANA <t-ryoichi@mbi.nifty.com>
  252. - 0.99.1-0vl1
  253. - add japanese fonts.dir
  254. (see http://www.gnome.gr.jp/ml/gnome-users/200101/msg00034.html)
  255. 0vl0.1 release for VinePlus-2.1 succeed to input/display japanese,
  256. but this release fail to input/display japanese.
  257. please someone fix this problem.
  258. * Thu Apr 13 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.4-2.fc6
  259. - Fix documentation generation
  260. - Fix charting support
  261. * Tue Apr 11 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.4-1.fc6
  262. - New upstream version
  263. - Remove the macro patch and update the desktop patch
  264. * Wed Mar 29 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-8.fc6
  265. - Rebuild
  266. * Wed Mar 08 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-7.fc5
  267. - Disable the collaboration plugin; it is not working in 2.4.x
  268. * Thu Feb 16 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-6.fc5
  269. - Rebuild for Fedora Extras 5
  270. * Sun Feb 05 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-5.fc5
  271. - bug 171926
  272. * Sat Jan 21 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-4.fc5
  273. - Disable the PDF plugin for now, as poppler doesn't ship the xpdf
  274. headers anymore
  275. * Sat Jan 14 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-3.fc5
  276. - Remove redundant requires - bug 177305
  277. * Thu Jan 05 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-2.fc5
  278. - Bump release, forgot to add desktop patch
  279. * Mon Jan 02 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-1.fc5
  280. - Update to 2.4.2
  281. - Add BuildRequires readline-devel for the AbiCommand plugin
  282. - Add BuildRequires bzip2-devel and poppler-devel for plugins
  283. - Update desktop patch
  284. - Patch to fix plugin marcros
  285. * Wed Nov 09 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-4.fc5
  286. - Fix bug 171928
  287. * Sun Oct 23 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-3.fc5
  288. - Fix bug 161832: "Abiword is not loading certain modules"
  289. - Add libgsf dependecy, which was needed all along
  290. - Disable the collaboration plugin, it is not for general use at all
  291. * Tue Oct 11 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-2
  292. - Use %%{?dist} in the release name
  293. * Sun Oct 9 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-1
  294. - Update to 2.4.1
  295. * Mon Oct 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.0-1
  296. - Require mathml-fonts
  297. - Don't rerun autogen.sh, no need anymore
  298. - Update gtkmathview dependency to 0.7.5
  299. - Update to 2.4.0
  300. * Mon Sep 26 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.99-2
  301. - Fix gtkmathview BuildRequires
  302. * Thu Sep 22 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.99-1
  303. - Update to 2.3.99
  304. * Sat Sep 10 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.6-1
  305. - Update to 2.3.6
  306. - Drop the pango patch
  307. * Sat Sep 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.5-3
  308. - Rebuild
  309. * Sat Sep 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.5-2
  310. - Enable the abimathview plugin
  311. * Sun Aug 21 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.5-1
  312. - Update to 2.3.5
  313. * Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-4
  314. - Update the pango patch to disable more pango code
  315. * Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-3
  316. - Fix the build after applying the pango disabling patch by
  317. rerunning autogen.sh
  318. * Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-2
  319. - Disable the experimental pango renderer
  320. * Wed Aug 17 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-1
  321. - Update to 2.3.4
  322. - Add link-grammar dependency
  323. * Thu Jul 28 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.9-1
  324. - Update to 2.2.9
  325. - Drop the mailmerge patch again
  326. * Mon Jun 6 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.8-2
  327. - Fix build with mailmerge patch
  328. * Mon Jun 6 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.8-1
  329. - Update to 2.2.8
  330. * Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1:2.2.7-2
  331. - rebuild on all arches
  332. * Mon Apr 4 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.7-1
  333. - Because we love brown paper bag releases
  334. * Sun Apr 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.6-1
  335. - Drop the gcc4, wvread, virtdestr and pt64 patches
  336. - Update the desktop patch
  337. * Tue Mar 15 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.5-3
  338. - Fix 64bit build
  339. - Add virtual destructors to classes with virtual functions
  340. * Mon Mar 14 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.5-2
  341. - Remove the --disable-magick plugin switch
  342. - disable GDA support until the plugin is ported to gnomedb 1.2.x
  343. - Change the download location from SF to http://www.abisource.com/
  344. - patch libole2
  345. - fix read as a macro in new glibc
  346. * Wed Mar 2 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.5-1
  347. - bump to latest stable
  348. - drop integrated dashboard patch again
  349. - some gcc4 fixes
  350. * Wed Feb 23 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.4-2
  351. - rh#149447# dashboard spam revisited
  352. * Tue Feb 22 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.4-1
  353. - bump to latest stable version
  354. - drop integrated nautilus depend patch
  355. - drop integrated libwpd depend patch
  356. * Fri Feb 11 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.3-4
  357. - upgrade to libwpd-0.8 and incoroprate necessary changeover patches
  358. * Mon Feb 7 2005 Matthias Clasen <mclasen@redhat.com> - 1:2.2.3-3
  359. - rebuild
  360. * Wed Feb 2 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.3-2
  361. - remove unneccessary nautilus dependency
  362. * Mon Jan 17 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.3-1
  363. - bump to new version
  364. - drop integrated silenceabidash patch
  365. * Fri Jan 14 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.2-4
  366. - RH#145085# annoying cluepacket message on stdout/stderr
  367. * Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> - 1:2.2.2-3
  368. - Rebuilt for new readline.
  369. * Tue Jan 11 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.2-2
  370. - RH#143368# use enchant as spellchecker
  371. * Mon Dec 13 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.2-1
  372. - bump to new version
  373. * Mon Dec 6 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.1-1
  374. - bump to new version
  375. - geometry patch upstreamed
  376. - security patch upstreamed
  377. - removeoledecod patch upstreamed
  378. - regenerate desktop patch
  379. * Mon Nov 22 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.0-2
  380. - #abi7961# remove tempnam usages
  381. * Mon Nov 22 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.0-1
  382. - bump to latest major stable version
  383. - #rh140321# sanity check geometry
  384. * Tue Nov 9 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.0.14-1
  385. - bump to latest stable version
  386. * Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 1:2.0.12-4
  387. - rebuild for python 2.4
  388. * Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 1:2.0.12-3
  389. - Change to PreReq instead of Requires(post), up to 0.9
  390. * Wed Sep 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.12-2
  391. - Better Requires desktop-file-utils
  392. * Wed Sep 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.12-1
  393. - update to new abiword, + change norwegian wordprocessor translation
  394. * Tue Sep 14 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.11-3
  395. - #132389# Add more abiword supported mime types to abiword.desktop
  396. * Mon Sep 6 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.11-2
  397. - merge abiword.keys into abiword.desktop
  398. * Fri Aug 27 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.11-1
  399. - 2.0.11
  400. * Tue Aug 10 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.10-2
  401. - use libgnomedb
  402. * Tue Aug 10 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.10-1
  403. - 2.0.10
  404. - use aiksaurus
  405. * Mon Aug 2 2004 Matthias Clasen <mclasen@redhat.com> 1:2.0.9-4
  406. - rebuilt
  407. * Thu Jul 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.9-3
  408. - #126012# some desktop translations
  409. * Wed Jul 28 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.9-2
  410. - #128004# fix irritating windows looking filenames for generated pngs
  411. * Fri Jul 16 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.9-1
  412. - 2.0.9, new version with security fix
  413. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  414. - rebuilt
  415. * Thu May 20 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.6-1
  416. - 2.0.7, new version + gcc34 fixes
  417. * Wed Apr 28 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.6-1
  418. - 2.0.6, 64bit changes made upstream
  419. * Sat Mar 13 2004 Jeremy Katz <> 1:2.0.5-1
  420. - 2.0.5
  421. * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
  422. - rebuilt
  423. * Thu Feb 19 2004 Jeremy Katz <katzj@redhat.com> - 1:2.0.3-3
  424. - rebuild for newer libots and libwpd
  425. - fix verify as non-root (#109261)
  426. - add wpd files to abiword.keys (#114907)
  427. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  428. - rebuilt
  429. * Thu Jan 29 2004 Jeremy Katz <katzj@redhat.com> - 1:2.0.3-1
  430. - 2.0.3 (fixes build against gtk+ 2.3 and lets us rebuild to fix libcroco dep)
  431. * Wed Dec 17 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.2-2
  432. - rebuild for new libwpd
  433. * Sun Nov 30 2003 Jeremy Katz <katzj@redhat.com>
  434. - and librsvg2-devel (#111222)
  435. * Fri Nov 28 2003 Jeremy Katz <katzj@redhat.com>
  436. - buildrequire libgnomeui-devel (#111164)
  437. * Tue Oct 28 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.1-1
  438. - 2.0.1
  439. - really remove duplicate desktop file
  440. * Tue Oct 21 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-6
  441. - make the docs with the just built abiword so that we don't have to
  442. have abiword installed to build the docs (#107279)
  443. * Tue Oct 21 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-5
  444. - fix linkage to glib 1.2 in hancom plugin (#106033)
  445. * Sun Oct 19 2003 Florian La Roche <Florian.LaRoche@redhat.de>
  446. - add %%clean specfile target
  447. * Tue Oct 14 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-4
  448. - remove duplicate desktop file (#107023)
  449. * Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-3
  450. - include the help
  451. - show the clipart (#104577)
  452. * Mon Sep 15 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-2
  453. - rebuild with newer libwpd and libots to get those plugins
  454. * Sun Sep 14 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-1
  455. - 2.0.0
  456. * Thu Sep 4 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.6-1
  457. - 1.99.6
  458. * Mon Aug 25 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.5-1
  459. - 1.99.5
  460. * Tue Aug 5 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.3-1
  461. - 1.99.3
  462. - put icon in the right place (#101646)
  463. - fix some 64bit casting issues
  464. - disable ots plugin for now, doesn't seem to build with ots 0.4.0 :/
  465. - disable -pedantic -ansi so that it will build
  466. * Mon Jul 14 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.2-2
  467. - ugly hack to deal with libtool silliness on x86_64
  468. * Fri Jul 11 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.2-1
  469. - 1.99.2
  470. - add buildrequires to make sure the ots and wp plugins get built
  471. - no longer needs libgal2, remove buildrequires
  472. * Mon Jun 16 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.1-1
  473. - 1.99.1
  474. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  475. - rebuilt
  476. * Mon May 26 2003 Jeremy Katz <katzj@redhat.com> 1:1.9.1-3
  477. - rebuild for new libgal2
  478. * Mon May 19 2003 Jeremy Katz <katzj@redhat.com> 1:1.9.1-2
  479. - tweak plugins build
  480. * Mon May 12 2003 Jeremy Katz <katzj@redhat.com> 1:1.9.1-0.2
  481. - 1.9.1
  482. - drop old patches, switch to using autoconf based build system instead
  483. of diving makefiles
  484. - build with gnome support
  485. - build with plugins
  486. - add patch to build on AMD64
  487. * Mon Apr 28 2003 Tim Powers <timp@redhat.com> 1:1.0.5-2
  488. - rebuild to fix broken libpspell dep
  489. * Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 1:1.0.5-1
  490. - 1.0.5
  491. * Mon Feb 10 2003 Jeremy Katz <katzj@redhat.com> 1:1.0.4-2
  492. - fix for abiword starting off the screen (#82425)
  493. * Thu Jan 23 2003 Jeremy Katz <katzj@redhat.com> 1:1.0.4-1
  494. - 1.0.4
  495. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  496. - rebuilt
  497. * Sun Dec 29 2002 Jeremy Katz <katzj@redhat.com> 1:1.0.3-2
  498. - make it build on x86_64
  499. * Sun Dec 29 2002 Jeremy Katz <katzj@redhat.com> 1:1.0.3-1
  500. - 1.0.3 (#80560)
  501. - set umask before running mkfontdir in %%post
  502. - patch AbiWord script to convert utf8 locales into non-utf8 variants (#72633)
  503. * Mon Dec 02 2002 Elliot Lee <sopwith@redhat.com> 1.0.2-7
  504. - Fix doc lines
  505. - Fix multilib
  506. * Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 1.0.2-6
  507. - rebuilt with gcc-3.2 (we hope)
  508. * Sat Aug 10 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-5
  509. - fix help index symlink (#71219)
  510. * Thu Aug 1 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-4
  511. - add abiword binary symlink for upstream compatibility (#70267)
  512. * Mon Jul 22 2002 Tim Powers <timp@redhat.com> 1.0.2-3
  513. - rebuild using gcc-3.2-0.1
  514. * Thu Jul 18 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-2
  515. - use included desktop file (#64447)
  516. - use desktop-file-install
  517. * Wed Jun 26 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-1
  518. - 1.0.2
  519. - disable perl module build since we weren't including it anyway
  520. * Wed May 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.1-1
  521. - 1.0.1
  522. * Sun Apr 14 2002 Jeremy Katz <katzj@redhat.com> 0.99.5-1
  523. - zh_CN and zh_TW fonts.dir were flipped
  524. - update to 0.99.5 as it fixes some major bugs
  525. - define ABI_BUILD_VERSION so the about screen gives us a version
  526. * Mon Apr 8 2002 Bennhard Rosenkraenzer <bero@redhat.com> 0.99.4-2
  527. - 1st try at fixing up CJK (#61590)
  528. - #if 0'ify font warning dialog (#62909, #64556)
  529. * Tue Apr 2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.99.4-1
  530. - Update to 0.99.4, fixes #61153
  531. - Fix #61344
  532. - Nuke the warning about being unable to add anything to font path,
  533. that's not how xfs works.
  534. * Thu Feb 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.99.2-1
  535. - 0.99.2
  536. - remove blank lines in fonts.dir
  537. * Thu Jan 31 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.99.1-1
  538. - 0.99.1
  539. * Wed Jan 30 2002 Alex Larsson <alexl@redhat.com> 0.9.5-3
  540. - Added patch to use libpng10
  541. - Added patch to fix perl build problems.
  542. * Fri Nov 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.9.5-1
  543. - 0.9.5
  544. * Tue Oct 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.9.4.1-1
  545. - Update to 0.9.4.1 (RFE #54806)
  546. - Add URL (RFE #54590)
  547. * Thu Jul 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-7
  548. - Fix uninstall (#49350)
  549. * Sat Jul 7 2001 Tim Powers <timp@redhat.com>
  550. - rebuilt so that dirs aren't sgid root
  551. * Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-5
  552. - Add build requirements (#45157)
  553. * Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-4
  554. - Remove CVS admin files from documentation (#44916)
  555. * Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  556. - add s390x patch from <oliver.paukstadt@millenux.com>
  557. * Sat Jun 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  558. - add s390 patch from Helge Deller
  559. * Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-1
  560. - Update to 0.7.14
  561. * Tue Feb 27 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  562. - Handle MIME type stuff (Bug #27530)
  563. - Add BuildPrereqs for some of the less common stuff AbiWord uses
  564. (gal-devel, gnome-print-devel, libunicode-devel)
  565. * Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  566. - 0.7.13
  567. * Mon Jan 15 2001 Than Ngo <than@redhat.com>
  568. - fixed broken code for building
  569. * Fri Dec 29 2000 Matt Wilson <msw@redhat.com>
  570. - 0.7.12
  571. - copy fonts.dir to fonts.scale so mkfontdir doesn't blow it away
  572. * Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  573. - Rebuild to get rid of 0777 dirs
  574. * Fri Nov 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  575. - 0.7.11
  576. * Sun Aug 20 2000 Preston Brown <pbrown@redhat.com>
  577. - fix path to chkfontpath, it was wrong.
  578. * Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
  579. - Up Epoch and release
  580. * Mon Aug 7 2000 Jakub Jelinek <jakub@redhat.com>
  581. - Don't ship AbiWord_s if we have AbiWord_d
  582. - Register AbiWord's fontpath with xfs
  583. * Wed Aug 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  584. - Rebuild with new libpng. This fixes Bug #13707 - gotta love it when they
  585. change the ABI without increasing the soname!
  586. - fix tooltip (Bug #14711)
  587. - move binaries from /usr/share to /usr/lib
  588. * Wed Jul 12 2000 Jakub Jelinek <jakub@redhat.com>
  589. - Fix build on ia64.
  590. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  591. - automatic rebuild
  592. * Tue Jul 4 2000 Jakub Jelinek <jakub@redhat.com>
  593. - Rebuild with new gcc.
  594. * Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  595. - Fix build on ia64
  596. * Sat Jun 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  597. - 0.7.10
  598. - update download location
  599. * Fri Jun 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  600. - initial build for main CD
  601. - clean up specfile
  602. - fix build with gcc 2.96 and glibc 2.2
  603. - exclude ia64 for now
  604. * Wed May 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  605. - 0.7.9
  606. * Wed Feb 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  607. - 0.7.8
  608. - move the desktop file to /etc/X11/applnk so it can be used in both
  609. GNOME and KDE
  610. - fix up handling of RPM_OPT_FLAGS
  611. * Thu Jan 20 2000 Tim Powers <timp@redhat.com>
  612. - bzipped source to conserve space.
  613. * Sun Jan 9 2000 Matt Wilson <msw@redhat.com>
  614. - enable GNOME, remove perl hack to do RPM_OPT_FLAGS
  615. - added libpng requirement. 0.7.7 requires 1.0.5 libpng ABI
  616. * Tue Jan 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  617. - 0.7.7
  618. - handle RPM_OPT_FLAGS
  619. * Mon Nov 15 1999 Tim Powers <timp@redhat.com>
  620. - first build for inclusion into Powertools.
  621. - some things in this spec file are from the abisuite-0.7.5-1mdk package