source: projects/specs/trunk/r/roswell/roswell-vl.spec @ 12002

Revision 12002, 2.2 KB checked in by ara_t, 5 years ago (diff)

roswell: update to 19.1.10.96

Line 
1%define pkg_name    roswell
2%define pkg_version 19.1.10.96
3%define pkg_release 1%{?_dist_release}
4
5Summary: Common Lisp environment setup Utility
6Summary(ja): Common Lisp 環境のセットアップユーティリティ
7Name:    %{pkg_name}
8Version: %{pkg_version}
9Release: %{pkg_release}
10
11License: MIT License
12Group:   Development/Languages
13URL:     https://github.com/roswell/roswell
14SOURCE:  %{name}-%{version}.tar.gz
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17BuildRequires: curl-devel
18
19Vendor: Project Vine
20Distribution: Vine Linux
21
22
23%description
24Roswell is a Lisp implementation installer/manager, launcher,
25and much more!
26
27Roswell started out as a command-line tool with the aim to
28make installing and managing Common Lisp implementations
29really simple and easy.
30
31Roswell has now evolved into a full-stack environment for
32Common Lisp development, and has many features that makes it
33easy to test, share, and distribute your Lisp applications.
34With Roswell, we aim to push the Common Lisp community to
35a whole new level of productivity.
36
37Roswell is still in beta. Despite this, the basic interfaces
38are stable and not likely to change. Roswell currently works
39well on Unix-like platforms such as Linux, Mac OS X and FreeBSD.
40Roswell also works on other operating systems, but currently
41some parts or features might be missing or unstable.
42
43
44%prep
45%{__rm} -rf ${RPM_BUILD_ROOT}
46%setup -q
47
48%build
49./bootstrap
50%{configure}
51%{__make} %{?_smp_mflags}
52
53%install
54%{__make} install DESTDIR=${RPM_BUILD_ROOT}
55
56%check
57%{__make} check
58
59%clean
60%{__rm} -rf ${RPM_BUILD_ROOT}
61
62
63%files
64%defattr(-, root, root)
65%doc AUTHORS COPYING ChangeLog *.md NEWS
66%{_bindir}/
67%{_sysconfdir}/%{name}/
68%{_mandir}/man1/
69
70
71%changelog
72* Thu Jan 03 2019 Toshiaki Ara <ara_t@384.jp> 19.1.10.96-1
73- update to 19.1.10.96
74
75* Wed Oct 10 2018 Toshiaki Ara <ara_t@384.jp> 18.10.10.95-1
76- update to 18.10.10.95
77
78* Mon Sep 17 2018 Toshiaki Ara <ara_t@384.jp> 18.9.10.94-1
79- update to 18.9.10.94
80
81* Wed Aug 15 2018 Toshiaki Ara <ara_t@384.jp> 18.8.10.93-1
82- update to 18.8.10.93
83
84* Fri Aug 03 2018 Toshiaki Ara <ara_t@384.jp> 18.6.10.92-1
85- update to 18.6.10.92
86
87* Thu Mar 29 2018 Toshiaki Ara <ara_t@384.jp> 18.3.10.89-1
88- update to 18.3.10.89
89
90* Mon Dec 25 2017 Toshiaki Ara <ara_t@384.jp> 17.12.10.86-1
91- new package
Note: See TracBrowser for help on using the repository browser.