Browse Source

gauche: update to 0.9.6

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11737 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
ce6a81c469
1 changed files with 11 additions and 43 deletions
  1. 11 43
      g/gauche/gauche-vl.spec

+ 11 - 43
g/gauche/gauche-vl.spec

@@ -1,6 +1,6 @@
 %define pkg_name    gauche
-%define pkg_version 0.9.5
-%define pkg_release 2%{?_dist_release}
+%define pkg_version 0.9.6
+%define pkg_release 1%{?_dist_release}
 
 Summary:     An R7RS Scheme implementation developed to be a handy script interpreter
 Summary(ja): R7RS準拠のScheme処理系
@@ -17,42 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: zlib-devel
 BuildRequires: gdbm-devel
-BuildRequires: texi2html
-
-# BuildRequires: texinfo
-# BuildRequires: texlive-common
-# BuildRequires: texlive-collection-basic
-# BuildRequires: texlive-collection-latexextra
-# BuildRequires: texlive-collection-fontsextra
-
-# %if %{?_dist_release} == "vl6"
-# BuildRequires: texlive-collection-texinfo
-# %endif
-# %if %{?_dist_release} == "vl7"
-# BuildRequires: texlive-collection-plainextra
-# BuildRequires: texlive-collection-fontsrecommended
-# # rpm -qa --qf "BuildRequires: %{name}\n" | grep -v -e "doc$" | \
-# #   grep texlive-collection-lang
-# BuildRequires: texlive-collection-langenglish
-# BuildRequires: texlive-collection-langkorean
-# BuildRequires: texlive-collection-langitalian
-# BuildRequires: texlive-collection-langpolish
-# BuildRequires: texlive-collection-langgerman
-# BuildRequires: texlive-collection-langjapanese
-# BuildRequires: texlive-collection-langgreek
-# BuildRequires: texlive-collection-langcyrillic
-# BuildRequires: texlive-collection-langeuropean
-# BuildRequires: texlive-collection-langspanish
-# BuildRequires: texlive-collection-langcjk
-# BuildRequires: texlive-collection-langczechslovak
-# BuildRequires: texlive-collection-langfrench
-# BuildRequires: texlive-collection-langarabic
-# BuildRequires: texlive-collection-langother
-# BuildRequires: texlive-collection-langportuguese
-# BuildRequires: texlive-collection-langindic
-# BuildRequires: texlive-collection-langafrican
-# BuildRequires: texlive-collection-langchinese
-# %endif
+BuildRequires: texinfo
 
 Requires: gdbm
 
@@ -85,13 +50,14 @@ Gauche(ゴーシュ)は、スクリプトインタプリタとしての使い易
 %{__perl} -pi -e "s|DESTDIR\ +\=|DESTDIR = ${RPM_BUILD_ROOT}|" src/Makefile
 
 %{__make} %{?_smp_mflags}
-# (cd doc; %{__make} pdf html)
-(cd doc; %{__make} html)
+pushd doc
+%{__make}
+popd
+
 
 %install
 export LD_LIBRARY_PATH=${RPM_BUILD_ROOT}%{_libdir}:${LD_LIBRARY_PATH}
 %{__make} install DESTDIR=${RPM_BUILD_ROOT}
-%{__make} install-doc DESTDIR=${RPM_BUILD_ROOT}
 
 %check
 export LD_LIBRARY_PATH=${RPM_BUILD_ROOT}%{_libdir}:${LD_LIBRARY_PATH}
@@ -125,10 +91,9 @@ fi
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog HACKING NEWS README
-%doc doc/gauche-ref*.html
-# %doc doc/gauche-ref*.pdf
 %{_bindir}/
 %{_libdir}/gauche-*
+%{_libdir}/libgauche-*.a
 %{_libdir}/libgauche-*.so*
 %{_datadir}/aclocal/
 %{_datadir}/gauche-*
@@ -137,6 +102,9 @@ fi
 
 
 %changelog
+* Thu Jul 05 2018 Toshiaki Ara <ara_t@384.jp> 0.9.6-1
+- update to 0.9.6
+
 * Sun Nov 06 2016 Toshiaki Ara <ara_t@384.jp> 0.9.5-2
 - change Group to Development/Languages