X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcmake.git;a=blobdiff_plain;f=cmake.spec;h=71558a5b5be5b2a8b1d120026ae109f945ab427e;hp=bf597a64f1b1cc4c27e64ce017cebc7abafd476e;hb=b24a2e644b57cfb6d4da1d73f15c54d406f3b678;hpb=691262c5692632ec9a50adda243f83d8b5ec545a diff --git a/cmake.spec b/cmake.spec index bf597a6..71558a5 100644 --- a/cmake.spec +++ b/cmake.spec @@ -11,12 +11,12 @@ 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}