diff --git a/README.md b/README.md index f4d0c42..fbb202b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # catch2 -A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch). +A modern, C++-native test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch). diff --git a/catch2.spec b/catch2.spec index f7a7ba0..3bf0063 100644 --- a/catch2.spec +++ b/catch2.spec @@ -1,7 +1,7 @@ Name: catch2 -Version: 3.1.0 +Version: 3.1.1 Release: 1mamba -Summary: A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD +Summary: A modern, C++-native test framework for unit-tests, TDD and BDD Group: Development/Libraries Vendor: openmamba Distribution: openmamba @@ -17,17 +17,28 @@ BuildRequires: libstdc++6-devel BuildRequires: cmake %description -A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch). +A modern, C++-native test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch). + +%package -n lib%{name} +Group: Development/Libraries +Summary: Development files for %{name} +Requires: pkg-config +Provides: catch2 +Obsoletes: catch2 < 3.1.1 + +%description -n lib%{name} +A modern, C++-native test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch). %package -n lib%{name}-devel Group: Development/Libraries Summary: Development files for %{name} +Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: pkg-config %description -n lib%{name}-devel This package contains libraries and header files for developing applications that use %{name}. -#% debug_package +%debug_package %prep %setup -q -n Catch2-%{version} @@ -43,6 +54,12 @@ This package contains libraries and header files for developing applications tha %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%files -n lib%{name} +%defattr(-,root,root) +%{_libdir}/libCatch2.so.* +%{_libdir}/libCatch2Main.so.* +%doc LICENSE.txt + %files -n lib%{name}-devel %defattr(-,root,root) %dir %{_includedir}/catch2/ @@ -59,6 +76,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Thu Oct 27 2022 Automatic Build System 3.1.1-1mamba +- automatic version update by autodist + * Tue Jul 19 2022 Automatic Build System 3.1.0-1mamba - automatic version update by autodist