From b24a2e644b57cfb6d4da1d73f15c54d406f3b678 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 10 Jun 2011 13:35:43 +0000 Subject: [PATCH] - 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 Changed files: cmake.spec -> 1.57 --- cmake.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 10b3bc1..71558a5 100644 --- a/cmake.spec +++ b/cmake.spec @@ -12,7 +12,7 @@ Summary: Cross-platform, open-source make system 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 @@ -28,6 +28,7 @@ BuildRequires: ncurses-devel %{?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 @@ -118,7 +119,11 @@ rm -rf $RPM_BUILD_ROOT %{_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} -- 2.43.0