automatic version update by autodist [release 3.4.1-1mamba;Wed Dec 09 2015]
This commit is contained in:
parent
fe1daadcc8
commit
eb734d2d8e
@ -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.4.0
|
Version: 3.4.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
|
||||||
@ -47,7 +47,7 @@ Other sponsors include the Insight, VTK, and VXL open source software communitie
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
export CXXFLAGS="%{optflags}"
|
export CXXFLAGS="%{optflags} -std=gnu++14"
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--datadir=/share/%{name} \
|
--datadir=/share/%{name} \
|
||||||
@ -95,6 +95,9 @@ install -D -m 0644 %{S:1} \
|
|||||||
%{_datadir}/doc/%{name}-%{version}/
|
%{_datadir}/doc/%{name}-%{version}/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 17 2015 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user