rpms/cln/devel cln.spec,1.18,1.19

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Mon Feb 13 18:21:37 UTC 2006


Author: qspencer

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

Modified Files:
	cln.spec 
Log Message:
Disable static build, enable parallel build.


Index: cln.spec
===================================================================
RCS file: /cvs/extras/rpms/cln/devel/cln.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- cln.spec	13 Feb 2006 17:41:50 -0000	1.18
+++ cln.spec	13 Feb 2006 18:21:37 -0000	1.19
@@ -1,6 +1,6 @@
 Name:           cln
 Version:        1.1.11
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Class Library for Numbers
 
 Group:          System Environment/Libraries
@@ -35,8 +35,8 @@
 %setup -q
 
 %build
-%configure
-make
+%configure --disable-static
+make %{?_smp_mflags}
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -75,10 +75,13 @@
 %{_mandir}/man1/cln-config.1*
 %{_bindir}/cln-config
 %{_datadir}/aclocal/cln.m4
-%exclude %{_libdir}/*.a
 %exclude %{_libdir}/*.la
 
 %changelog
+* Mon Feb 13 2006 Quentin Spencer <qspencer at users.sf.net> 1.1.11-5
+- Disable static build.
+- Enable parallel build.
+
 * Mon Feb 13 2006 Quentin Spencer <qspencer at users.sf.net> 1.1.11-4
 - Rebuild for Fedora Extras 5.
 - Remove /usr/share/info/dir after install.




More information about the scm-commits mailing list