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
|
||||
Version: 2.8.0
|
||||
Version: 2.9.0
|
||||
Release: 1mamba
|
||||
Summary: A library for nonlinear optimization
|
||||
Group: System/Libraries
|
||||
@ -59,16 +59,16 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libnlopt.so.*
|
||||
%{_libdir}/guile/3.0/extensions/nlopt_guile.so
|
||||
%{_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.cpython-*.so
|
||||
%{python3_sitearch}/_nlopt.so
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%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
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user