File roswell.spec of Package roswell

#
# spec file for package roswell
#
# Copyright (c) 2020 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.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           roswell
Version:        21.05.14.109
Release:        0
Summary:        Common Lisp environment setup Utility
License:        MIT
Group:          Development/Languages/Other
URL:            https://github.com/roswell/roswell/
Source:         https://github.com/roswell/roswell/archive/v%{version}.tar.gz
BuildRequires:  automake
BuildRequires:  libcurl-devel

%description
Roswell is a Lisp implementation installer/manager, launcher, and much more!

Roswell started out as a command-line tool with the aim to make installing and managing Common Lisp implementations really simple and easy.

Roswell has now evolved into a full-stack environment for Common Lisp development, and has many features that makes it easy to test, share, and distribute your Lisp applications. With Roswell, we aim to push the Common Lisp community to a whole new level of productivity.

Roswell is still in beta. Despite this, the basic interfaces are stable and not likely to change. Roswell currently works well on Unix-like platforms such as Linux, Mac OS X and FreeBSD. Roswell also works on other operating systems, but currently some parts or features might be missing or unstable.

%prep
%setup -q

%build
sh bootstrap
%configure
%make_build

%install
%make_install
find %{buildroot}/%{_sysconfdir} -name '*.ros' -exec chmod +x {} \;

%files
%{_bindir}/ros
%{_mandir}/man1/*
%doc README.md HACKING.md ChangeLog
%license COPYING
%config(noreplace) %{_sysconfdir}/roswell

%changelog
openSUSE Build Service is sponsored by