diff --git a/abiword.spec b/abiword.spec index 7db71f6..75bfa8d 100644 --- a/abiword.spec +++ b/abiword.spec @@ -2,7 +2,7 @@ Summary: The AbiWord word processor Name: abiword -Version: 2.2.9 +Version: 2.3.4 Release: 1 Epoch: 1 Group: Applications/Editors @@ -29,6 +29,7 @@ BuildRequires: libwpd-devel >= 0.8.0 BuildRequires: librsvg2-devel BuildRequires: libwmf-devel BuildRequires: aiksaurus-gtk-devel >= 1.2.1 +BuildRequires: link-grammar-devel >= 4.1.3 # gnome build deps BuildRequires: libbonobo-devel @@ -61,14 +62,14 @@ make cd ../abiword-plugins libtoolize --copy --force ./nextgen.sh -%configure --disable-gda --with-abiword=../abi +%configure --disable-gda --disable-abimathview --with-abiword=../abi sed 's/^predep_objects=.*/predep_objects=\"\"/' < libtool > libtool.foo sed 's/^postdep_objects=.*/postdep_objects=\"\"/' < libtool.foo > libtool make # now make the docs cd ../abiword-docs -ABI_DOC_PROG=$(pwd)/../abi/src/wp/main/unix/AbiWord-2.2 ./make-html.sh +ABI_DOC_PROG=$(pwd)/../abi/src/wp/main/unix/AbiWord-2.4 ./make-html.sh %install cd abi @@ -78,13 +79,13 @@ cd ../abiword-plugins # install the docs cd ../abiword-docs -mkdir -p $RPM_BUILD_ROOT/%{_datadir}/AbiSuite-2.2/AbiWord/help -cp -rp help/* $RPM_BUILD_ROOT/%{_datadir}/AbiSuite-2.2/AbiWord/help/ +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/AbiSuite-2.4/AbiWord/help +cp -rp help/* $RPM_BUILD_ROOT/%{_datadir}/AbiSuite-2.4/AbiWord/help/ # some of the help dirs have bad perms (#109261) -find $RPM_BUILD_ROOT/%{_datadir}/AbiSuite-2.2/AbiWord/help/ -type d -exec chmod -c o+rx {} \; +find $RPM_BUILD_ROOT/%{_datadir}/AbiSuite-2.4/AbiWord/help/ -type d -exec chmod -c o+rx {} \; mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/ -cp $RPM_BUILD_ROOT%{_datadir}/AbiSuite-2.2/icons/abiword_48.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/abiword_48.png +cp $RPM_BUILD_ROOT%{_datadir}/AbiSuite-2.4/icons/abiword_48.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/abiword_48.png cd ../abi mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications @@ -101,7 +102,7 @@ install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/mime-info rm -f $RPM_BUILD_ROOT%{_bindir}/ttf* # nuke .la files -rm -f $RPM_BUILD_ROOT/%{_libdir}/AbiWord-2.2/plugins/*.la +rm -f $RPM_BUILD_ROOT/%{_libdir}/AbiWord-2.4/plugins/*.la %clean rm -rf $RPM_BUILD_ROOT @@ -117,16 +118,20 @@ update-desktop-database %{_datadir}/applications %files %defattr(-,root,root) %doc abi/docs -%{_bindir}/AbiWord-2.2 +%{_bindir}/AbiWord-2.4 %{_bindir}/abiword -%{_libdir}/AbiWord-2.2 -%{_datadir}/AbiSuite-2.2 +%{_libdir}/AbiWord-2.4 +%{_datadir}/AbiSuite-2.4 %{_datadir}/applications/* %{_datadir}/mime-info/* %{_datadir}/pixmaps/*png %{_datadir}/icons/*png %changelog +* Thu Aug 11 2005 Marc Maurer - 1:2.3.4-1 +- Update to 2.3.4 +- Add link-grammar dependency + * Thu Jul 28 2005 Marc Maurer - 1:2.2.9-1 - Update to 2.2.9 - Drop the mailmerge patch again