]> git.pld-linux.org Git - packages/cmake.git/blobdiff - cmake.spec
- updated to 2.8.5
[packages/cmake.git] / cmake.spec
index 14ddb3836b0170e22f4512ed0b45e953e259ddea..e9994b030843a9e871d383805ae4389eb400de9f 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
+Version:       2.8.5
 Release:       1
 License:       BSD
 Group:         Development/Building
 Source0:       http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
-# Source0-md5: a76a44b93acf5e3badda9de111385921
+# Source0-md5: 3c5d32cec0f4c2dc45f4c2e84f4a20c5
 Patch0:                %{name}-lib64.patch
 Patch1:                %{name}-tinfo.patch
 URL:           http://www.cmake.org/
@@ -28,7 +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:      libarchive
+Requires:      filesystem >= 3.0-46
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -86,6 +86,7 @@ export LDFLAGS="%{rpmldflags}"
        --init=init.cmake \
        %{!?with_bootstrap:--system-libs} \
        %{?with_gui:--qt-gui} \
+       --qt-qmake=/usr/bin/qmake-qt4 \
        --verbose
 
 %{__make} VERBOSE=1
@@ -108,8 +109,21 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/cmake
 %attr(755,root,root) %{_bindir}/cpack
 %attr(755,root,root) %{_bindir}/ctest
-%{_mandir}/man1/*.1*
-%{_datadir}/cmake
+%{_mandir}/man1/ccmake.1*
+%{_mandir}/man1/cmake.1*
+%{_mandir}/man1/cmakecommands.1*
+%{_mandir}/man1/cmakecompat.1*
+%{_mandir}/man1/cmakemodules.1*
+%{_mandir}/man1/cmakepolicies.1*
+%{_mandir}/man1/cmakeprops.1*
+%{_mandir}/man1/cmakevars.1*
+%{_mandir}/man1/cpack.1*
+%{_mandir}/man1/ctest.1*
+# 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}
@@ -119,4 +133,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/mime/packages/cmakecache.xml
 %{_desktopdir}/CMake.desktop
 %{_pixmapsdir}/CMakeSetup32.png
+%{_mandir}/man1/cmake-gui.1*
 %endif
This page took 0.081752 seconds and 4 git commands to generate.