automatic version update by autodist [release 3.27.1-1mamba;Sat Jul 29 2023]
This commit is contained in:
parent
2b295bbd20
commit
52f132559d
10
cmake.spec
10
cmake.spec
@ -1,7 +1,7 @@
|
|||||||
%define majorminor %(echo %version | cut -d. -f 1-2)
|
%define majorminor %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 3.26.4
|
Version: 3.27.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A cross-platform, open-source make system
|
Summary: A cross-platform, open-source make system
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -18,6 +18,7 @@ License: BSD
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libarchive-devel
|
BuildRequires: libarchive-devel
|
||||||
|
BuildRequires: libcppdap-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
@ -28,13 +29,11 @@ BuildRequires: libstdc++6-devel
|
|||||||
BuildRequires: libuv-devel
|
BuildRequires: libuv-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libjsoncpp-devel >= 1.9.5
|
|
||||||
BuildRequires: librhash-devel
|
|
||||||
BuildRequires: libuv-devel
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
|
BuildRequires: libcppdap-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CMake is used to control the software compilation process using simple platform and compiler independent configuration files.
|
CMake is used to control the software compilation process using simple platform and compiler independent configuration files.
|
||||||
@ -95,6 +94,9 @@ install -D -m 0644 %{S:1} \
|
|||||||
%{_datadir}/doc/%{name}-%{version}/
|
%{_datadir}/doc/%{name}-%{version}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 29 2023 Automatic Build System <autodist@mambasoft.it> 3.27.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri May 19 2023 Automatic Build System <autodist@mambasoft.it> 3.26.4-1mamba
|
* Fri May 19 2023 Automatic Build System <autodist@mambasoft.it> 3.26.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user