rpms/abiword/devel abiword.spec,1.9,1.10

Marc Maurer (uwog) fedora-extras-commits at redhat.com
Thu Aug 11 21:40:28 UTC 2005


Author: uwog

Update of /cvs/extras/rpms/abiword/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14572

Modified Files:
	abiword.spec 
Log Message:
First attempt to build 2.3.4




Index: abiword.spec
===================================================================
RCS file: /cvs/extras/rpms/abiword/devel/abiword.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- abiword.spec	27 Jul 2005 23:46:58 -0000	1.9
+++ abiword.spec	11 Aug 2005 21:40:26 -0000	1.10
@@ -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: 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 @@
 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 @@
 
 # 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 @@
 
 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 @@
 %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 <uwog at abisoure.com> - 1:2.3.4-1
+- Update to 2.3.4
+- Add link-grammar dependency
+
 * Thu Jul 28 2005 Marc Maurer <uwog at abisource.com> - 1:2.2.9-1
 - Update to 2.2.9
 - Drop the mailmerge patch again




More information about the fedora-extras-commits mailing list