rpms/cmake/EL-5 cmake.spec,1.14,1.15

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Mon Apr 23 16:22:40 UTC 2007


Author: orion

Update of /cvs/extras/rpms/cmake/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25124

Modified Files:
	cmake.spec 
Log Message:
Use bundled libraries for initial EPEL build



Index: cmake.spec
===================================================================
RCS file: /cvs/extras/rpms/cmake/EL-5/cmake.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- cmake.spec	19 Apr 2007 15:41:53 -0000	1.14
+++ cmake.spec	23 Apr 2007 16:22:06 -0000	1.15
@@ -1,6 +1,6 @@
 Name:		cmake
 Version:	2.4.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Cross-platform make system
 
 Group:		Development/Tools
@@ -14,7 +14,7 @@
 Patch2:         cmake-2.4.6-soexe.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  ncurses-devel, libX11-devel
-BuildRequires:  curl-devel, expat-devel, xmlrpc-c-devel, zlib-devel
+BuildRequires:  curl-devel, expat-devel, zlib-devel
 Requires:       rpm
 
 
@@ -39,7 +39,7 @@
 export CXXFLAGS="$RPM_OPT_FLAGS"
 ./bootstrap --init=%SOURCE1 --prefix=%{_prefix} --datadir=/share/%{name} \
             --docdir=/share/doc/%{name}-%{version} --mandir=/share/man \
-            --system-libs
+            --no-system-libs
 make VERBOSE=1 %{?_smp_mflags}
 
 
@@ -73,6 +73,9 @@
 
 
 %changelog
+* Mon Apr 23 2007 Orion Poplawski <orion at cora.nwra.com> - 2.4.6-2
+- Use bundled libraries for initial EPEL build
+
 * Thu Apr 19 2007 Orion Poplawski <orion at cora.nwra.com> - 2.4.6-1
 - Update to 2.4.6
 - Apply patch from upstream CVS to fix .so install permissions (bug #235673)




More information about the scm-commits mailing list