[packages/matio] - updated to 1.5.8 (note: new soname) - removed obsolete link patch
qboosh
qboosh at pld-linux.org
Wed Sep 14 21:02:27 CEST 2016
commit b8fce879ddb8c3c9cf1e2ad820299446f8e153ac
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Sep 14 21:03:58 2016 +0200
- updated to 1.5.8 (note: new soname)
- removed obsolete link patch
matio-link.patch | 10 ----------
matio.spec | 18 ++++++++----------
2 files changed, 8 insertions(+), 20 deletions(-)
---
diff --git a/matio.spec b/matio.spec
index 3516ccf..8a68b39 100644
--- a/matio.spec
+++ b/matio.spec
@@ -7,15 +7,14 @@
Summary: MATIO - Matlab MAT file I/O library
Summary(pl.UTF-8): MATIO - biblioteka wejścia/wyjścia do plików MAT (Matlaba)
Name: matio
-Version: 1.5.2
-Release: 4
+Version: 1.5.8
+Release: 1
License: BSD
Group: Libraries
Source0: http://downloads.sourceforge.net/matio/%{name}-%{version}.tar.gz
-# Source0-md5: 85b007b99916c63791f28398f6a4c6f1
-Patch0: %{name}-link.patch
+# Source0-md5: 350b973e0a47c9525691b050974a7b44
URL: http://matio.sourceforge.net/
-BuildRequires: autoconf >= 2.59
+BuildRequires: autoconf >= 2.60
BuildRequires: automake >= 1:1.8
%{?with_apidocs:BuildRequires: doxygen}
%{?with_fortran:BuildRequires: gcc-fortran}
@@ -123,17 +122,16 @@ Dokumentacja API biblioteki MATIO.
%prep
%setup -q
-%patch0 -p1
%build
%{__libtoolize}
%{__aclocal} -I config
%{__autoconf}
+%{__autoheader}
%{__automake}
%configure \
%{?with_fortran:--enable-fortran} \
- %{!?with_hdf5:--disable-mat73} \
- --enable-shared
+ %{!?with_hdf5:--disable-mat73}
%{__make}
@@ -151,10 +149,10 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc COPYING NEWS README
+%doc COPYING NEWS README.md
%attr(755,root,root) %{_bindir}/matdump
%attr(755,root,root) %{_libdir}/libmatio.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libmatio.so.2
+%attr(755,root,root) %ghost %{_libdir}/libmatio.so.4
%files devel
%defattr(644,root,root,755)
diff --git a/matio-link.patch b/matio-link.patch
deleted file mode 100644
index 0b212ab..0000000
--- a/matio-link.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- matio-1.5.0/src/Makefile.am.orig 2012-04-15 20:43:08.000000000 +0200
-+++ matio-1.5.0/src/Makefile.am 2013-03-05 20:06:41.367826801 +0100
-@@ -49,6 +49,7 @@
-
- if MAT73
- libmatio_la_SOURCES+= mat73.c
-+libmatio_la_LIBADD += $(HDF5_LIBS)
- endif
-
- dosubst = sed -e 's,[@]PACKAGE[@],$(PACKAGE),g' \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/matio.git/commitdiff/b8fce879ddb8c3c9cf1e2ad820299446f8e153ac
More information about the pld-cvs-commit
mailing list