Browse Source

update to 1.3.6

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10382 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 7 years ago
parent
commit
c6c520afb4
1 changed files with 22 additions and 7 deletions
  1. 22 7
      s/sbcl/sbcl-vl.spec

+ 22 - 7
s/sbcl/sbcl-vl.spec

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