isl: Update to 0.16.1

Updated compat-isl package to 0.14.1 because of so bump.
The older version 0.12.2 is not used by any other package
any more and has been dropped.

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Alexander Marx 2016-03-29 15:05:58 +02:00 committed by Michael Tremer
parent 780664ccf1
commit 5039121de7
2 changed files with 13 additions and 5 deletions

View File

@ -4,7 +4,7 @@
############################################################################### ###############################################################################
name = compat-isl name = compat-isl
version = 0.12.2 version = 0.14.1
release = 1 release = 1
thisapp = isl-%{version} thisapp = isl-%{version}
@ -23,7 +23,7 @@ description
end end
source_dl += http://isl.gforge.inria.fr/ source_dl += http://isl.gforge.inria.fr/
sources = %{thisapp}.tar.lzma sources = %{thisapp}.tar.xz
build build
requires requires
@ -38,13 +38,21 @@ build
install install
# Install just the library and no headers. # Install just the library and no headers.
mkdir -pv %{BUILDROOT}%{libdir} mkdir -pv %{BUILDROOT}%{libdir}
install -m 644 .libs/libisl.so.10.2.2 %{BUILDROOT}%{libdir} install -m 644 .libs/libisl.so.13.1.1 %{BUILDROOT}%{libdir}
ln -svf libisl.so.10.2.2 %{BUILDROOT}%{libdir}/libisl.so.10 ln -svf libisl.so.13.1.1 %{BUILDROOT}%{libdir}/libisl.so.13
end end
end end
packages packages
package %{name} package %{name}
provides
isl = %{thisver}
end
obsoletes
isl <= %{thisver}
end
end
package %{name}-debuginfo package %{name}-debuginfo
template DEBUGINFO template DEBUGINFO

View File

@ -4,7 +4,7 @@
############################################################################### ###############################################################################
name = isl name = isl
version = 0.14.1 version = 0.16.1
release = 1 release = 1
groups = System/Libraries groups = System/Libraries