]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
guile: Drop compat package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 3 Oct 2013 11:48:34 +0000 (13:48 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 3 Oct 2013 11:48:34 +0000 (13:48 +0200)
This reverts commit f94d8b9d1d0c064de15820aa3d556ef57b3519fe.

From now we will ship the compat libraries on an own package.

guile/guile.nm

index 4834692c71d25b42dcb9bc6f87c4cba33291f6ab..06b7825f3e54e1d03bca3cf5da2c0c33c2200c72 100644 (file)
@@ -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