roswell-vl.spec 2.2 KB

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