automatic version update by autodist [release 2.9.0-1mamba;Tue Nov 12 2024]
This commit is contained in:
parent
d8c3d0b9ac
commit
595b6511ff
11
nlopt.spec
11
nlopt.spec
@ -1,5 +1,5 @@
|
|||||||
Name: nlopt
|
Name: nlopt
|
||||||
Version: 2.8.0
|
Version: 2.9.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library for nonlinear optimization
|
Summary: A library for nonlinear optimization
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -59,16 +59,16 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libnlopt.so.*
|
%{_libdir}/libnlopt.so.*
|
||||||
%{_libdir}/guile/3.0/extensions/nlopt_guile.so
|
%{_libdir}/guile/3.0/extensions/nlopt_guile.so
|
||||||
%{_libdir}/octave/*/site/oct/*-openmamba-linux-gnu*/nlopt_optimize.oct
|
%{_libdir}/octave/*/site/oct/*-openmamba-linux-gnu*/nlopt_optimize.oct
|
||||||
|
%dir %{python3_sitearch}/nlopt-%{version}.dist-info
|
||||||
|
%{python3_sitearch}/nlopt-%{version}.dist-info/*
|
||||||
%{python3_sitearch}/nlopt.py
|
%{python3_sitearch}/nlopt.py
|
||||||
%{python3_sitearch}/_nlopt.cpython-*.so
|
%{python3_sitearch}/_nlopt.so
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
@ -87,6 +87,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc ChangeLog README.md TODO
|
%doc ChangeLog README.md TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 12 2024 Automatic Build System <autodist@openmamba.org> 2.9.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Aug 14 2024 Automatic Build System <autodist@openmamba.org> 2.8.0-1mamba
|
* Wed Aug 14 2024 Automatic Build System <autodist@openmamba.org> 2.8.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user