automatic version update by autodist [release 3.4.1-1mamba;Wed Dec 09 2015]

This commit is contained in:
Automatic Build System 2024-01-05 21:26:22 +01:00
parent fe1daadcc8
commit eb734d2d8e

View File

@ -1,7 +1,7 @@
%define majorminor %(echo %version | cut -d. -f 1-2)
Name: cmake
Version: 3.4.0
Version: 3.4.1
Release: 1mamba
Summary: A cross-platform, open-source make system
Group: Development/Tools
@ -47,7 +47,7 @@ Other sponsors include the Insight, VTK, and VXL open source software communitie
%build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
export CXXFLAGS="%{optflags} -std=gnu++14"
./configure \
--prefix=%{_prefix} \
--datadir=/share/%{name} \
@ -95,6 +95,9 @@ install -D -m 0644 %{S:1} \
%{_datadir}/doc/%{name}-%{version}/
%changelog
* Wed Dec 09 2015 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
- automatic version update by autodist
* Tue Nov 17 2015 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
- automatic version update by autodist