abiword-vl.spec 25 KB

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