automatic version update by autodist [release 2.3.4-1mamba;Tue Nov 22 2022]

This commit is contained in:
Automatic Build System 2024-01-06 07:23:28 +01:00
parent fa4c5d34c7
commit ca34817c1c

View File

@ -1,5 +1,5 @@
Name: muparser
Version: 2.3.2
Version: 2.3.4
Release: 1mamba
Summary: Fast Math Parser library
Group: System/Libraries
@ -11,14 +11,12 @@ Source: https://github.com/beltoforion/muparser.git/v%{version}/muparser-
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libgcc
BuildRequires: libgomp-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Fast Math Parser library.
@ -62,16 +60,20 @@ This package contains libraries and header files for developing applications tha
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libmuparser.so.*
%doc License.txt
%doc LICENSE
%files -n lib%{name}-devel
%defattr(-,root,root)
%{_includedir}/muParser*.h
%{_libdir}/libmuparser.so
%{_libdir}/pkgconfig/muparser.pc
%dir %{_libdir}/cmake/muparser
%{_libdir}/cmake/muparser/muparser*.cmake
%doc README.rst
%changelog
* Tue Nov 22 2022 Automatic Build System <autodist@mambasoft.it> 2.3.4-1mamba
- automatic version update by autodist
* Mon Nov 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.2-1mamba
- package created using the webbuild interface