automatic version update by autodist [release 1.5.24-1mamba;Thu Nov 02 2023]
This commit is contained in:
parent
5ef205d38e
commit
9a6c4cfb8a
@ -1,5 +1,5 @@
|
||||
Name: libmatio
|
||||
Version: 1.5.23
|
||||
Version: 1.5.24
|
||||
Release: 1mamba
|
||||
Summary: An ISO C library (with a limited Fortran 90 interface) for reading and writing Matlab MAT files
|
||||
Group: System/Libraries
|
||||
@ -40,6 +40,8 @@ This package contains static libraries and header files needed for development.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -51,16 +53,17 @@ This package contains static libraries and header files needed for development.
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/matdump
|
||||
%dir %{_includedir}
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/libmatio.a
|
||||
%{_libdir}/libmatio.la
|
||||
%{_libdir}/libmatio.so
|
||||
%{_mandir}/man3/Mat_*.3*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc NEWS
|
||||
|
||||
%changelog
|
||||
* Thu Nov 02 2023 Automatic Build System <autodist@mambasoft.it> 1.5.24-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.23-1mamba
|
||||
- update to 1.5.23
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user