From f8e736600e6aec3f03f2786cceebe1e3618ac6d5 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sep 23 2013 20:05:44 +0000 Subject: Add %check section --- diff --git a/atlas.spec b/atlas.spec index 8087245..54eb667 100644 --- a/atlas.spec +++ b/atlas.spec @@ -5,7 +5,7 @@ Version: 3.10.1 %if "%{?enable_native_atlas}" != "0" %define dist .native %endif -Release: 1%{?dist} +Release: 2%{?dist} Summary: Automatically Tuned Linear Algebra Software Group: System Environment/Libraries @@ -478,6 +478,13 @@ done mkdir -p %{buildroot}%{_includedir}/atlas +%check +for type in %{types}; do + pushd %{_arch}_${type} + make check ptcheck +done + + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -766,6 +773,9 @@ fi %endif %changelog +* Mon Sep 23 2013 Orion Poplawski - 3.10.1-2 +- Add %%check section + * Fri Sep 20 2013 Frantisek Kluknavsky - 3.10.1-1 - Rebase to 3.10.1 - Dropped x86_64-SSE2, ix86-SSE1, ix86-3DNow, z10, z196 (uncompilable).