abiword-vl.spec 27 KB

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