|
@@ -1,7 +1,9 @@
|
|
%define pkg_name sbcl
|
|
%define pkg_name sbcl
|
|
-%define pkg_version 1.3.4
|
|
|
|
|
|
+%define pkg_version 1.3.6
|
|
%define pkg_release 1%{?_dist_release}
|
|
%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
|
|
+%define sbcl 1
|
|
|
|
+
|
|
Summary: Steel Bank Common Lisp
|
|
Summary: Steel Bank Common Lisp
|
|
Name: %{pkg_name}
|
|
Name: %{pkg_name}
|
|
Version: %{pkg_version}
|
|
Version: %{pkg_version}
|
|
@@ -13,14 +15,22 @@ URL: http://www.sbcl.org/
|
|
SOURCE: sbcl-%{version}-source.tar.bz2
|
|
SOURCE: sbcl-%{version}-source.tar.bz2
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+
|
|
|
|
+%if !%{sbcl}
|
|
BuildRequires: clisp
|
|
BuildRequires: clisp
|
|
|
|
+%else
|
|
|
|
+BuildRequires: sbcl
|
|
|
|
+%endif
|
|
|
|
+
|
|
BuildRequires: texinfo
|
|
BuildRequires: texinfo
|
|
-%if %{?_dist_release} == "vl6"
|
|
|
|
BuildRequires: texlive-common
|
|
BuildRequires: texlive-common
|
|
|
|
+%if %{?_dist_release} == "vl6"
|
|
BuildRequires: texlive-collection-texinfo
|
|
BuildRequires: texlive-collection-texinfo
|
|
|
|
+%else
|
|
|
|
+BuildRequires: texlive-collection-plainextra
|
|
|
|
+BuildRequires: texlive-collection-fontsrecommended
|
|
%endif
|
|
%endif
|
|
|
|
|
|
-
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
Packager: ara_t
|
|
Packager: ara_t
|
|
@@ -39,13 +49,14 @@ a statistical profiler, a code coverage tool, and many other extensions.
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
+%if !%{sbcl}
|
|
sh make.sh "clisp" --prefix=%{_usr}
|
|
sh make.sh "clisp" --prefix=%{_usr}
|
|
|
|
+%else
|
|
|
|
+sh make.sh --prefix=%{_usr}
|
|
|
|
+%endif
|
|
|
|
|
|
cd doc/manual
|
|
cd doc/manual
|
|
-%{__make} html info
|
|
|
|
-%if %{?_dist_release} == "vl6"
|
|
|
|
-%{__make} pdf
|
|
|
|
-%endif
|
|
|
|
|
|
+%{__make} pdf html info
|
|
|
|
|
|
%install
|
|
%install
|
|
export INSTALL_ROOT=${RPM_BUILD_ROOT}%{_prefix}
|
|
export INSTALL_ROOT=${RPM_BUILD_ROOT}%{_prefix}
|
|
@@ -90,5 +101,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jun 19 2016 Toshiaki Ara <ara_t@384.jp> 1.3.6-1
|
|
|
|
+- update to 1.3.6
|
|
|
|
+- make PDF files for VineSeed
|
|
|
|
+
|
|
* Sun Apr 17 2016 Toshiaki Ara <ara_t@384.jp> 1.3.4-1
|
|
* Sun Apr 17 2016 Toshiaki Ara <ara_t@384.jp> 1.3.4-1
|
|
- new package
|
|
- new package
|