Name: test-drive Version: 0.4.0 Release: 2%{?dist} Summary: The simple testing framework License: ASL 2.0 or MIT URL: https://github.com/fortran-lang/test-drive Source0: https://github.com/fortran-lang/test-drive/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc-gfortran BuildRequires: cmake %description This project offers a lightweight, procedural unit testing framework based on nothing but standard Fortran. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build %cmake %cmake_build %install %cmake_install # Move module files mkdir -p %{buildroot}%{_fmoddir} mv %{buildroot}%{_includedir}/test-drive/*/*.mod %{buildroot}%{_fmoddir} rm -rf %{buildroot}%{_includedir}/test-drive/ %files %license LICENSE-Apache LICENSE-MIT %doc README.md %{_libdir}/libtest-drive.so.0* %files devel %{_fmoddir}/testdrive*.mod %{_libdir}/pkgconfig/test-drive.pc %{_libdir}/cmake/test-drive/ %{_libdir}/libtest-drive.so %changelog * Thu Jun 09 2022 Susi Lehtola - 0.4.0-2 - Use %%{_fmoddir} macro. * Tue May 24 2022 Susi Lehtola - 0.4.0-1 - Initial release.