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