]> git.pld-linux.org Git - packages/cmake.git/blobdiff - cmake.spec
- up to 3.7.1
[packages/cmake.git] / cmake.spec
index 0c239ea5bbc2c4226306cf4436efaf67b3384931..080baf0872d1d009f4be9c174b3620ad336579a0 100644 (file)
 Summary:       Cross-platform, open-source make system
 Summary(pl.UTF-8):     Wieloplatformowy system make o otwartych źródłach
 Name:          cmake
-Version:       3.3.2
+Version:       3.7.1
 Release:       1
 License:       BSD
 Group:         Development/Building
-Source0:       http://www.cmake.org/files/v3.3/%{name}-%{version}.tar.gz
-# Source0-md5: 5febbd11bcaac854a27eebaf4a124be2
+Source0:       https://cmake.org/files/v3.7/%{name}-%{version}.tar.gz
+# Source0-md5: d031d5a06e9f1c5367cdfc56fbd2a1c8
 Patch0:                %{name}-lib64.patch
-Patch1:                %{name}-helpers.patch
-Patch2:                %{name}-findruby.patch
-
-Patch5:                %{name}-findruby2.patch
-Patch6:                %{name}-findpython.patch
-Patch7:                %{name}-libx32.patch
-URL:           http://www.cmake.org/
-%{?with_gui:BuildRequires:     QtGui-devel}
+Patch1:                %{name}-libx32.patch
+Patch2:                %{name}-helpers.patch
+Patch3:                %{name}-findruby.patch
+Patch4:                %{name}-findruby2.patch
+Patch5:                man-syntax.patch
+Patch6:                imagemagick7.patch
+URL:           https://cmake.org/
+%if %{with gui}
+BuildRequires: Qt5Core-devel >= 5.0
+BuildRequires: Qt5Gui-devel >= 5.0
+BuildRequires: Qt5Widgets-devel >= 5.0
+%endif
+BuildRequires: curl-devel
+BuildRequires: expat-devel
 BuildRequires: jsoncpp-devel >= 1.6.2-2
 BuildRequires: libarchive-devel
 BuildRequires: libstdc++-devel
+BuildRequires: libuv-devel
 BuildRequires: ncurses-devel > 5.9-3
-%{?with_gui:BuildRequires:     qt5-build}
-%{?with_gui:BuildRequires:     qt5-qmake}
+%{?with_gui:BuildRequires:     qt5-build >= 5.0}
+%{?with_gui:BuildRequires:     qt5-qmake >= 5.0}
 BuildRequires: rpmbuild(macros) >= 1.167
 %{?with_doc:BuildRequires:     sphinx-pdg}
 %{!?with_bootstrap:BuildRequires:      xmlrpc-c-devel >= 1.4.12-2}
+BuildRequires: zlib-devel
 Requires:      filesystem >= 3.0-52
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -115,14 +123,14 @@ Bashowe dopełnianie parametrów dla cmake'a.
 %if "%{_lib}" == "lib64"
 %patch0 -p1
 %endif
+%if "%{_lib}" == "libx32"
 %patch1 -p1
+%endif
 %patch2 -p1
-
+%patch3 -p1
+%patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%if "%{_lib}" == "libx32"
-%patch7 -p1
-%endif
 
 cat > "init.cmake" <<EOF
 SET (CURSES_INCLUDE_PATH "/usr/include/ncurses" CACHE PATH " " FORCE)
@@ -146,7 +154,7 @@ export LDFLAGS="%{rpmldflags}"
        --init=init.cmake \
        %{!?with_bootstrap:--system-libs} \
        %{?with_gui:--qt-gui} \
-       --qt-qmake=%{_bindir}/qmake-qt4 \
+       --qt-qmake=%{_bindir}/qmake-qt5 \
        %{?with_doc:--sphinx-html} \
        %{?with_doc:--sphinx-man} \
        --verbose
@@ -189,6 +197,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man7/cmake-policies.7*
 %{_mandir}/man7/cmake-properties.7*
 %{_mandir}/man7/cmake-qt.7*
+%{_mandir}/man7/cmake-server.7*
 %{_mandir}/man7/cmake-toolchains.7*
 %{_mandir}/man7/cmake-variables.7*
 %{_datadir}/cmake/Help
This page took 0.077353 seconds and 4 git commands to generate.