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