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