File roswell.spec of Package roswell
#
# spec file for package roswell
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
Name: roswell
Version: 24.10.115
Release: 0
Summary: Common Lisp installer and launcher
License: MIT
Group: Development/Languages/Other
URL: https://roswell.github.io/
Source: %{name}-%{version}.tar.gz
Patch0: roswell-bae3724.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libcurl-devel
BuildRequires: zlib-devel
Requires: automake
Requires: curl
%description
Roswell is a Common Lisp implementation installer and launcher for Unix
platforms. It is intended to be a command-line tool that makes installing
and managing Common Lisp implementations really simple and easy.
Roswell installs from several sources:
- Binary packages from the distribution
- Building from source
- Downloading prebuilt binaries
It also helps with:
- Installing Quicklisp (a library manager for Common Lisp)
- Managing different versions of Common Lisp implementations
- Launching Common Lisp with the right implementation and settings
%prep
%autosetup -p1
%build
./bootstrap
%configure
%install
%make_install
%files
%license COPYING
%doc README.md
%{_bindir}/ros
%{_sysconfdir}/roswell/
%{_mandir}/man1/ros.1*
%{_mandir}/man1/ros-asdf.1*
%{_mandir}/man1/ros-build.1*
%{_mandir}/man1/ros-checkout.1*
%{_mandir}/man1/ros-client.1*
%{_mandir}/man1/ros-config.1*
%{_mandir}/man1/ros-delete.1*
%{_mandir}/man1/ros-dump.1*
%{_mandir}/man1/ros-emacs.1*
%{_mandir}/man1/ros-help.1*
%{_mandir}/man1/ros-init.1*
%{_mandir}/man1/ros-install.1*
%{_mandir}/man1/ros-list.1*
%{_mandir}/man1/ros-run.1*
%{_mandir}/man1/ros-serve.1*
%{_mandir}/man1/ros-setup.1*
%{_mandir}/man1/ros-template.1*
%{_mandir}/man1/ros-update.1*
%{_mandir}/man1/ros-use.1*
%{_mandir}/man1/ros-wait.1*
%changelog
* Mon Sep 01 2025