]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
guile: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 31 Dec 2022 07:53:58 +0000 (07:53 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 31 Dec 2022 07:53:58 +0000 (07:53 +0000)
Nothing requires this.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
compat-guile/compat-guile.nm [deleted file]
guile/guile.nm [deleted file]

diff --git a/compat-guile/compat-guile.nm b/compat-guile/compat-guile.nm
deleted file mode 100644 (file)
index c350897..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = compat-guile
-version    = 1.8.8
-release    = 2
-thisapp    = guile-%{version}
-
-groups     = Development/Tools
-url        = http://www.gnu.org/software/guile/
-license    = GPLv2+ and LGPLv2+ and GFDL and OFSFDL
-summary    = A GNU implementation of Scheme for application extensibility.
-
-description
-       GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library
-       implementation of the Scheme programming language, written in C. GUILE
-       provides a machine-independent execution platform that can be linked in
-       as a library during the building of extensible programs.
-end
-
-source_dl  = ftp://ftp.gnu.org/gnu/guile/
-
-build
-       requires
-               gc-devel
-               gettext-devel
-               gmp-devel
-               libffi-devel >= 3.0.13
-               libtool-devel
-               libunistring-devel
-               readline-devel
-       end
-
-       export LD_LIBRARY_PATH = %{DIR_APP}/libguile/.libs
-
-       configure_options += \
-               --disable-static \
-               --disable-error-on-warning
-
-       install_cmds
-               # Drop unneeded stuff.
-               rm -rvf %{BUILDROOT}%{bindir}
-               rm -rvf %{BUILDROOT}%{includedir}
-               rm -rvf %{BUILDROOT}%{libdir}/pkgconfig
-               rm -rvf %{BUILDROOT}%{libdir}/*.so
-               rm -rvf %{BUILDROOT}%{datadir}/aclocal
-               rm -rvf %{BUILDROOT}%{datadir}/info
-               rm -rvf %{BUILDROOT}%{datadir}/man
-       end
-end
-
-packages
-       package %{name}
-               provides
-                       guile = %{thisver}
-               end
-
-               obsoletes
-                       guile-compat <= %{thisver}
-               end
-
-               conflicts
-                       guile <= %{thisver}
-               end
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end
diff --git a/guile/guile.nm b/guile/guile.nm
deleted file mode 100644 (file)
index 75b3ae2..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = guile
-version    = 2.2.4
-release    = 1
-
-groups     = Development/Tools
-url        = http://www.gnu.org/software/guile/
-license    = GPLv2+ and LGPLv2+ and GFDL and OFSFDL
-summary    = A GNU implementation of Scheme for application extensibility.
-
-description
-       GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library
-       implementation of the Scheme programming language, written in C. GUILE
-       provides a machine-independent execution platform that can be linked in
-       as a library during the building of extensible programs.
-end
-
-source_dl  = https://ftp.gnu.org/gnu/%{name}/
-
-build
-       requires
-               gc-devel
-               gettext-devel
-               gmp-devel
-               libffi-devel >= 3.0.13
-               libtool-devel
-               libunistring-devel
-               readline-devel
-       end
-
-       configure_options += \
-               --disable-static \
-               --disable-error-on-warning
-
-       export LD_LIBRARY_PATH = %{DIR_APP}/libguile/.libs
-
-       test
-               make check
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-devel
-               template DEVEL
-
-               requires
-                       gc-devel
-                       gmp-devel
-                       libtool-devel
-               end
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end