automatic version update by autodist [release 3.1.1-1mamba;Thu Oct 27 2022]

This commit is contained in:
Automatic Build System 2024-01-05 21:08:16 +01:00
parent 2616c76bc9
commit de887a528d
2 changed files with 25 additions and 5 deletions

View File

@ -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).

View File

@ -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 <autodist@mambasoft.it> 3.1.1-1mamba
- automatic version update by autodist
* Tue Jul 19 2022 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
- automatic version update by autodist