From d12fa9ac5fb4e325c3cfb9b35b3579827d4dd408 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Sep 08 2020 09:48:30 +0000 Subject: Enable tests --- diff --git a/libxc.spec b/libxc.spec index 4ce2fef..754dbbd 100644 --- a/libxc.spec +++ b/libxc.spec @@ -15,7 +15,7 @@ Name: libxc Summary: Library of exchange and correlation functionals for density-functional theory Version: 5.0.0 -Release: 4%{?dist} +Release: 5%{?dist} License: MPLv2.0 Source0: http://www.tddft.org/programs/libxc/down.php?file=%{version}/libxc-%{version}.tar.gz # Don't rebuild libxc for pylibxc @@ -159,8 +159,12 @@ rm -f %{buildroot}%{_includedir}/libxc.bib %ldconfig_scriptlets %endif +%check +make check + %files -%doc README NEWS COPYING AUTHORS ChangeLog TODO libxc.bib +%doc README NEWS AUTHORS ChangeLog TODO libxc.bib +%license COPYING %{_bindir}/xc-info %{_bindir}/xc-threshold %{_libdir}/libxc.so.%{soversion}* @@ -188,6 +192,9 @@ rm -f %{buildroot}%{_includedir}/libxc.bib %endif %changelog +* Tue Sep 08 2020 Susi Lehtola - 5.0.0-5 +- Enable tests. + * Tue Jul 28 2020 Fedora Release Engineering - 5.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild