rpms/abiword/F-11 abiword.spec,1.76,1.77

Marc Maurer uwog at fedoraproject.org
Mon Oct 26 22:56:26 UTC 2009


Author: uwog

Update of /cvs/pkgs/rpms/abiword/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13389

Modified Files:
	abiword.spec 
Log Message:
Build with --enable-dynamic to make pyabiword work




Index: abiword.spec
===================================================================
RCS file: /cvs/pkgs/rpms/abiword/F-11/abiword.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -p -r1.76 -r1.77
--- abiword.spec	26 Oct 2009 22:43:41 -0000	1.76
+++ abiword.spec	26 Oct 2009 22:56:26 -0000	1.77
@@ -7,7 +7,7 @@
 Summary: The AbiWord word processor
 Name: abiword
 Version: %{majorversion}.%{minorversion}.%{microversion}
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 Group: Applications/Editors
 License: GPLv2+
@@ -100,9 +100,9 @@ Includes and definitions for developing 
 # build libabiword and abiword
 cd $RPM_BUILD_DIR/abiword-%{version}
 %if %{olpc_build}
-%configure --disable-static --disable-gnomevfs --disable-gucharmap --disable-printing --enable-plugins="loadbindings collab" --enable-collab-backend-sugar
+%configure --disable-static --enable-dynamic --disable-gnomevfs --disable-gucharmap --disable-printing --enable-plugins="loadbindings collab" --enable-collab-backend-sugar
 %else
-%configure --disable-static --enable-plugins --enable-clipart --enable-templates
+%configure --disable-static --enable-dynamic --enable-plugins --enable-clipart --enable-templates
 %endif
 %{__make} %{?_smp_mflags}
 
@@ -178,6 +178,9 @@ update-desktop-database %{_datadir}/appl
 %{_libdir}/pkgconfig/%{name}-%{majorversion}.%{minorversion}.pc
 
 %changelog
+* Mon Oct 26 2009 Marc Maurer <uwog at abisource.com> - 1:2.8.0-2
+- Build with --enable-dynamic
+
 * Mon Oct 26 2009 Marc Maurer <uwog at abisource.com> - 1:2.8.0-1
 - New upstream release
 




More information about the scm-commits mailing list