9d8130a
%define majorversion 2
967c393
%define minorversion 8
J.M. Maurer 6114cf0
%define microversion 6
9d8130a
a61c94b
%define olpc_build 0
a61c94b
4a03381
Summary: The AbiWord word processor
4a03381
Name: abiword
a61c94b
Version: %{majorversion}.%{minorversion}.%{microversion}
ddf4d7a
Release: 7%{?dist}
4a03381
Epoch: 1
4a03381
Group: Applications/Editors
25c487b
License: GPLv2+
9d8130a
Source0: http://abisource.com/downloads/abiword/%{version}/source/abiword-%{version}.tar.gz
89cda70
Source1: http://abisource.com/downloads/abiword/%{version}/source/abiword-docs-%{version}.tar.gz
4a03381
Source11: abiword.mime
e927801
Source12: abiword.keys
e927801
Source13: abiword.xml
a61c94b
URL: http://www.abisource.com/
c704fb5
Requires: libabiword = %{epoch}:%{version}-%{release}
a61c94b
a61c94b
%description
a61c94b
AbiWord is a cross-platform Open Source word processor. It is full-featured,
a61c94b
while still remaining lean.
a61c94b
a61c94b
%package -n libabiword
a61c94b
Summary: Library for developing applications based on AbiWord's core
a61c94b
Group: System Environment/Libraries
a61c94b
Patch0: abiword-2.6.0-windowshelppaths.patch
5f6d095
Patch1: abiword-2.8.3-desktop.patch
a61c94b
Patch2: abiword-2.6.0-boolean.patch
a61c94b
Patch3: abiword-plugins-2.6.0-boolean.patch
a61c94b
%if %{olpc_build}
a61c94b
Patch100: abiword-2.6.4-defaultfont.patch
a61c94b
Patch101: abiword-2.6.4-draghandles.patch
a61c94b
Patch102: abiword-2.6.4-nohtmloptions.patch
a61c94b
%endif
5efc495
Patch103: abiword-2.8.6-libwpd.patch
a61c94b
a61c94b
BuildRequires: autoconf, libtool
5e5a22c
BuildRequires: desktop-file-utils
9d8130a
BuildRequires: fribidi-devel, enchant-devel, wv-devel
a61c94b
BuildRequires: zlib-devel, popt-devel, libpng-devel
17aa739
BuildRequires: gtk2-devel, libgsf-devel
333d635
BuildRequires: boost-devel, t1lib-devel
a61c94b
BuildRequires: dbus-glib-devel >= 0.70
5cbce5f
%if !%{olpc_build}
a61c94b
Requires: link-grammar >= 4.2.2
2271228
BuildRequires: readline-devel
2271228
BuildRequires: bzip2-devel
2271228
BuildRequires: poppler-devel >= 0.4.0
4a03381
BuildRequires: ots-devel >= 0.4.2
5efc495
BuildRequires: libwpd-devel >= 0.9.0
d5d0687
BuildRequires: libwpg-devel
4a03381
BuildRequires: librsvg2-devel
4a03381
BuildRequires: libwmf-devel
9d8130a
BuildRequires: aiksaurus-devel, aiksaurus-gtk-devel
5ec9c40
BuildRequires: link-grammar-devel >= 4.2.2
9d8130a
BuildRequires: gtkmathview-devel >= 0.7.5, flex, bison
9d8130a
BuildRequires: loudmouth-devel
d5d0687
BuildRequires: asio-devel
d5d0687
BuildRequires: libsoup-devel
9d8130a
%endif
4a03381
dc0cbd1
%description -n libabiword
a61c94b
Library for developing applications based on AbiWord's core.
4a03381
a61c94b
%package -n libabiword-devel
a61c94b
Summary: Files for developing with libabiword
a61c94b
Group: Development/Libraries
4393742
Requires: libabiword = %{epoch}:%{version}-%{release}
4a03381
a61c94b
%description -n libabiword-devel
a61c94b
Includes and definitions for developing with libabiword.
9d8130a
4a03381
%prep
9d8130a
# setup abiword
9d8130a
%setup -q
89cda70
89cda70
# patch abiword
73b1a7b
%patch1 -p1 -b .desktop
5e5a22c
%if 0%{?fedora} >= 9
9d8130a
%patch2 -p1 -b .boolean
5e5a22c
%endif
a61c94b
%if %{olpc_build}
a61c94b
%patch100 -p1 -b .defaultfont
a61c94b
%patch101 -p1 -b .draghandles
a61c94b
%patch102 -p1 -b .nohtmloptions
a61c94b
%endif
5efc495
%patch103 -p0 -b .libwpd
9d8130a
89cda70
# patch abiword plugins
89cda70
#%patch3 -p1 -b .boolean
9d8130a
9d8130a
# setup abiword documentation
89cda70
%setup -q -T -b 1 -n abiword-docs-%{version}
9d8130a
%patch0 -p1 -b .windowshelppaths
9d8130a
4a03381
%build
a61c94b
# build libabiword and abiword
9d8130a
cd $RPM_BUILD_DIR/abiword-%{version}
a61c94b
%if %{olpc_build}
a125a9a
%configure --disable-static --enable-dynamic --disable-gnomevfs --disable-gucharmap --disable-printing --enable-plugins="loadbindings collab" --enable-collab-backend-sugar
a61c94b
%else
a125a9a
%configure --disable-static --enable-dynamic --enable-plugins --enable-clipart --enable-templates
a61c94b
%endif
e927801
%{__make} %{?_smp_mflags}
9d8130a
9d8130a
# build the documentation
9d8130a
cd $RPM_BUILD_DIR/abiword-docs-%{version}
89cda70
ABI_DOC_PROG=$(pwd)/../%{name}-%{version}/src/abiword ./make-html.sh
4a03381
4a03381
%install
9d8130a
9d8130a
# install abiword
9d8130a
cd $RPM_BUILD_DIR/abiword-%{version}
e927801
%{__make} install DESTDIR=$RPM_BUILD_ROOT
9d8130a
9d8130a
# install the documentation
9d8130a
cd $RPM_BUILD_DIR/abiword-docs-%{version}
9d8130a
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{majorversion}.%{minorversion}/AbiWord/help
9d8130a
cp -rp help/* $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{majorversion}.%{minorversion}/AbiWord/help/
4a03381
# some of the help dirs have bad perms (#109261)
9d8130a
find $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{majorversion}.%{minorversion}/AbiWord/help/ -type d -exec chmod -c o+rx {} \;
4a03381
9d8130a
# finish up
4a03381
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/
89cda70
cp $RPM_BUILD_DIR/abiword-%{version}/abiword_48.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/abiword_48.png
4a03381
9d8130a
cd $RPM_BUILD_DIR/abiword-%{version}
4a03381
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
ef3e0f2
desktop-file-install --vendor fedora --add-category X-Fedora \
4a03381
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
4a03381
  --add-category X-Red-Hat-Extra --remove-category X-Red-Hat-Base \
4a03381
  --add-category Applications --add-category Office \
4a03381
  ./abiword.desktop
4a03381
# remove the original one (which has X-Red-Hat-Base)  (#107023)
e927801
%{__rm} -f $RPM_BUILD_ROOT/%{_datadir}/applications/abiword.desktop
4a03381
e927801
%{__install} -p -m 0644 -D %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/mime-info/abiword.mime
e927801
%{__install} -p -m 0644 -D %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mime-info/abiword.keys
e927801
%{__install} -p -m 0644 -D %{SOURCE13} $RPM_BUILD_ROOT%{_datadir}/mime/packages/abiword.xml
4a03381
4a03381
# nuke .la files
e927801
%{__rm} -f $RPM_BUILD_ROOT/%{_libdir}/libabiword-%{majorversion}.%{minorversion}.la
e927801
%{__rm} -f $RPM_BUILD_ROOT/%{_libdir}/%{name}-%{majorversion}.%{minorversion}/plugins/*.la
4a03381
4a03381
%clean
e927801
%{__rm} -rf $RPM_BUILD_ROOT
4a03381
4a03381
%post
e927801
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
e927801
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
4a03381
4a03381
%postun
e927801
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
e927801
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
4a03381
4a03381
%files
4a03381
%defattr(-,root,root)
4a03381
%{_bindir}/abiword
4a03381
%{_datadir}/applications/*
e927801
%{_datadir}/mime-info/abiword.mime
e927801
%{_datadir}/mime-info/abiword.keys
e927801
%{_datadir}/mime/packages/abiword.xml
1ec15cb
%{_datadir}/pixmaps/*.png
1ec15cb
%{_datadir}/icons/*.png
6fe85e5
# Abiword help
6fe85e5
%{_datadir}/%{name}-%{majorversion}.%{minorversion}/AbiWord
eeb9351
%{_mandir}/man1/abiword.1.gz
a61c94b
a61c94b
%files -n libabiword
89cda70
%doc $RPM_BUILD_DIR/%{name}-%{version}/COPYING $RPM_BUILD_DIR/%{name}-%{version}/COPYRIGHT.TXT
a61c94b
%{_libdir}/libabiword-%{majorversion}.%{minorversion}.so
a61c94b
%{_libdir}/%{name}-%{majorversion}.%{minorversion}
a61c94b
%{_datadir}/%{name}-%{majorversion}.%{minorversion}
6fe85e5
# Abiword help - included in GUI app
6fe85e5
%exclude %{_datadir}/%{name}-%{majorversion}.%{minorversion}/AbiWord
a61c94b
a61c94b
%files -n libabiword-devel
a61c94b
%{_includedir}/%{name}-%{majorversion}.%{minorversion}
a61c94b
%{_libdir}/pkgconfig/%{name}-%{majorversion}.%{minorversion}.pc
9d8130a
4a03381
%changelog
ddf4d7a
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.8.6-7
ddf4d7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ddf4d7a
e135ebd
* Thu Dec 30 2010 Peter Robinson <pbrobinson@gmail.com> - 1:2.8.6-6
e135ebd
- Rebuild for library soname bumps
e135ebd
5efc495
* Wed Dec  8 2010 Caolán McNamara <caolanm@redhat.com> - 1:2.8.6-5
5efc495
- Rebuild for libwpd 0.9
5efc495
027ebc4
* Wed Dec  8 2010 Peter Robinson <pbrobinson@gmail.com> - 1:2.8.6-4
027ebc4
- Rebuild for library soname bumps
027ebc4
Jesse Keating 1a555ca
* Wed Sep 29 2010 jkeating - 1:2.8.6-3
Jesse Keating 1a555ca
- Rebuilt for gcc bug 634757
Jesse Keating 1a555ca
6fe85e5
* Wed Sep 22 2010 Peter Robinson <pbrobinson@gmail.com> - 1:2.8.6-2
6fe85e5
- Move abiword gui help from the library to the app. Fixes 578596
6fe85e5
J.M. Maurer 6114cf0
* Sat Aug 14 2010 Marc Maurer <uwog@abisource.com> - 1:2.8.6-1
J.M. Maurer 6114cf0
- New upstream release
J.M. Maurer 6114cf0
e840716
* Sat Jun 05 2010 Marc Maurer <uwog@abisource.com> - 1:2.8.5-1
J.M. Maurer 6114cf0
- New upstream release
e840716
87c5b3c
* Fri Apr 16 2010 Marc Maurer <uwog@abisource.com> - 1:2.8.4-1
J.M. Maurer 6114cf0
- New upstream release
87c5b3c
5f6d095
* Thu Apr 08 2010 Marc Maurer <uwog@abisource.com> - 1:2.8.3-2
5f6d095
- Update .desktop patch
5f6d095
724b479
* Thu Apr 08 2010 Marc Maurer <uwog@abisource.com> - 1:2.8.3-1
724b479
- New upstream release
724b479
eeb9351
* Tue Mar 02 2010 Marc Maurer <uwog@abisource.com> - 1:2.8.2-1
eeb9351
- New upstream release
eeb9351
- Package the man page
eeb9351
0c2c45c
* Wed Dec 23 2009 Rahul Sundaram <sundaram@fedoraproject.org> -1:2.8.1-4
0c2c45c
- Rebuild again since the wv soname bump was accidental
0c2c45c
- Remove superflous BuildRoot definitions and removals
0c2c45c
4e300f0
* Mon Dec 21 2009 Peter Robinson <pbrobinson@gmail.com> - 1:2.8.1-3
4e300f0
- Rebuild against new libwv
4e300f0
021e5f0
* Sun Nov 01 2009 Marc Maurer <uwog@abisource.com> - 1:2.8.1-2
021e5f0
- Rebuild
021e5f0
967c393
* Sun Nov 01 2009 Marc Maurer <uwog@abisource.com> - 1:2.8.1-1
967c393
- New upstream release
967c393
5cbce5f
* Tue Sep 01 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.10-2
5cbce5f
- Unconditionally add the dbus-glib-devel BR since the AbiCollab
5cbce5f
  Sugar backend is now always compiled in, even on non-OLPC
5cbce5f
  platforms.
5cbce5f
6cb919a
* Sat Aug 29 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.10-1
6cb919a
- New upstream release
6cb919a
c704fb5
* Mon Aug 24 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.9-2
c704fb5
- Make abiword depend on libabiword
c704fb5
8d44335
* Sun Aug 23 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.9-1
8d44335
- New upstream version
8d44335
bae587e
* Tue Aug 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 1:2.7.8-2
bae587e
- drop Req: mathml-fonts (dep moved to gtkmathview)
bae587e
81ec847
* Sun Aug 02 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.8-1
81ec847
- New upstream version
81ec847
81ec847
* Mon Jul 27 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.7-3
81ec847
- Rerun autogen.sh after changing the makefiles
81ec847
5f15092
* Mon Jul 27 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.7-2
5f15092
- Add a patch to work around a templates makefile bug
5f15092
a125a9a
* Mon Jul 27 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.7-1
a125a9a
- New upstream release
a125a9a
- Add --enable-dynamic to configure so plugins link against libabiword.so
a125a9a
1321f50
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.7.6-4
1321f50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1321f50
73b1a7b
* Sun Jul 05 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.6-3
73b1a7b
- Re-add updated .desktop patch
1ec15cb
9cfd0e0
* Sun Jul 05 2009 Peter Robinson <pbrobinson@gmail.com> - 1:2.7.6-2
9cfd0e0
- Remove old patch
9cfd0e0
812f270
* Sun Jul 05 2009 Peter Robinson <pbrobinson@gmail.com> - 1:2.7.6-1
812f270
- New upstream release
812f270
17aa739
* Fri Jun 26 2009 Peter Robinson <pbrobinson@gmail.com> - 1:2.7.5-3
17aa739
- Drop old dependencies. Fixes bug 506023
17aa739
1ec15cb
* Sun Jun 21 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.5-2
1ec15cb
- Package unpackaged icon
1ec15cb
e5fb93b
* Fri Jun 19 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.5-1
e5fb93b
- New upstream release
e5fb93b
d5d0687
* Fri Jun 19 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.4-2
d5d0687
- Add libsoup-devel BR
d5d0687
- Remove version from asio-devel BR
d5d0687
- Add libwpg-devel BR
d5d0687
- Register the .abicollab extension and mimetype
d5d0687
89cda70
* Thu Jun 11 2009 Marc Maurer <uwog@abisource.com> - 1:2.7.4-1
89cda70
- New upstream release
89cda70
ba48867
* Mon Mar 09 2009 Marc Maurer <uwog@abisource.com> - 1:2.6.8-2
ba48867
- Make g++ 4.4 and rindex friends again
ba48867
f11c423
* Mon Mar 09 2009 Marc Maurer <uwog@abisource.com> - 1:2.6.8-1
f11c423
- New upstream release
f11c423
c4fdac1
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.6.6-10
c4fdac1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c4fdac1
c71b626
* Sat Jan 10 2009 Marc Maurer <uwog@abisource.com> - 1:2.6.6-1
c71b626
- New upstream release
c71b626
b3b14fd
* Sun Nov 23 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.5-1
b3b14fd
- New upstream release
b3b14fd
e9913f3
* Thu Nov 20 2008 Peter Robinson <pbrobinson@gmail.com> - 1:2.6.4-9
e9913f3
- Remove unused script to drop perl dependency
e9913f3
333d635
* Fri Sep 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:2.6.4-8
333d635
- add t1lib-devel to BuildRequires, fixes FTBFS
333d635
4393742
* Mon Jul 21 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.4-7
4393742
- Fix libabiword-devel requires
4393742
1f85e1a
* Mon Jul 21 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.4-6
1f85e1a
- Drop explicit libabiword requires
1f85e1a
8bb221d
* Mon Jul 21 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.4-5
8bb221d
- Fix typo in patch name
8bb221d
a61c94b
* Mon Jul 21 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.4-4
a61c94b
- Merge with the OLPC-3 branch
a61c94b
da037d8
* Sun Jul 13 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.4-3
da037d8
- We don't include ispell_dictionary_list.xml anymore, so no
da037d8
  need to ghost it
da037d8
9f1a973
* Sun Jul 13 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.4-2
9f1a973
- Update patches to apply without fuzz
9f1a973
dcbbdb4
* Sun Jul 13 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.4-1
dcbbdb4
- New upstream release
dcbbdb4
07fb28a
* Thu May 01 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.3-1
07fb28a
- New upstream release
07fb28a
36aa535
* Sun Apr 06 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.2-1
36aa535
- New upstream release
36aa535
22d98f7
* Sun Apr 06 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.1-1
22d98f7
- New upstream release
22d98f7
b9219a3
* Sat Mar 29 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.0-6
b9219a3
- Don't forget to cvs add nextgen.sh
b9219a3
d91ebbf
* Sat Mar 29 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.0-5
d91ebbf
- Include nextgen.sh as abiword-plugins it's a proper autoconf project
d91ebbf
- Fix 439396: abiword includes its own dictionary?
d91ebbf
- Don't build libabiword, it's broken; re-enable it when we release
d91ebbf
  abiword 2.8, which generates a proper library
d91ebbf
- Drop aspell-devel BR
d91ebbf
1d7ae49
* Sat Mar 29 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.0-4
1d7ae49
- Don't forget to reautogen after changing the plugin build system
1d7ae49
28ee92a
* Sat Mar 29 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.0-3
34b6398
- Fix 439395: apply patch to remove any runtime dependency on boost
34b6398
ffda7f2
* Fri Mar 28 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.0-2
ffda7f2
- Add BigEndian32.american.hash that was missing from the disted
ffda7f2
  abiword-extras tarball
ffda7f2
9d8130a
* Tue Mar 25 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.0-1
9d8130a
- New upstream release
9d8130a
- Split off an experimental devel package
9d8130a
5124920
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:2.4.6-8
5124920
- Autorebuild for GCC 4.3
5124920
405572b
* Tue Jan 29 2008 Michel Salim <michel.sylvan@gmail.com> - 1:2.4.6-7
25c487b
- Update license field
25c487b
- Remove build deps on g++ and libstdc++ (in minimum build environment)
405572b
- Remove .cvsignore files from installed doc; fix abw2html.pl permission
68f9dc5
- Add support for goffice-0.6 when building on Fedora 9 and above
405572b
- Fix for F9 glibc lacking TRUE and FALSE
25c487b
81d9ed7
* Tue Sep 04 2007 Lubomir Kundrak <lkundrak@redhat.com> - 1:2.4.6-6.fc7
81d9ed7
- Fix 248103
81d9ed7
f745335
* Fri Apr 06 2007 Marc Maurer <uwog@abisource.com> - 1:2.4.6-5.fc7
f745335
- Rebuild
f745335
8a4e4a1
* Fri Apr 06 2007 Marc Maurer <uwog@abisource.com> - 1:2.4.6-4.fc7
8a4e4a1
- Fix 234765
8a4e4a1
ac5c495
* Tue Feb 20 2007 Marc Maurer <uwog@abisource.com> - 1:2.4.6-3.fc7
ac5c495
- Fix 181799
ac5c495
03dd232
* Fri Feb 02 2007 Marc Maurer <uwog@abisource.com> - 1:2.4.6-2.fc7
03dd232
- Rebuild
03dd232
121ee60
* Sun Nov 05 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.6-1.fc7
121ee60
- Update to 2.4.6
121ee60
f574602
* Thu Oct 12 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.5-4.fc6
f574602
- Fix bug 207294
f574602
054c402
* Mon Sep 11 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.5-3.fc6
054c402
- Rebuild for FC6
054c402
5ec9c40
* Sat Jul 22 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.5-2.fc6
5ec9c40
- Fix http://bugzilla.abisource.com/show_bug.cgi?id=10229
5ec9c40
dd3ae73
* Sun Jul 09 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.5-1.fc6
dd3ae73
- Update to 2.4.5
dd3ae73
- Fix bug 196690 - abiword fails to build in mock with minimal 
dd3ae73
  build environment
dd3ae73
- Drop the document build patch
dd3ae73
c200b77
* Tue Apr 13 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.4-2.fc6
c200b77
- Fix documentation generation
c200b77
- Fix charting support
c200b77
0e0acca
* Tue Apr 11 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.4-1.fc6
0e0acca
- New upstream version
0e0acca
- Remove the macro patch and update the desktop patch
0e0acca
5f0bde0
* Wed Mar 29 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-8.fc6
5f0bde0
- Rebuild
5f0bde0
a77a3a8
* Wed Mar 08 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-7.fc5
a77a3a8
- Disable the collaboration plugin; it is not working in 2.4.x
a77a3a8
b544e7f
* Thu Feb 16 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-6.fc5
b544e7f
- Rebuild for Fedora Extras 5
b544e7f
609caad
* Sun Feb 05 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-5.fc5
609caad
- bug 171926
609caad
994d84d
* Sat Jan 21 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-4.fc5
994d84d
- Disable the PDF plugin for now, as poppler doesn't ship the xpdf
994d84d
  headers anymore
994d84d
5519699
* Sat Jan 14 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-3.fc5
5519699
- Remove redundant requires - bug 177305
5519699
46f680e
* Thu Jan 05 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-2.fc5
46f680e
- Bump release, forgot to add desktop patch
46f680e
2271228
* Mon Jan 02 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-1.fc5
2271228
- Update to 2.4.2
2271228
- Add BuildRequires readline-devel for the AbiCommand plugin
2271228
- Add BuildRequires bzip2-devel and poppler-devel for plugins
2271228
- Update desktop patch
2271228
- Patch to fix plugin marcros
2271228
ef3e0f2
* Wed Nov 09 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-4.fc5
ef3e0f2
- Fix bug 171928
ef3e0f2
fe9c71c
* Sun Oct 23 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-3.fc5
fe9c71c
- Fix bug 161832: "Abiword is not loading certain modules"
fe9c71c
- Add libgsf dependecy, which was needed all along
fe9c71c
- Disable the collaboration plugin, it is not for general use at all
fe9c71c
7a5745c
* Tue Oct 11 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-2
7a5745c
- Use %%{?dist} in the release name
7a5745c
9885844
* Sun Oct 9 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.1-1
9885844
- Update to 2.4.1
9885844
6435340
* Mon Oct 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.4.0-1
6435340
- Require mathml-fonts
6435340
- Don't rerun autogen.sh, no need anymore
6435340
- Update gtkmathview dependency to 0.7.5
6435340
- Update to 2.4.0
6435340
b65ef03
* Mon Sep 26 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.99-2
b65ef03
- Fix gtkmathview BuildRequires
b65ef03
ff28ba2
* Thu Sep 22 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.99-1
ff28ba2
- Update to 2.3.99
ff28ba2
e134729
* Sat Sep 10 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.6-1
e134729
- Update to 2.3.6
e134729
- Drop the pango patch
e134729
b750f7a
* Sat Sep 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.5-3
b750f7a
- Rebuild
b750f7a
b750f7a
* Sat Sep 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.5-2
1769f63
- Enable the abimathview plugin
1769f63
6ecbc25
* Sun Aug 21 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.5-1
6ecbc25
- Update to 2.3.5
6ecbc25
127a998
* Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-4
127a998
- Update the pango patch to disable more pango code
127a998
bdded86
* Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-3
bdded86
- Fix the build after applying the pango disabling patch by 
bdded86
  rerunning autogen.sh
bdded86
13f034d
* Fri Aug 19 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-2
13f034d
- Disable the experimental pango renderer
13f034d
13f034d
* Thu Aug 17 2005 Marc Maurer <uwog@abisource.com> - 1:2.3.4-1
3e02797
- Update to 2.3.4
3e02797
- Add link-grammar dependency
3e02797
f1b8d8c
* Thu Jul 28 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.9-1
f1b8d8c
- Update to 2.2.9
f1b8d8c
- Drop the mailmerge patch again
f1b8d8c
d9fdc12
* Sun Jun 6 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.8-2
d9fdc12
- Fix build with mailmerge patch
d9fdc12
afe054d
* Sun Jun 6 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.8-1
afe054d
- Update to 2.2.8
afe054d
dda9478
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1:2.2.7-2
dda9478
- rebuild on all arches
dda9478
ff5fb73
* Mon Apr 4 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.7-1
ff5fb73
- Because we love brown paper bag releases
ff5fb73
c8f7fc6
* Sun Apr 3 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.6-1
c8f7fc6
- Drop the gcc4, wvread, virtdestr and pt64 patches
c8f7fc6
- Update the desktop patch
c8f7fc6
91b52f7
* Fri Mar 15 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.5-3
91b52f7
- Fix 64bit build
91b52f7
- Add virtual destructors to classes with virtual functions
91b52f7
4a03381
* Fri Mar 14 2005 Marc Maurer <uwog@abisource.com> - 1:2.2.5-2
4a03381
- Remove the --disable-magick plugin switch
4a03381
- disable GDA support until the plugin is ported to gnomedb 1.2.x
4a03381
- Change the download location from SF to http://www.abisource.com/
4a03381
- patch libole2
8b464db
- fix read as a macro in new glibc
4a03381
4a03381
* Fri Mar  2 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.5-1
4a03381
- bump to latest stable
4a03381
- drop integrated dashboard patch again
4a03381
- some gcc4 fixes
4a03381
4a03381
* Wed Feb 23 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.4-2
4a03381
- rh#149447# dashboard spam revisited
4a03381
4a03381
* Tue Feb 22 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.4-1
4a03381
- bump to latest stable version
4a03381
- drop integrated nautilus depend patch
4a03381
- drop integrated libwpd depend patch
4a03381
4a03381
* Fri Feb 11 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.3-4
4a03381
- upgrade to libwpd-0.8 and incoroprate necessary changeover patches
4a03381
4a03381
* Mon Feb 7 2005 Matthias Clasen <mclasen@redhat.com> - 1:2.2.3-3
4a03381
- rebuild
4a03381
4a03381
* Mon Feb 2 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.3-2
4a03381
- remove unneccessary nautilus dependency
4a03381
4a03381
* Mon Jan 17 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.3-1
4a03381
- bump to new version
4a03381
- drop integrated silenceabidash patch
4a03381
4a03381
* Fri Jan 14 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.2-4
4a03381
- RH#145085# annoying cluepacket message on stdout/stderr
4a03381
4a03381
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> - 1:2.2.2-3
4a03381
- Rebuilt for new readline.
4a03381
4a03381
* Tue Jan 11 2005 Caolan McNamara <caolanm@redhat.com> - 1:2.2.2-2
4a03381
- RH#143368# use enchant as spellchecker
4a03381
4a03381
* Mon Dec 13 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.2-1
4a03381
- bump to new version
4a03381
4a03381
* Mon Dec 6 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.1-1
4a03381
- bump to new version
4a03381
- geometry patch upstreamed
4a03381
- security patch upstreamed
4a03381
- removeoledecod patch upstreamed
4a03381
- regenerate desktop patch
4a03381
4a03381
* Mon Nov 22 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.0-2
4a03381
- #abi7961# remove tempnam usages
4a03381
4a03381
* Mon Nov 22 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.2.0-1
4a03381
- bump to latest major stable version
4a03381
- #rh140321# sanity check geometry
4a03381
4a03381
* Tue Nov  9 2004 Caolan McNamara <caolanm@redhat.com> - 1:2.0.14-1
4a03381
- bump to latest stable version
4a03381
4a03381
* Mon Nov  8 2004 Jeremy Katz <katzj@redhat.com> - 1:2.0.12-4
4a03381
- rebuild for python 2.4
4a03381
4a03381
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 1:2.0.12-3
4a03381
- Change to PreReq instead of Requires(post), up to 0.9
4a03381
4a03381
* Thu Sep 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.12-2
4a03381
- Better Requires desktop-file-utils
4a03381
4a03381
* Wed Sep 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.12-1
4a03381
- update to new abiword, + change norwegian wordprocessor translation
4a03381
4a03381
* Tue Sep 14 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.11-3
4a03381
- #132389# Add more abiword supported mime types to abiword.desktop
4a03381
4a03381
* Mon Sep 6 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.11-2
4a03381
- merge abiword.keys into abiword.desktop
4a03381
4a03381
* Fri Aug 27 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.11-1
4a03381
- 2.0.11
4a03381
4a03381
* Tue Aug 10 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.10-2
4a03381
- use libgnomedb
4a03381
4a03381
* Tue Aug 10 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.10-1
4a03381
- 2.0.10
4a03381
- use aiksaurus
4a03381
4a03381
* Tue Aug 2 2004 Matthias Clasen <mclasen@redhat.com> 1:2.0.9-4
4a03381
- rebuilt
4a03381
4a03381
* Thu Jul 29 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.9-3
4a03381
- #126012# some desktop translations
4a03381
4a03381
* Wed Jul 28 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.9-2
4a03381
- #128004# fix irritating windows looking filenames for generated pngs
4a03381
4a03381
* Fri Jul 16 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.9-1
4a03381
- 2.0.9, new version with security fix
4a03381
4a03381
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
4a03381
- rebuilt
4a03381
4a03381
* Thu May 20 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.6-1
4a03381
- 2.0.7, new version + gcc34 fixes
4a03381
4a03381
* Wed Apr 28 2004 Caolan McNamara <caolanm@redhat.com> 1:2.0.6-1
4a03381
- 2.0.6, 64bit changes made upstream
4a03381
4a03381
* Sat Mar 13 2004 Jeremy Katz <> 1:2.0.5-1
4a03381
- 2.0.5
4a03381
4a03381
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
4a03381
- rebuilt
4a03381
4a03381
* Thu Feb 19 2004 Jeremy Katz <katzj@redhat.com> - 1:2.0.3-3
4a03381
- rebuild for newer libots and libwpd
4a03381
- fix verify as non-root (#109261)
4a03381
- add wpd files to abiword.keys (#114907)
4a03381
4a03381
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
4a03381
- rebuilt
4a03381
4a03381
* Thu Jan 29 2004 Jeremy Katz <katzj@redhat.com> - 1:2.0.3-1
4a03381
- 2.0.3 (fixes build against gtk+ 2.3 and lets us rebuild to fix libcroco dep)
4a03381
4a03381
* Wed Dec 17 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.2-2
4a03381
- rebuild for new libwpd
4a03381
4a03381
* Sun Nov 30 2003 Jeremy Katz <katzj@redhat.com> 
4a03381
- and librsvg2-devel (#111222)
4a03381
4a03381
* Fri Nov 28 2003 Jeremy Katz <katzj@redhat.com> 
4a03381
- buildrequire libgnomeui-devel (#111164)
4a03381
4a03381
* Tue Oct 28 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.1-1
4a03381
- 2.0.1
4a03381
- really remove duplicate desktop file
4a03381
4a03381
* Tue Oct 21 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-6
4a03381
- make the docs with the just built abiword so that we don't have to 
4a03381
  have abiword installed to build the docs (#107279)
4a03381
4a03381
* Tue Oct 21 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-5
4a03381
- fix linkage to glib 1.2 in hancom plugin (#106033)
4a03381
4a03381
* Sun Oct 19 2003 Florian La Roche <Florian.LaRoche@redhat.de>
4a03381
- add %%clean specfile target
4a03381
4a03381
* Tue Oct 14 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-4
4a03381
- remove duplicate desktop file (#107023)
4a03381
4a03381
* Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-3
4a03381
- include the help
4a03381
- show the clipart (#104577)
4a03381
4a03381
* Mon Sep 15 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-2
4a03381
- rebuild with newer libwpd and libots to get those plugins
4a03381
4a03381
* Sun Sep 14 2003 Jeremy Katz <katzj@redhat.com> 1:2.0.0-1
4a03381
- 2.0.0
4a03381
4a03381
* Thu Sep  4 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.6-1
4a03381
- 1.99.6
4a03381
4a03381
* Mon Aug 25 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.5-1
4a03381
- 1.99.5
4a03381
4a03381
* Tue Aug  5 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.3-1
4a03381
- 1.99.3
4a03381
- put icon in the right place (#101646)
4a03381
- fix some 64bit casting issues
4a03381
- disable ots plugin for now, doesn't seem to build with ots 0.4.0 :/
4a03381
- disable -pedantic -ansi so that it will build
4a03381
4a03381
* Mon Jul 14 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.2-2
4a03381
- ugly hack to deal with libtool silliness on x86_64
4a03381
4a03381
* Fri Jul 11 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.2-1
4a03381
- 1.99.2
4a03381
- add buildrequires to make sure the ots and wp plugins get built
4a03381
- no longer needs libgal2, remove buildrequires
4a03381
4a03381
* Mon Jun 16 2003 Jeremy Katz <katzj@redhat.com> 1:1.99.1-1
4a03381
- 1.99.1
4a03381
4a03381
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
4a03381
- rebuilt
4a03381
4a03381
* Mon May 26 2003 Jeremy Katz <katzj@redhat.com> 1:1.9.1-3
4a03381
- rebuild for new libgal2
4a03381
4a03381
* Mon May 19 2003 Jeremy Katz <katzj@redhat.com> 1:1.9.1-2
4a03381
- tweak plugins build
4a03381
4a03381
* Mon May 12 2003 Jeremy Katz <katzj@redhat.com> 1:1.9.1-0.2
4a03381
- 1.9.1
4a03381
- drop old patches, switch to using autoconf based build system instead 
4a03381
  of diving makefiles
4a03381
- build with gnome support
4a03381
- build with plugins
4a03381
- add patch to build on AMD64
4a03381
4a03381
* Mon Apr 28 2003 Tim Powers <timp@redhat.com> 1:1.0.5-2
4a03381
- rebuild to fix broken libpspell dep
4a03381
4a03381
* Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 1:1.0.5-1
4a03381
- 1.0.5
4a03381
4a03381
* Mon Feb 10 2003 Jeremy Katz <katzj@redhat.com> 1:1.0.4-2
4a03381
- fix for abiword starting off the screen (#82425)
4a03381
4a03381
* Thu Jan 23 2003 Jeremy Katz <katzj@redhat.com> 1:1.0.4-1
4a03381
- 1.0.4
4a03381
4a03381
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
4a03381
- rebuilt
4a03381
4a03381
* Sun Dec 29 2002 Jeremy Katz <katzj@redhat.com> 1:1.0.3-2
4a03381
- make it build on x86_64
4a03381
4a03381
* Sun Dec 29 2002 Jeremy Katz <katzj@redhat.com> 1:1.0.3-1
4a03381
- 1.0.3 (#80560)
4a03381
- set umask before running mkfontdir in %%post
4a03381
- patch AbiWord script to convert utf8 locales into non-utf8 variants (#72633)
4a03381
4a03381
* Mon Dec 02 2002 Elliot Lee <sopwith@redhat.com> 1.0.2-7
4a03381
- Fix doc lines
4a03381
- Fix multilib
4a03381
4a03381
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 1.0.2-6
4a03381
- rebuilt with gcc-3.2 (we hope)
4a03381
4a03381
* Sat Aug 10 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-5
4a03381
- fix help index symlink (#71219)
4a03381
4a03381
* Thu Aug  1 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-4
4a03381
- add abiword binary symlink for upstream compatibility (#70267)
4a03381
4a03381
* Mon Jul 22 2002 Tim Powers <timp@redhat.com> 1.0.2-3
4a03381
- rebuild using gcc-3.2-0.1
4a03381
4a03381
* Thu Jul 18 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-2
4a03381
- use included desktop file (#64447)
4a03381
- use desktop-file-install
4a03381
4a03381
* Wed Jun 26 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-1
4a03381
- 1.0.2
4a03381
- disable perl module build since we weren't including it anyway
4a03381
4a03381
* Wed May 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.1-1
4a03381
- 1.0.1
4a03381
4a03381
* Sun Apr 14 2002 Jeremy Katz <katzj@redhat.com> 0.99.5-1
4a03381
- zh_CN and zh_TW fonts.dir were flipped
4a03381
- update to 0.99.5 as it fixes some major bugs
4a03381
- define ABI_BUILD_VERSION so the about screen gives us a version
4a03381
4a03381
* Mon Apr  8 2002 Bennhard Rosenkraenzer <bero@redhat.com> 0.99.4-2
4a03381
- 1st try at fixing up CJK (#61590)
4a03381
- #if 0'ify font warning dialog (#62909, #64556)
4a03381
4a03381
* Tue Apr  2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.99.4-1
4a03381
- Update to 0.99.4, fixes #61153
4a03381
- Fix #61344
4a03381
- Nuke the warning about being unable to add anything to font path,
4a03381
  that's not how xfs works.
4a03381
4a03381
* Thu Feb 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.99.2-1
4a03381
- 0.99.2
4a03381
- remove blank lines in fonts.dir
4a03381
4a03381
* Thu Jan 31 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.99.1-1
4a03381
- 0.99.1
4a03381
4a03381
* Wed Jan 30 2002 Alex Larsson <alexl@redhat.com> 0.9.5-3
4a03381
- Added patch to use libpng10
4a03381
- Added patch to fix perl build problems.
4a03381
4a03381
* Fri Nov 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.9.5-1
4a03381
- 0.9.5
4a03381
4a03381
* Tue Oct 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.9.4.1-1
4a03381
- Update to 0.9.4.1 (RFE #54806)
4a03381
- Add URL (RFE #54590)
4a03381
4a03381
* Thu Jul 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-7
4a03381
- Fix uninstall (#49350)
4a03381
4a03381
* Sat Jul  7 2001 Tim Powers <timp@redhat.com>
4a03381
- rebuilt so that dirs aren't sgid root
4a03381
4a03381
* Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-5
4a03381
- Add build requirements (#45157)
4a03381
4a03381
* Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-4
4a03381
- Remove CVS admin files from documentation (#44916)
4a03381
4a03381
* Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
4a03381
- add s390x patch from <oliver.paukstadt@millenux.com>
4a03381
4a03381
* Sat Jun 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
4a03381
- add s390 patch from Helge Deller
4a03381
4a03381
* Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.14-1
4a03381
- Update to 0.7.14
4a03381
4a03381
* Tue Feb 27 2001 Bernhard Rosenkraenzer <bero@redhat.com>
4a03381
- Handle MIME type stuff (Bug #27530)
4a03381
- Add BuildPrereqs for some of the less common stuff AbiWord uses
4a03381
  (gal-devel, gnome-print-devel, libunicode-devel)
4a03381
4a03381
* Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
4a03381
- 0.7.13
4a03381
4a03381
* Mon Jan 15 2001 Than Ngo <than@redhat.com>
4a03381
- fixed broken code for building
4a03381
4a03381
* Fri Dec 29 2000 Matt Wilson <msw@redhat.com>
4a03381
- 0.7.12
4a03381
- copy fonts.dir to fonts.scale so mkfontdir doesn't blow it away
4a03381
4a03381
* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4a03381
- Rebuild to get rid of 0777 dirs
4a03381
4a03381
* Fri Nov 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4a03381
- 0.7.11
4a03381
4a03381
* Sun Aug 20 2000 Preston Brown <pbrown@redhat.com>
4a03381
- fix path to chkfontpath, it was wrong.
4a03381
4a03381
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
4a03381
- Up Epoch and release
4a03381
4a03381
* Mon Aug  7 2000 Jakub Jelinek <jakub@redhat.com>
4a03381
- Don't ship AbiWord_s if we have AbiWord_d
4a03381
- Register AbiWord's fontpath with xfs
4a03381
4a03381
* Wed Aug  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4a03381
- Rebuild with new libpng. This fixes Bug #13707 - gotta love it when they
4a03381
  change the ABI without increasing the soname!
4a03381
- fix tooltip (Bug #14711)
4a03381
- move binaries from /usr/share to /usr/lib
4a03381
4a03381
* Wed Jul 12 2000 Jakub Jelinek <jakub@redhat.com>
4a03381
- Fix build on ia64.
4a03381
4a03381
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
4a03381
- automatic rebuild
4a03381
4a03381
* Tue Jul  4 2000 Jakub Jelinek <jakub@redhat.com>
4a03381
- Rebuild with new gcc.
4a03381
4a03381
* Sat Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4a03381
- Fix build on ia64
4a03381
4a03381
* Fri Jun 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4a03381
- 0.7.10
4a03381
- update download location
4a03381
4a03381
* Fri Jun  9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4a03381
- initial build for main CD
4a03381
- clean up specfile
4a03381
- fix build with gcc 2.96 and glibc 2.2
4a03381
- exclude ia64 for now
4a03381
4a03381
* Wed May  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4a03381
- 0.7.9
4a03381
4a03381
* Wed Feb  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4a03381
- 0.7.8
4a03381
- move the desktop file to /etc/X11/applnk so it can be used in both
4a03381
  GNOME and KDE
4a03381
- fix up handling of RPM_OPT_FLAGS
4a03381
4a03381
* Thu Jan 20 2000 Tim Powers <timp@redhat.com>
4a03381
- bzipped source to conserve space.
4a03381
4a03381
* Sun Jan  9 2000 Matt Wilson <msw@redhat.com>
4a03381
- enable GNOME, remove perl hack to do RPM_OPT_FLAGS
4a03381
- added libpng requirement.  0.7.7 requires 1.0.5 libpng ABI
4a03381
4a03381
* Tue Jan  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4a03381
- 0.7.7
4a03381
- handle RPM_OPT_FLAGS
4a03381
4a03381
* Mon Nov 15 1999 Tim Powers <timp@redhat.com>
4a03381
- first build for inclusion into Powertools.
4a03381
- some things in this spec file are from the abisuite-0.7.5-1mdk package