rpms/cln/FC-4 cln.spec,1.13,1.14

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


Author: qspencer

Update of /cvs/extras/rpms/cln/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20900

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


Index: cln.spec
===================================================================
RCS file: /cvs/extras/rpms/cln/FC-4/cln.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- cln.spec	13 Feb 2006 17:46:08 -0000	1.13
+++ cln.spec	13 Feb 2006 18:28:06 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           cln
 Version:        1.1.11
-Release:        3%{?dist}
+Release:        2%{?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,15 +75,13 @@
 %{_mandir}/man1/cln-config.1*
 %{_bindir}/cln-config
 %{_datadir}/aclocal/cln.m4
-%exclude %{_libdir}/*.a
 %exclude %{_libdir}/*.la
 
 %changelog
-* Tue Jan 31 2006 Quentin Spencer <qspencer at users.sf.net> 1.1.11-3
-- Disable static libs.
-
 * Tue Jan 31 2006 Quentin Spencer <qspencer at users.sf.net> 1.1.11-2
+- Disable static libs.
 - Exclude /usr/share/info/dir from package.
+- Enable parallel build.
 
 * Mon Jan 16 2006 Quentin Spencer <qspencer at users.sf.net> 1.1.11-1
 - New upstream release.




More information about the scm-commits mailing list