Update to 3.17.1

This commit is contained in:
Sergey Zhemoitel 2020-04-25 16:22:06 +03:00
parent a9d63a3403
commit c3c18cfcea
3 changed files with 14 additions and 7 deletions

View file

@ -1,2 +1,2 @@
sources:
cmake-3.7.2.tar.gz: ea73af0c3c832e586bf2f82a13a708ea509d5a88
cmake-3.17.1.tar.gz: c5f11d66a9c37011264400b4e36e6dd0b4ae9160

5
cmake.rpmlintrc Normal file
View file

@ -0,0 +1,5 @@
addFilter("W: devel-file-in-non-devel-package")
addFilter("E: wrong-script-interpreter")
addFilter("W: non-executable-script")
addFilter("W: non-conffile-in-etc")
addFilter("E: zero-length")

View file

@ -4,13 +4,14 @@
Summary: Cross-platform, open-source make system
Name: cmake
Version: 3.7.2
Release: 3
Version: 3.17.1
Release: 1
Epoch: 1
License: BSD
Group: Development/Other
Url: http://www.cmake.org/HTML/index.html
Source0: http://www.cmake.org/files/v%{shortVersion}/%{name}-%{version}.tar.gz
Source1000: %{name}.rpmlintrc
Source1: cmake.macros
Patch0: cmake-3.7.2-optflags.patch
Patch1: cmake-3.6.1-fltk133.patch
@ -22,12 +23,13 @@ BuildRequires: pkgconfig(expat)
BuildRequires: pkgconfig(libarchive)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libidn)
BuildRequires: pkgconfig(libuv)
BuildRequires: pkgconfig(libuv) >= 1.0.0
BuildRequires: pkgconfig(ncurses)
%if !%{with bootstrap}
BuildRequires: pkgconfig(QtCore)
BuildRequires: pkgconfig(Qt5Core)
%endif
BuildRequires: pkgconfig(zlib)
BuildRequires: %{_lib}rhash-devel
%description
CMake is used to control the software compilation process using
@ -67,7 +69,7 @@ This is the Qt GUI.
%files -n %{name}-qtgui
%{_bindir}/cmake-gui
%{_datadir}/applications/CMake.desktop
%{_datadir}/applications/cmake-gui.desktop
%{_datadir}/mime/packages/cmakecache.xml
%{_iconsdir}/hicolor/*/apps/CMakeSetup.*
%endif
@ -76,7 +78,7 @@ This is the Qt GUI.
%prep
%setup -q
%apply_patches
#apply_patches
# Don't try to automagically find files in /usr/X11R6
# But also don't change a prefix if it is not /usr