automatic version update by autodist [release 2.10.0-1mamba;Thu Feb 06 2025]
This commit is contained in:
parent
fcb2a15f71
commit
a3007eebba
19
nlopt.spec
19
nlopt.spec
@ -1,5 +1,5 @@
|
||||
Name: nlopt
|
||||
Version: 2.9.1
|
||||
Version: 2.10.0
|
||||
Release: 1mamba
|
||||
Summary: A library for nonlinear optimization
|
||||
Group: System/Libraries
|
||||
@ -39,8 +39,13 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%package -n java-%{name}
|
||||
Summary: Java library for %{name}
|
||||
Group: System/Libraries/Java
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%debug_package
|
||||
%description -n java-%{name}
|
||||
This package contains the Java library for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -63,6 +68,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libnlopt.so.*
|
||||
%{_libdir}/libnloptjni.so
|
||||
%{_javadir}/nlopt.jar
|
||||
%{_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
|
||||
@ -86,7 +93,15 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_datadir}/octave/*/site/m/*.m
|
||||
%doc ChangeLog README.md TODO
|
||||
|
||||
%files -n java-%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libnloptjni.so
|
||||
%{_javadir}/nlopt.jar
|
||||
|
||||
%changelog
|
||||
* Thu Feb 06 2025 Automatic Build System <autodist@openmamba.org> 2.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 26 2024 Automatic Build System <autodist@openmamba.org> 2.9.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user