X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=cmake.spec;h=919fd0adfb3ee991a724e50ed4eeb7dc9cd6d5f1;hb=16d593f6cf6ff91a0cc2a4e3ea2b50ca24271462;hp=2347de36463034c48cab04be8eab8254809373ee;hpb=4c63463daa82c56361753c0d4761fdb949dd13b1;p=packages%2Fcmake.git diff --git a/cmake.spec b/cmake.spec index 2347de3..919fd0a 100644 --- a/cmake.spec +++ b/cmake.spec @@ -1,5 +1,6 @@ # TODO: -# - extend libx32 patch to work also on 64-bit arch +# - system kwiml? +# - make lib64/libx32 patch changes applicable everywhere # - any valid CMAKE_BUILD_TYPE causes overriding of our optflags # (and default non-verbose makefiles are hiding it!) # - rpmldflags/rpmcppflags are not passed through %%cmake macro at all @@ -14,31 +15,36 @@ Summary: Cross-platform, open-source make system Summary(pl.UTF-8): Wieloplatformowy system make o otwartych źródłach Name: cmake -Version: 3.2.3 -Release: 2 +Version: 3.14.4 +Release: 1 License: BSD Group: Development/Building -Source0: http://www.cmake.org/files/v3.2/%{name}-%{version}.tar.gz -# Source0-md5: d51c92bf66b1e9d4fe2b7aaedd51377c +Source0: https://cmake.org/files/v3.14/%{name}-%{version}.tar.gz +# Source0-md5: 1495548397cbfef325a8d153a8720d72 Patch0: %{name}-lib64.patch -Patch1: %{name}-helpers.patch -Patch2: %{name}-findruby.patch -Patch3: %{name}-tests.patch -Patch4: cmake-min-ver.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 +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: rhash-devel 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) @@ -116,15 +122,12 @@ 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" <