packages: cmake/cmake.spec - cmake/Modules top dirs moved to filesystem (>=...

qboosh qboosh at pld-linux.org
Fri Jun 10 15:35:48 CEST 2011


Author: qboosh                       Date: Fri Jun 10 13:35:48 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- cmake/Modules top dirs moved to filesystem (>= 3.0-46), so that packages like libmodman-devel or libproxy-devel don't always require cmake
- release 2

---- Files affected:
packages/cmake:
   cmake.spec (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: packages/cmake/cmake.spec
diff -u packages/cmake/cmake.spec:1.56 packages/cmake/cmake.spec:1.57
--- packages/cmake/cmake.spec:1.56	Wed Feb 16 20:06:43 2011
+++ packages/cmake/cmake.spec	Fri Jun 10 15:35:43 2011
@@ -13,7 +13,7 @@
 Summary(pl.UTF-8):	Wieloplatformowy system make o otwartych źródłach
 Name:		cmake
 Version:	2.8.4
-Release:	1
+Release:	2
 License:	BSD
 Group:		Development/Building
 Source0:	http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
@@ -29,6 +29,7 @@
 %{?with_gui:BuildRequires:	qt4-qmake}
 BuildRequires:	rpmbuild(macros) >= 1.167
 %{!?with_bootstrap:BuildRequires:	xmlrpc-c-devel >= 1.4.12-2}
+Requires:	filesystem >= 3.0-46
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -119,7 +120,11 @@
 %{_mandir}/man1/cmakevars.1*
 %{_mandir}/man1/cpack.1*
 %{_mandir}/man1/ctest.1*
-%{_datadir}/cmake
+# top cmake/Modules dirs belong to filesystem
+%{_datadir}/cmake/Modules/.NoDartCoverage
+%{_datadir}/cmake/Modules/*
+%{_datadir}/cmake/Templates
+%{_datadir}/cmake/include
 %dir %{_libdir}/cmake
 
 %if %{with gui}
@@ -138,6 +143,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2011/06/10 13:35:43  qboosh
+- cmake/Modules top dirs moved to filesystem (>= 3.0-46), so that packages like libmodman-devel or libproxy-devel don't always require cmake
+- release 2
+
 Revision 1.56  2011/02/16 19:06:43  draenog
 - up to 2.8.4
 - parse.patch applied upstream
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cmake/cmake.spec?r1=1.56&r2=1.57&f=u



More information about the pld-cvs-commit mailing list