Ticket #4595: abiword.spec

File abiword.spec, 31.3 KB (added by godiard, 11 years ago)
Line 
1%define majorversion 2
2%define minorversion 9
3%define microversion 3
4
5Summary: The AbiWord word processor
6Name: abiword
7Version: %{majorversion}.%{minorversion}.%{microversion}
8Release: 1.git20121011%{?dist}.olpc12
9Epoch: 1
10Group: Applications/Editors
11License: GPLv2+
12
13# generated with svn export
14Source0: abiword-20121011.tar.gz
15
16Source1: http://abisource.com/downloads/abiword/%{version}/source/abiword-docs-%{version}.tar.gz
17Source11: abiword.mime
18Source12: abiword.keys
19Source13: abiword.xml
20URL: http://www.abisource.com/
21Requires: libabiword = %{epoch}:%{version}-%{release}
22
23%description
24AbiWord is a cross-platform Open Source word processor. It is full-featured,
25while still remaining lean.
26
27%package -n libabiword
28Summary: Library for developing applications based on AbiWord's core
29Group: System Environment/Libraries
30Requires: pygobject3
31Patch0: abiword-2.6.0-windowshelppaths.patch
32Patch1: abiword-2.8.3-desktop.patch
33Patch2: abiword-2.6.0-boolean.patch
34Patch3: abiword-plugins-2.6.0-boolean.patch
35
36# Make introspection work
37Patch4: introspection-fixes.patch
38Patch5: memory-allocator-confusion.patch
39Patch6: abi-introspection.diff
40
41# Avoid crash with maliit - SL#4037 - OLPC #12311
42Patch10: avoid-maliit-crash.patch
43
44# OLPC patch to add touch text handles
45Patch99: abi-selection-handles.diff
46Patch100: abiword-set-both-handles-below-baseline.diff
47Patch101: abiword-touch-scrolling.diff
48Patch102: abiword-change-keyboard-focus-logic.diff
49
50# Avoid crash saving to PDF - SL #4093
51Patch105: fix-pdf-export.diff
52
53Patch106: add_toggle_ruler.diff
54
55BuildRequires: autoconf, libtool
56BuildRequires: desktop-file-utils
57BuildRequires: fribidi-devel, enchant-devel, wv-devel
58BuildRequires: zlib-devel, popt-devel, libpng-devel
59BuildRequires: gtk3-devel, libgsf-devel
60BuildRequires: boost-devel, t1lib-devel
61BuildRequires: dbus-glib-devel >= 0.70
62BuildRequires: readline-devel
63BuildRequires: bzip2-devel
64BuildRequires: poppler-devel >= 0.4.0
65BuildRequires: ots-devel >= 0.4.2
66BuildRequires: libwpd-devel >= 0.9.0
67BuildRequires: libwpg-devel
68BuildRequires: librsvg2-devel
69BuildRequires: libwmf-devel
70BuildRequires: aiksaurus-devel, aiksaurus-gtk-devel
71BuildRequires: link-grammar-devel >= 4.2.2
72BuildRequires: gtkmathview-devel >= 0.7.5, flex, bison
73BuildRequires: loudmouth-devel
74BuildRequires: asio-devel
75BuildRequires: libsoup-devel
76BuildRequires: gobject-introspection-devel, pygobject3
77
78%description -n libabiword
79Library for developing applications based on AbiWord's core.
80
81%package -n libabiword-devel
82Summary: Files for developing with libabiword
83Group: Development/Libraries
84Requires: libabiword = %{epoch}:%{version}-%{release}
85
86%description -n libabiword-devel
87Includes and definitions for developing with libabiword.
88
89%prep
90# setup abiword
91%setup -q -n abiword-20121011
92
93# patch abiword
94%patch1 -p1 -b .desktop
95%patch2 -p1 -b .boolean
96
97# patch abiword plugins
98#%patch3 -p1 -b .boolean
99%patch4 -p1
100%patch5 -p1
101%patch6 -p1
102%patch10 -p1
103
104%patch99 -p1
105%patch100 -p1
106%patch101 -p1
107%patch102 -p1
108%patch105 -p1
109
110%patch106 -p1
111
112# setup abiword documentation
113%setup -q -T -b 1 -n abiword-docs-%{version}
114%patch0 -p1 -b .windowshelppaths
115
116%build
117# build libabiword and abiword
118cd $RPM_BUILD_DIR/abiword-20121011
119# we need to update the generated configuration files because of patch104
120./autogen-common.sh
121autoreconf --force --install
122%configure --disable-static --enable-dynamic --enable-plugins --enable-clipart --enable-templates --enable-introspection --disable-spell
123make %{?_smp_mflags} V=1
124
125# build the documentation
126cd $RPM_BUILD_DIR/abiword-docs-%{version}
127ABI_DOC_PROG=$(pwd)/../%{name}-%{version}/src/abiword ./make-html.sh
128
129%install
130
131# install abiword
132cd $RPM_BUILD_DIR/abiword-20121011
133%{__make} install DESTDIR=$RPM_BUILD_ROOT
134
135# install the documentation
136cd $RPM_BUILD_DIR/abiword-docs-%{version}
137mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{majorversion}.%{minorversion}/AbiWord/help
138cp -rp help/* $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{majorversion}.%{minorversion}/AbiWord/help/
139# some of the help dirs have bad perms (#109261)
140find $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{majorversion}.%{minorversion}/AbiWord/help/ -type d -exec chmod -c o+rx {} \;
141
142# finish up
143mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/
144#cp $RPM_BUILD_DIR/abiword-%{version}/abiword_48.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/abiword_48.png
145
146cd $RPM_BUILD_DIR/abiword-20121011
147mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
148desktop-file-install --vendor fedora --add-category X-Fedora \
149  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
150  --add-category X-Red-Hat-Extra --remove-category X-Red-Hat-Base \
151  --add-category Applications --add-category Office \
152  ./abiword.desktop
153# remove the original one (which has X-Red-Hat-Base)  (#107023)
154%{__rm} -f $RPM_BUILD_ROOT/%{_datadir}/applications/abiword.desktop
155
156%{__install} -p -m 0644 -D %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/mime-info/abiword.mime
157%{__install} -p -m 0644 -D %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mime-info/abiword.keys
158%{__install} -p -m 0644 -D %{SOURCE13} $RPM_BUILD_ROOT%{_datadir}/mime/packages/abiword.xml
159
160# nuke .la files
161%{__rm} -f $RPM_BUILD_ROOT/%{_libdir}/libabiword-%{majorversion}.%{minorversion}.la
162%{__rm} -f $RPM_BUILD_ROOT/%{_libdir}/%{name}-%{majorversion}.%{minorversion}/plugins/*.la
163
164%clean
165%{__rm} -rf $RPM_BUILD_ROOT
166
167%post
168update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
169update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
170
171%postun
172update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
173update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
174
175%files
176%defattr(-,root,root)
177%{_bindir}/abiword
178%{_datadir}/applications/*
179%{_datadir}/mime-info/abiword.mime
180%{_datadir}/mime-info/abiword.keys
181%{_datadir}/mime/packages/abiword.xml
182#%{_datadir}/pixmaps/*.png
183%{_datadir}/icons/hicolor/48x48/apps/abiword.png
184# Abiword help
185%{_datadir}/%{name}-%{majorversion}.%{minorversion}/AbiWord
186%{_mandir}/man1/abiword.1.gz
187# collaboration
188%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.AbiCollab.service
189%{_datadir}/telepathy/clients/AbiCollab.client
190
191
192%files -n libabiword
193%doc $RPM_BUILD_DIR/%{name}-20121011/COPYING $RPM_BUILD_DIR/%{name}-20121011/COPYRIGHT.TXT
194%{_libdir}/girepository-1.0/*.typelib
195%{python_sitearch}/gi/*
196%{_libdir}/libabiword-%{majorversion}.%{minorversion}.so
197%{_libdir}/%{name}-%{majorversion}.%{minorversion}
198%{_datadir}/%{name}-%{majorversion}.%{minorversion}
199# Abiword help - included in GUI app
200%exclude %{_datadir}/%{name}-%{majorversion}.%{minorversion}/AbiWord
201
202%files -n libabiword-devel
203%{_datadir}/gir-1.0/*.gir
204%{_includedir}/%{name}-%{majorversion}.%{minorversion}
205%{_libdir}/pkgconfig/%{name}-%{majorversion}.%{minorversion}.pc
206
207%changelog
208* Mon Feb 27 2012 Tom Callaway <spot@fedoraproject.org> - 1:2.8.6-17
209- fix build against modern glib, libpng
210
211* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.8.6-16
212- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
213
214* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1:2.8.6-15
215- Rebuild for new libpng
216
217* Tue Aug  9 2011 Peter Robinson <pbrobinson@gmail.com> - 1:2.8.6-14
218- rebuild with link-grammar now its back
219
220* Tue Aug  2 2011 Peter Robinson <pbrobinson@gmail.com> - 1:2.8.6-13
221- rebuild for new asio
222- drop obsolete OLPC and ARM includes
223
224* Tue Aug 02 2011 Marc Maurer <uwog@abisource.com> - 1:2.8.6-12
225- Fix a typo in the previous patch
226
227* Tue Aug 02 2011 Marc Maurer <uwog@abisource.com> - 1:2.8.6-11
228- Fix BZ 716005: --no-undefined is a linker flag, not a g++ flag
229
230* Tue Aug 02 2011 Marc Maurer <uwog@abisource.com> - 1:2.8.6-10
231- Mixed up the microversion and the release
232
233* Tue Aug 02 2011 Marc Maurer <uwog@abisource.com> - 1:2.8.6-9
234- Remove link-grammar from the BR and R until it is revived
235
236* Thu May 05 2011 Chris Tyler <chris@tylers.info> - 1:2.8.6-8
237- Excluded asio-devel from ARM builds
238
239* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.8.6-7
240- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
241
242* Thu Dec 30 2010 Peter Robinson <pbrobinson@gmail.com> - 1:2.8.6-6
243- Rebuild for library soname bumps
244
245* Wed Dec  8 2010 Caolán McNamara <caolanm@redhat.com> - 1:2.8.6-5
246- Rebuild for libwpd 0.9
247
248* Wed Dec  8 2010 Peter Robinson <pbrobinson@gmail.com> - 1:2.8.6-4
249- Rebuild for library soname bumps
250
251* Wed Sep 29 2010 jkeating - 1:2.8.6-3
252- Rebuilt for gcc bug 634757
253
254* Wed Sep 22 2010 Peter Robinson <pbrobinson@gmail.com> - 1:2.8.6-2
255- Move abiword gui help from the library to the app. Fixes 578596
256
257* Sat Aug 14 2010 Marc Maurer <uwog@abisource.com> - 1:2.8.6-1
258- New upstream release
259
260* Sat Jun 05 2010 Marc Maurer <uwog@abisource.com> - 1:2.8.5-1
261- New upstream release
262
263* Fri Apr 16 2010 Marc Maurer <uwog@abisource.com> - 1:2.8.4-1
264- New upstream release
265
266* Thu Apr 08 2010 Marc Maurer <uwog@abisource.com> - 1:2.8.3-2
267- Update .desktop patch
268
269* Thu Apr 08 2010 Marc Maurer <uwog@abisource.com> - 1:2.8.3-1
270- New upstream release
271
272* Tue Mar 02 2010 Marc Maurer <uwog@abisource.com> - 1:2.8.2-1
273- New upstream release
274- Package the man page
275
276* Wed Dec 23 2009 Rahul Sundaram <sundaram@fedoraproject.org> -1:2.8.1-4
277- Rebuild again since the wv soname bump was accidental
278- Remove superflous BuildRoot definitions and removals
279
280* Mon Dec 21 2009 Peter Robinson <pbrobinson@gmail.com> - 1:2.8.1-3
281- Rebuild against new libwv
282
283* Sun Nov 01 2009 Marc Maurer <uwog@abisource.com> - 1:2.8.1-2
284- Rebuild
285
286* Sun Nov 01 2009 Marc Maurer <uwog@abisource.com> - 1:2.8.1-1
287- New upstream release
288
289* Tue Sep 01 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.10-2
290- Unconditionally add the dbus-glib-devel BR since the AbiCollab
291  Sugar backend is now always compiled in, even on non-OLPC
292  platforms.
293
294* Sat Aug 29 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.10-1
295- New upstream release
296
297* Mon Aug 24 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.9-2
298- Make abiword depend on libabiword
299
300* Sun Aug 23 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.9-1
301- New upstream version
302
303* Tue Aug 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 1:2.7.8-2
304- drop Req: mathml-fonts (dep moved to gtkmathview)
305
306* Sun Aug 02 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.8-1
307- New upstream version
308
309* Mon Jul 27 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.7-3
310- Rerun autogen.sh after changing the makefiles
311
312* Mon Jul 27 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.7-2
313- Add a patch to work around a templates makefile bug
314
315* Mon Jul 27 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.7-1
316- New upstream release
317- Add --enable-dynamic to configure so plugins link against libabiword.so
318
319* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.7.6-4
320- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
321
322* Sun Jul 05 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.6-3
323- Re-add updated .desktop patch
324
325* Sun Jul 05 2009 Peter Robinson <pbrobinson@gmail.com> - 1:2.7.6-2
326- Remove old patch
327
328* Sun Jul 05 2009 Peter Robinson <pbrobinson@gmail.com> - 1:2.7.6-1
329- New upstream release
330
331* Fri Jun 26 2009 Peter Robinson <pbrobinson@gmail.com> - 1:2.7.5-3
332- Drop old dependencies. Fixes bug 506023
333
334* Sun Jun 21 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.5-2
335- Package unpackaged icon
336
337* Fri Jun 19 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.5-1
338- New upstream release
339
340* Fri Jun 19 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.4-2
341- Add libsoup-devel BR
342- Remove version from asio-devel BR
343- Add libwpg-devel BR
344- Register the .abicollab extension and mimetype
345
346* Thu Jun 11 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.4-1
347- New upstream release
348
349* Mon Mar 09 2009 Marc Maurer <uwog@abisource.com> - 1:2.6.8-2
350- Make g++ 4.4 and rindex friends again
351
352* Mon Mar 09 2009 Marc Maurer <uwog@abisource.com> - 1:2.6.8-1
353- New upstream release
354
355* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.6.6-10
356- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
357
358* Sat Jan 10 2009 Marc Maurer <uwog@abisource.com> - 1:2.6.6-1
359- New upstream release
360
361* Sun Nov 23 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.5-1
362- New upstream release
363
364* Thu Nov 20 2008 Peter Robinson <pbrobinson@gmail.com> - 1:2.6.4-9
365- Remove unused script to drop perl dependency
366
367* Fri Sep 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:2.6.4-8
368- add t1lib-devel to BuildRequires, fixes FTBFS
369
370* Mon Jul 21 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.4-7
371- Fix libabiword-devel requires
372
373* Mon Jul 21 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.4-6
374- Drop explicit libabiword requires
375
376* Mon Jul 21 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.4-5
377- Fix typo in patch name
378
379* Mon Jul 21 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.4-4
380- Merge with the OLPC-3 branch
381
382* Sun Jul 13 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.4-3
383- We don't include ispell_dictionary_list.xml anymore, so no
384  need to ghost it
385
386* Sun Jul 13 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.4-2
387- Update patches to apply without fuzz
388
389* Sun Jul 13 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.4-1
390- New upstream release
391
392* Thu May 01 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.3-1
393- New upstream release
394
395* Sun Apr 06 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.2-1
396- New upstream release
397
398* Sun Apr 06 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.1-1
399- New upstream release
400
401* Sat Mar 29 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.0-6
402- Don't forget to cvs add nextgen.sh
403
404* Sat Mar 29 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.0-5
405- Include nextgen.sh as abiword-plugins it's a proper autoconf project
406- Fix 439396: abiword includes its own dictionary?
407- Don't build libabiword, it's broken; re-enable it when we release
408  abiword 2.8, which generates a proper library
409- Drop aspell-devel BR
410
411* Sat Mar 29 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.0-4
412- Don't forget to reautogen after changing the plugin build system
413
414* Sat Mar 29 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.0-3
415- Fix 439395: apply patch to remove any runtime dependency on boost
416
417* Fri Mar 28 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.0-2
418- Add BigEndian32.american.hash that was missing from the disted
419  abiword-extras tarball
420
421* Tue Mar 25 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.0-1
422- New upstream release
423- Split off an experimental devel package
424
425* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:2.4.6-8
426- Autorebuild for GCC 4.3
427
428* Tue Jan 29 2008 Michel Salim <michel.sylvan@gmail.com> - 1:2.4.6-7
429- Update license field
430- Remove build deps on g++ and libstdc++ (in minimum build environment)
431- Remove .cvsignore files from installed doc; fix abw2html.pl permission
432- Add support for goffice-0.6 when building on Fedora 9 and above
433- Fix for F9 glibc lacking TRUE and FALSE
434
435* Tue Sep 04 2007 Lubomir Kundrak <lkundrak@redhat.com> - 1:2.4.6-6.fc7
436- Fix 248103
437
438* Fri Apr 06 2007 Marc Maurer <uwog@abisource.com> - 1:2.4.6-5.fc7
439- Rebuild
440
441* Fri Apr 06 2007 Marc Maurer <uwog@abisource.com> - 1:2.4.6-4.fc7
442- Fix 234765
443
444* Tue Feb 20 2007 Marc Maurer <uwog@abisource.com> - 1:2.4.6-3.fc7
445- Fix 181799
446
447* Fri Feb 02 2007 Marc Maurer <uwog@abisource.com> - 1:2.4.6-2.fc7
448- Rebuild
449
450* Sun Nov 05 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.6-1.fc7
451- Update to 2.4.6
452
453* Thu Oct 12 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.5-4.fc6
454- Fix bug 207294
455
456* Mon Sep 11 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.5-3.fc6
457- Rebuild for FC6
458
459* Sat Jul 22 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.5-2.fc6
460- Fix http://bugzilla.abisource.com/show_bug.cgi?id=10229
461
462* Sun Jul 09 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.5-1.fc6
463- Update to 2.4.5
464- Fix bug 196690 - abiword fails to build in mock with minimal
465  build environment
466- Drop the document build patch
467
468* Tue Apr 13 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.4-2.fc6
469- Fix documentation generation
470- Fix charting support
471
472* Tue Apr 11 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.4-1.fc6
473- New upstream version
474- Remove the macro patch and update the desktop patch
475
476* Wed Mar 29 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-8.fc6
477- Rebuild
478
479* Wed Mar 08 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-7.fc5
480- Disable the collaboration plugin; it is not working in 2.4.x
481
482* Thu Feb 16 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-6.fc5
483- Rebuild for Fedora Extras 5
484
485* Sun Feb 05 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-5.fc5
486- bug 171926
487
488* Sat Jan 21 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-4.fc5
489- Disable the PDF plugin for now, as poppler doesn't ship the xpdf
490  headers anymore
491
492* Sat Jan 14 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-3.fc5
493- Remove redundant requires - bug 177305
494
495* Thu Jan 05 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-2.fc5
496- Bump release, forgot to add desktop patch
497
498* Mon Jan 02 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-1.fc5
499- Update to 2.4.2
500- Add BuildRequires readline-devel for the AbiCommand plugin
501- Add BuildRequires bzip2-devel and poppler-devel for plugins
502- Update desktop patch
503- Patch to fix plugin marcros
504
505* Wed Nov 09 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-4.fc5
506- Fix bug 171928
507
508* Sun Oct 23 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-3.fc5
509- Fix bug 161832: "Abiword is not loading certain modules"
510- Add libgsf dependecy, which was needed all along
511- Disable the collaboration plugin, it is not for general use at all
512
513* Tue Oct 11 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-2
514- Use %%{?dist} in the release name
515
516* Sun Oct 9 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-1
517- Update to 2.4.1
518
519* Mon Oct 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.0-1
520- Require mathml-fonts
521- Don't rerun autogen.sh, no need anymore
522- Update gtkmathview dependency to 0.7.5
523- Update to 2.4.0
524
525* Mon Sep 26 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.99-2
526- Fix gtkmathview BuildRequires
527
528* Thu Sep 22 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.99-1
529- Update to 2.3.99
530
531* Sat Sep 10 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.6-1
532- Update to 2.3.6
533- Drop the pango patch
534
535* Sat Sep 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.5-3
536- Rebuild
537
538* Sat Sep 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.5-2
539- Enable the abimathview plugin
540
541* Sun Aug 21 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.5-1
542- Update to 2.3.5
543
544* Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-4
545- Update the pango patch to disable more pango code
546
547* Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-3
548- Fix the build after applying the pango disabling patch by
549  rerunning autogen.sh
550
551* Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-2
552- Disable the experimental pango renderer
553
554* Thu Aug 17 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-1
555- Update to 2.3.4
556- Add link-grammar dependency
557
558* Thu Jul 28 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.9-1
559- Update to 2.2.9
560- Drop the mailmerge patch again
561
562* Sun Jun 6 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.8-2
563- Fix build with mailmerge patch
564
565* Sun Jun 6 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.8-1
566- Update to 2.2.8
567
568* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1:2.2.7-2
569- rebuild on all arches
570
571* Mon Apr 4 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.7-1
572- Because we love brown paper bag releases
573
574* Sun Apr 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.6-1
575- Drop the gcc4, wvread, virtdestr and pt64 patches
576- Update the desktop patch
577
578* Fri Mar 15 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.5-3
579- Fix 64bit build
580- Add virtual destructors to classes with virtual functions
581
582* Fri Mar 14 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.5-2
583- Remove the --disable-magick plugin switch
584- disable GDA support until the plugin is ported to gnomedb 1.2.x
585- Change the download location from SF to http://www.abisource.com/
586- patch libole2
587- fix read as a macro in new glibc
588
589* Fri Mar  2 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.5-1
590- bump to latest stable
591- drop integrated dashboard patch again
592- some gcc4 fixes
593
594* Wed Feb 23 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.4-2
595- rh#149447# dashboard spam revisited
596
597* Tue Feb 22 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.4-1
598- bump to latest stable version
599- drop integrated nautilus depend patch
600- drop integrated libwpd depend patch
601
602* Fri Feb 11 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.3-4
603- upgrade to libwpd-0.8 and incoroprate necessary changeover patches
604
605* Mon Feb 7 2005 Matthias Clasen <mclasen@redhat.com> - 1:2.2.3-3
606- rebuild
607
608* Mon Feb 2 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.3-2
609- remove unneccessary nautilus dependency
610
611* Mon Jan 17 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.3-1
612- bump to new version
613- drop integrated silenceabidash patch
614
615* Fri Jan 14 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.2-4
616- RH#145085# annoying cluepacket message on stdout/stderr
617
618* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> - 1:2.2.2-3
619- Rebuilt for new readline.
620
621* Tue Jan 11 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.2-2
622- RH#143368# use enchant as spellchecker
623
624* Mon Dec 13 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.2-1
625- bump to new version
626
627* Mon Dec 6 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.1-1
628- bump to new version
629- geometry patch upstreamed
630- security patch upstreamed
631- removeoledecod patch upstreamed
632- regenerate desktop patch
633
634* Mon Nov 22 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.0-2
635- #abi7961# remove tempnam usages
636
637* Mon Nov 22 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.0-1
638- bump to latest major stable version
639- #rh140321# sanity check geometry
640
641* Tue Nov  9 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.0.14-1
642- bump to latest stable version
643
644* Mon Nov  8 2004 Jeremy Katz <katzj@redhat.com> - 1:2.0.12-4
645- rebuild for python 2.4
646
647* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 1:2.0.12-3
648- Change to PreReq instead of Requires(post), up to 0.9
649
650* Thu Sep 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.12-2
651- Better Requires desktop-file-utils
652
653* Wed Sep 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.12-1
654- update to new abiword, + change norwegian wordprocessor translation
655
656* Tue Sep 14 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.11-3
657- #132389# Add more abiword supported mime types to abiword.desktop
658
659* Mon Sep 6 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.11-2
660- merge abiword.keys into abiword.desktop
661
662* Fri Aug 27 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.11-1
663- 2.0.11
664
665* Tue Aug 10 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.10-2
666- use libgnomedb
667
668* Tue Aug 10 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.10-1
669- 2.0.10
670- use aiksaurus
671
672* Tue Aug 2 2004 Matthias Clasen <mclasen@redhat.com> 1:2.0.9-4
673- rebuilt
674
675* Thu Jul 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.9-3
676- #126012# some desktop translations
677
678* Wed Jul 28 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.9-2
679- #128004# fix irritating windows looking filenames for generated pngs
680
681* Fri Jul 16 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.9-1
682- 2.0.9, new version with security fix
683
684* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
685- rebuilt
686
687* Thu May 20 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.6-1
688- 2.0.7, new version + gcc34 fixes
689
690* Wed Apr 28 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.6-1
691- 2.0.6, 64bit changes made upstream
692
693* Sat Mar 13 2004 Jeremy Katz <> 1:2.0.5-1
694- 2.0.5
695
696* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
697- rebuilt
698
699* Thu Feb 19 2004 Jeremy Katz <katzj@redhat.com> - 1:2.0.3-3
700- rebuild for newer libots and libwpd
701- fix verify as non-root (#109261)
702- add wpd files to abiword.keys (#114907)
703
704* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
705- rebuilt
706
707* Thu Jan 29 2004 Jeremy Katz <katzj@redhat.com> - 1:2.0.3-1
708- 2.0.3 (fixes build against gtk+ 2.3 and lets us rebuild to fix libcroco dep)
709
710* Wed Dec 17 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.2-2
711- rebuild for new libwpd
712
713* Sun Nov 30 2003 Jeremy Katz <katzj@redhat.com>
714- and librsvg2-devel (#111222)
715
716* Fri Nov 28 2003 Jeremy Katz <katzj@redhat.com>
717- buildrequire libgnomeui-devel (#111164)
718
719* Tue Oct 28 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.1-1
720- 2.0.1
721- really remove duplicate desktop file
722
723* Tue Oct 21 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-6
724- make the docs with the just built abiword so that we don't have to
725  have abiword installed to build the docs (#107279)
726
727* Tue Oct 21 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-5
728- fix linkage to glib 1.2 in hancom plugin (#106033)
729
730* Sun Oct 19 2003 Florian La Roche <Florian.LaRoche@redhat.de>
731- add %%clean specfile target
732
733* Tue Oct 14 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-4
734- remove duplicate desktop file (#107023)
735
736* Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-3
737- include the help
738- show the clipart (#104577)
739
740* Mon Sep 15 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-2
741- rebuild with newer libwpd and libots to get those plugins
742
743* Sun Sep 14 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-1
744- 2.0.0
745
746* Thu Sep  4 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.6-1
747- 1.99.6
748
749* Mon Aug 25 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.5-1
750- 1.99.5
751
752* Tue Aug  5 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.3-1
753- 1.99.3
754- put icon in the right place (#101646)
755- fix some 64bit casting issues
756- disable ots plugin for now, doesn't seem to build with ots 0.4.0 :/
757- disable -pedantic -ansi so that it will build
758
759* Mon Jul 14 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.2-2
760- ugly hack to deal with libtool silliness on x86_64
761
762* Fri Jul 11 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.2-1
763- 1.99.2
764- add buildrequires to make sure the ots and wp plugins get built
765- no longer needs libgal2, remove buildrequires
766
767* Mon Jun 16 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.1-1
768- 1.99.1
769
770* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
771- rebuilt
772
773* Mon May 26 2003 Jeremy Katz <katzj@redhat.com> 1:1.9.1-3
774- rebuild for new libgal2
775
776* Mon May 19 2003 Jeremy Katz <katzj@redhat.com> 1:1.9.1-2
777- tweak plugins build
778
779* Mon May 12 2003 Jeremy Katz <katzj@redhat.com> 1:1.9.1-0.2
780- 1.9.1
781- drop old patches, switch to using autoconf based build system instead
782  of diving makefiles
783- build with gnome support
784- build with plugins
785- add patch to build on AMD64
786
787* Mon Apr 28 2003 Tim Powers <timp@redhat.com> 1:1.0.5-2
788- rebuild to fix broken libpspell dep
789
790* Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 1:1.0.5-1
791- 1.0.5
792
793* Mon Feb 10 2003 Jeremy Katz <katzj@redhat.com> 1:1.0.4-2
794- fix for abiword starting off the screen (#82425)
795
796* Thu Jan 23 2003 Jeremy Katz <katzj@redhat.com> 1:1.0.4-1
797- 1.0.4
798
799* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
800- rebuilt
801
802* Sun Dec 29 2002 Jeremy Katz <katzj@redhat.com> 1:1.0.3-2
803- make it build on x86_64
804
805* Sun Dec 29 2002 Jeremy Katz <katzj@redhat.com> 1:1.0.3-1
806- 1.0.3 (#80560)
807- set umask before running mkfontdir in %%post
808- patch AbiWord script to convert utf8 locales into non-utf8 variants (#72633)
809
810* Mon Dec 02 2002 Elliot Lee <sopwith@redhat.com> 1.0.2-7
811- Fix doc lines
812- Fix multilib
813
814* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 1.0.2-6
815- rebuilt with gcc-3.2 (we hope)
816
817* Sat Aug 10 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-5
818- fix help index symlink (#71219)
819
820* Thu Aug  1 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-4
821- add abiword binary symlink for upstream compatibility (#70267)
822
823* Mon Jul 22 2002 Tim Powers <timp@redhat.com> 1.0.2-3
824- rebuild using gcc-3.2-0.1
825
826* Thu Jul 18 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-2
827- use included desktop file (#64447)
828- use desktop-file-install
829
830* Wed Jun 26 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-1
831- 1.0.2
832- disable perl module build since we weren't including it anyway
833
834* Wed May 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.1-1
835- 1.0.1
836
837* Sun Apr 14 2002 Jeremy Katz <katzj@redhat.com> 0.99.5-1
838- zh_CN and zh_TW fonts.dir were flipped
839- update to 0.99.5 as it fixes some major bugs
840- define ABI_BUILD_VERSION so the about screen gives us a version
841
842* Mon Apr  8 2002 Bennhard Rosenkraenzer <bero@redhat.com> 0.99.4-2
843- 1st try at fixing up CJK (#61590)
844- #if 0'ify font warning dialog (#62909, #64556)
845
846* Tue Apr  2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.99.4-1
847- Update to 0.99.4, fixes #61153
848- Fix #61344
849- Nuke the warning about being unable to add anything to font path,
850  that's not how xfs works.
851
852* Thu Feb 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.99.2-1
853- 0.99.2
854- remove blank lines in fonts.dir
855
856* Thu Jan 31 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.99.1-1
857- 0.99.1
858
859* Wed Jan 30 2002 Alex Larsson <alexl@redhat.com> 0.9.5-3
860- Added patch to use libpng10
861- Added patch to fix perl build problems.
862
863* Fri Nov 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.9.5-1
864- 0.9.5
865
866* Tue Oct 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.9.4.1-1
867- Update to 0.9.4.1 (RFE #54806)
868- Add URL (RFE #54590)
869
870* Thu Jul 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-7
871- Fix uninstall (#49350)
872
873* Sat Jul  7 2001 Tim Powers <timp@redhat.com>
874- rebuilt so that dirs aren't sgid root
875
876* Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-5
877- Add build requirements (#45157)
878
879* Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-4
880- Remove CVS admin files from documentation (#44916)
881
882* Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
883- add s390x patch from <oliver.paukstadt@millenux.com>
884
885* Sat Jun 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
886- add s390 patch from Helge Deller
887
888* Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-1
889- Update to 0.7.14
890
891* Tue Feb 27 2001 Bernhard Rosenkraenzer <bero@redhat.com>
892- Handle MIME type stuff (Bug #27530)
893- Add BuildPrereqs for some of the less common stuff AbiWord uses
894  (gal-devel, gnome-print-devel, libunicode-devel)
895
896* Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
897- 0.7.13
898
899* Mon Jan 15 2001 Than Ngo <than@redhat.com>
900- fixed broken code for building
901
902* Fri Dec 29 2000 Matt Wilson <msw@redhat.com>
903- 0.7.12
904- copy fonts.dir to fonts.scale so mkfontdir doesn't blow it away
905
906* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
907- Rebuild to get rid of 0777 dirs
908
909* Fri Nov 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
910- 0.7.11
911
912* Sun Aug 20 2000 Preston Brown <pbrown@redhat.com>
913- fix path to chkfontpath, it was wrong.
914
915* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
916- Up Epoch and release
917
918* Mon Aug  7 2000 Jakub Jelinek <jakub@redhat.com>
919- Don't ship AbiWord_s if we have AbiWord_d
920- Register AbiWord's fontpath with xfs
921
922* Wed Aug  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
923- Rebuild with new libpng. This fixes Bug #13707 - gotta love it when they
924  change the ABI without increasing the soname!
925- fix tooltip (Bug #14711)
926- move binaries from /usr/share to /usr/lib
927
928* Wed Jul 12 2000 Jakub Jelinek <jakub@redhat.com>
929- Fix build on ia64.
930
931* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
932- automatic rebuild
933
934* Tue Jul  4 2000 Jakub Jelinek <jakub@redhat.com>
935- Rebuild with new gcc.
936
937* Sat Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
938- Fix build on ia64
939
940* Fri Jun 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
941- 0.7.10
942- update download location
943
944* Fri Jun  9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
945- initial build for main CD
946- clean up specfile
947- fix build with gcc 2.96 and glibc 2.2
948- exclude ia64 for now
949
950* Wed May  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
951- 0.7.9
952
953* Wed Feb  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
954- 0.7.8
955- move the desktop file to /etc/X11/applnk so it can be used in both
956  GNOME and KDE
957- fix up handling of RPM_OPT_FLAGS
958
959* Thu Jan 20 2000 Tim Powers <timp@redhat.com>
960- bzipped source to conserve space.
961
962* Sun Jan  9 2000 Matt Wilson <msw@redhat.com>
963- enable GNOME, remove perl hack to do RPM_OPT_FLAGS
964- added libpng requirement.  0.7.7 requires 1.0.5 libpng ABI
965
966* Tue Jan  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
967- 0.7.7
968- handle RPM_OPT_FLAGS
969
970* Mon Nov 15 1999 Tim Powers <timp@redhat.com>
971- first build for inclusion into Powertools.
972- some things in this spec file are from the abisuite-0.7.5-1mdk package