]> git.pld-linux.org Git - packages/cmake.git/blobdiff - cmake.spec
- cmake/Modules top dirs moved to filesystem (>= 3.0-46), so that packages like libmo...
[packages/cmake.git] / cmake.spec
index bf597a64f1b1cc4c27e64ce017cebc7abafd476e..71558a5b5be5b2a8b1d120026ae109f945ab427e 100644 (file)
 Summary:       Cross-platform, open-source make system
 Summary(pl.UTF-8):     Wieloplatformowy system make o otwartych źródłach
 Name:          cmake
-Version:       2.8.3
-Release:       1
+Version:       2.8.4
+Release:       2
 License:       BSD
 Group:         Development/Building
 Source0:       http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
-# Source0-md5: a76a44b93acf5e3badda9de111385921
+# Source0-md5: 209b7d1d04b2e00986538d74ba764fcf
 Patch0:                %{name}-lib64.patch
 Patch1:                %{name}-tinfo.patch
 URL:           http://www.cmake.org/
@@ -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}
This page took 0.038143 seconds and 4 git commands to generate.