rpms/abiword/devel abiword.spec,1.55,1.56

Marc Maurer (uwog) fedora-extras-commits at redhat.com
Sat Mar 29 02:39:52 UTC 2008


Author: uwog

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

Modified Files:
	abiword.spec 
Log Message:
Don't forget to reautogen now we patch the abicollab plugin configuration :-/




Index: abiword.spec
===================================================================
RCS file: /cvs/pkgs/rpms/abiword/devel/abiword.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- abiword.spec	29 Mar 2008 01:00:15 -0000	1.55
+++ abiword.spec	29 Mar 2008 02:39:13 -0000	1.56
@@ -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 @@
 
 # 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 @@
 %{_libdir}/pkgconfig/abiword-%{majorversion}.%{minorversion}.pc
 
 %changelog
+* Sat Mar 29 2008 Marc Maurer <uwog at 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 at abisource.com> - 1:2.6.0-3
 - Fix 439395: apply patch to remove any runtime dependency on boost
 




More information about the fedora-extras-commits mailing list