Compare commits
5 Commits
1.5.21-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
276c7ab3f4 | |||
dacf9774ba | |||
789b58d63d | |||
9a6c4cfb8a | |||
5ef205d38e |
@ -1,16 +1,18 @@
|
||||
Name: libmatio
|
||||
Version: 1.5.21
|
||||
Version: 1.5.28
|
||||
Release: 1mamba
|
||||
Summary: An ISO C library (with a limited Fortran 90 interface) for reading and writing Matlab MAT files
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://matio.sourceforge.net/
|
||||
URL: https://sourceforge.net/projects/matio/
|
||||
Source: http://downloads.sourceforge.net/project/matio/matio/%{version}/matio-%{version}.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libhdf5-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
@ -23,8 +25,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
An ISO C library (with a limited Fortran 90 interface) for reading and writing Matlab MAT files.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n matio-%{version}
|
||||
@ -37,6 +40,8 @@ This package contains static libraries and header files need for development.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -48,16 +53,32 @@ This package contains static libraries and header files need 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
|
||||
* Tue Nov 05 2024 Automatic Build System <autodist@openmamba.org> 1.5.28-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 21 2024 Automatic Build System <autodist@openmamba.org> 1.5.27-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 13 2023 Automatic Build System <autodist@mambasoft.it> 1.5.26-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 11 2023 Automatic Build System <autodist@mambasoft.it> 1.5.25-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 1.5.21-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user