From fba4dcb13b539e071671ea24ce93f024cc26dfaa Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 3 Oct 2013 13:48:34 +0200 Subject: [PATCH] guile: Drop compat package. This reverts commit f94d8b9d1d0c064de15820aa3d556ef57b3519fe. From now we will ship the compat libraries on an own package. --- guile/guile.nm | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/guile/guile.nm b/guile/guile.nm index 4834692c7..06b7825f3 100644 --- a/guile/guile.nm +++ b/guile/guile.nm @@ -5,9 +5,7 @@ name = guile version = 2.0.9 -release = 2 - -compat_ver = 1.8.8 +release = 3 groups = Development/Tools url = http://www.gnu.org/software/guile/ @@ -22,7 +20,6 @@ description end source_dl = ftp://ftp.gnu.org/gnu/guile/ -sources += %{name}-%{compat_ver}.tar.gz build requires @@ -39,44 +36,19 @@ build --disable-static \ --disable-error-on-warning - build_cmds - pushd %{DIR_SRC}/%{name}-%{compat_ver} - ./configure %{configure_options} - make %{PARALLELISMFLAGS} - popd - end - test make check - - #pushd %{DIR_SRC}/%{name}-%{compat_ver} - #make check - #popd - end - - install_cmds - pushd %{DIR_SRC}/%{name}-%{compat_ver} - install -m 755 libguile/.libs/libguile.so.17.4.0 %{BUILDROOT}%{libdir} - ln -svf libguile.so.17.4.0 %{BUILDROOT}%{libdir}/libguile.so.17 - popd end end packages package %{name} - package %{name}-compat - summary = Compat libraries of %{thisapp}. - - files - %{libdir}/libguile.so.17* - end - end - package %{name}-devel template DEVEL requires + gc-devel gmp-devel libtool-devel end -- 2.39.2