2024-01-06 05:00:58 +01:00
|
|
|
Name: libmatio
|
2024-11-06 13:15:00 +01:00
|
|
|
Version: 1.5.28
|
2024-01-06 05:00:58 +01:00
|
|
|
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>
|
2024-01-06 05:00:59 +01:00
|
|
|
URL: https://sourceforge.net/projects/matio/
|
2024-01-06 05:00:58 +01:00
|
|
|
Source: http://downloads.sourceforge.net/project/matio/matio/%{version}/matio-%{version}.tar.gz
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 05:00:59 +01:00
|
|
|
BuildRequires: libhdf5-devel
|
|
|
|
BuildRequires: libz-devel
|
2024-01-06 05:00:58 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
An ISO C library (with a limited Fortran 90 interface) for reading and writing Matlab MAT files.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
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.
|
2024-01-06 05:00:59 +01:00
|
|
|
This package contains static libraries and header files needed for development.
|
2024-01-06 05:00:58 +01:00
|
|
|
|
2024-01-06 05:00:59 +01:00
|
|
|
%debug_package
|
2024-01-06 05:00:58 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n matio-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --enable-shared
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
2024-01-06 05:00:59 +01:00
|
|
|
rm -f %{buildroot}%{_infodir}/dir
|
|
|
|
|
2024-01-06 05:00:58 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libmatio.so.*
|
2024-01-06 05:00:58 +01:00
|
|
|
%doc COPYING
|
2024-01-06 05:00:58 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 05:00:58 +01:00
|
|
|
%{_bindir}/matdump
|
2024-01-06 05:00:58 +01:00
|
|
|
%{_includedir}/*.h
|
|
|
|
%{_libdir}/libmatio.a
|
|
|
|
%{_libdir}/libmatio.so
|
2024-01-06 05:00:58 +01:00
|
|
|
%{_mandir}/man3/Mat_*.3*
|
2024-01-06 05:00:58 +01:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2024-01-06 05:00:58 +01:00
|
|
|
%doc NEWS
|
2024-01-06 05:00:58 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-11-06 13:15:00 +01:00
|
|
|
* 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
|
|
|
|
|
2024-01-06 05:01:00 +01:00
|
|
|
* Mon Nov 13 2023 Automatic Build System <autodist@mambasoft.it> 1.5.26-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:01:00 +01:00
|
|
|
* Sat Nov 11 2023 Automatic Build System <autodist@mambasoft.it> 1.5.25-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:00:59 +01:00
|
|
|
* Thu Nov 02 2023 Automatic Build System <autodist@mambasoft.it> 1.5.24-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:00:59 +01:00
|
|
|
* Thu Apr 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.23-1mamba
|
|
|
|
- update to 1.5.23
|
|
|
|
|
2024-01-06 05:00:59 +01:00
|
|
|
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 1.5.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 22 2021 Automatic Build System <autodist@mambasoft.it> 1.5.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Feb 11 2021 Automatic Build System <autodist@mambasoft.it> 1.5.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:00:58 +01:00
|
|
|
* Sat May 23 2020 Automatic Build System <autodist@mambasoft.it> 1.5.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:00:58 +01:00
|
|
|
* Sun Apr 26 2020 Automatic Build System <autodist@mambasoft.it> 1.5.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 24 2019 Automatic Build System <autodist@mambasoft.it> 1.5.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:00:58 +01:00
|
|
|
* Sun Jan 13 2019 Automatic Build System <autodist@mambasoft.it> 1.5.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:00:58 +01:00
|
|
|
* Tue Mar 20 2018 Automatic Build System <autodist@mambasoft.it> 1.5.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:00:58 +01:00
|
|
|
* Thu Dec 21 2017 Automatic Build System <autodist@mambasoft.it> 1.5.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:00:58 +01:00
|
|
|
* Mon Mar 20 2017 Automatic Build System <autodist@mambasoft.it> 1.5.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:00:58 +01:00
|
|
|
* Tue Nov 01 2016 Automatic Build System <autodist@mambasoft.it> 1.5.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:00:58 +01:00
|
|
|
* Fri Aug 05 2016 Automatic Build System <autodist@mambasoft.it> 1.5.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:00:58 +01:00
|
|
|
* Sat Feb 27 2016 Automatic Build System <autodist@mambasoft.it> 1.5.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:00:58 +01:00
|
|
|
* Sat Aug 03 2013 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 11 2013 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Dec 02 2012 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:00:58 +01:00
|
|
|
* Thu Nov 19 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.3-1mamba
|
|
|
|
- package created by autospec
|