Use the cmake28 package in epel6.

This commit is contained in:
Andreas Schneider 2014-08-07 12:56:33 +02:00
parent eaba4e06ce
commit 3ad329c32b

View File

@ -9,7 +9,7 @@ Url: http://cwrap.org/
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
Patch0: aarch64-has-no-sys-access.patch
BuildRequires: cmake
BuildRequires: cmake28
BuildRequires: libcmocka-devel
%description
@ -35,7 +35,7 @@ if test ! -e "obj"; then
mkdir obj
fi
pushd obj
%cmake \
%cmake28 \
-DUNIT_TESTING=ON \
-DCMAKE_SKIP_RPATH:BOOL=OFF \
%{_builddir}/%{name}-%{version}
@ -72,6 +72,7 @@ popd
* Mon Aug 04 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.0.2-2
- Handle lack of SYS_access on AArch64
- Fix building on rhel6 with bad %cmake macro.
- Use the cmake28 package in epel6.
* Thu Jul 31 2014 - Andreas Schneider <asn@redhat.com> - 1.0.2-1
- Update to version 1.0.2.