Don't forget to reautogen now we patch the abicollab plugin configuration

:-/
This commit is contained in:
Marc Maurer 2008-03-29 02:39:13 +00:00
commit 1d7ae49204

View file

@ -5,7 +5,7 @@
Summary: The AbiWord word processor
Name: abiword
Version: 2.6.0
Release: 3%{?dist}
Release: 4%{?dist}
Epoch: 1
Group: Applications/Editors
License: GPLv2+
@ -106,7 +106,8 @@ make %{?_smp_mflags}
# build abiword-plugins
cd $RPM_BUILD_DIR/abiword-plugins-%{version}
%configure --disable-gda --disable-gremlin --disable-abicapi --disable-presentation --with-abiword=../abiword-%{version}
# we need to re-autogen, as we have changed the abicollab automake configuration
./autogen.sh --disable-gda --disable-gremlin --disable-abicapi --disable-presentation --with-abiword=../abiword-%{version}
# Remove libtool predep_objects and postdep_objects wonkiness so that
# building without -nostdlib doesn't include them twice. Because we
# already link with g++, weird stuff happens if you don't let the
@ -201,6 +202,9 @@ update-desktop-database %{_datadir}/applications
%{_libdir}/pkgconfig/abiword-%{majorversion}.%{minorversion}.pc
%changelog
* Sat Mar 29 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.0-4
- Don't forget to reautogen after changing the plugin build system
* Sat Mar 29 2008 Marc Maurer <uwog@abisource.com> - 1:2.6.0-3
- Fix 439395: apply patch to remove any runtime dependency on boost