X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=cmake.spec;h=46033d4a7a646bdd5403f6d842d921121ae5e1ed;hb=7169fde;hp=bcd487747ad409733e9423f900786b0a7e1ec411;hpb=d6205a43012ba67f306b82f64adc665161d76b40;p=packages%2Fcmake.git diff --git a/cmake.spec b/cmake.spec index bcd4877..46033d4 100644 --- a/cmake.spec +++ b/cmake.spec @@ -14,30 +14,38 @@ Summary: Cross-platform, open-source make system Summary(pl.UTF-8): Wieloplatformowy system make o otwartych źródłach Name: cmake -Version: 3.1.3 -Release: 3 +Version: 3.7.2 +Release: 1 License: BSD Group: Development/Building -Source0: http://www.cmake.org/files/v3.1/%{name}-%{version}.tar.gz -# Source0-md5: 5697a77503bb5636f4b4057dcc02aa32 +Source0: https://cmake.org/files/v3.7/%{name}-%{version}.tar.gz +# Source0-md5: 79bd7e65cd81ea3aa2619484ad6ff25a Patch0: %{name}-lib64.patch -Patch1: %{name}-helpers.patch -Patch2: %{name}-findruby.patch -Patch3: %{name}-tests.patch -Patch4: %{name}-bug-0015258.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,15 +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" <