|
@@ -1,6 +1,6 @@
|
|
%define pkg_name gauche
|
|
%define pkg_name gauche
|
|
-%define pkg_version 0.9.5
|
|
+%define pkg_version 0.9.6
|
|
-%define pkg_release 2%{?_dist_release}
|
|
+%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
Summary: An R7RS Scheme implementation developed to be a handy script interpreter
|
|
Summary: An R7RS Scheme implementation developed to be a handy script interpreter
|
|
Summary(ja): R7RS準拠のScheme処理系
|
|
Summary(ja): R7RS準拠のScheme処理系
|
|
@@ -17,42 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: gdbm-devel
|
|
BuildRequires: gdbm-devel
|
|
-BuildRequires: texi2html
|
|
+BuildRequires: texinfo
|
|
-
|
|
|
|
-# 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
|
|
|
|
|
|
|
|
Requires: gdbm
|
|
Requires: gdbm
|
|
|
|
|
|
@@ -85,13 +50,14 @@ Gauche(ゴーシュ)は、スクリプトインタプリタとしての使い易
|
|
%{__perl} -pi -e "s|DESTDIR\ +\=|DESTDIR = ${RPM_BUILD_ROOT}|" src/Makefile
|
|
%{__perl} -pi -e "s|DESTDIR\ +\=|DESTDIR = ${RPM_BUILD_ROOT}|" src/Makefile
|
|
|
|
|
|
%{__make} %{?_smp_mflags}
|
|
%{__make} %{?_smp_mflags}
|
|
-# (cd doc; %{__make} pdf html)
|
|
+pushd doc
|
|
-(cd doc; %{__make} html)
|
|
+%{__make}
|
|
|
|
+popd
|
|
|
|
+
|
|
|
|
|
|
%install
|
|
%install
|
|
export LD_LIBRARY_PATH=${RPM_BUILD_ROOT}%{_libdir}:${LD_LIBRARY_PATH}
|
|
export LD_LIBRARY_PATH=${RPM_BUILD_ROOT}%{_libdir}:${LD_LIBRARY_PATH}
|
|
%{__make} install DESTDIR=${RPM_BUILD_ROOT}
|
|
%{__make} install DESTDIR=${RPM_BUILD_ROOT}
|
|
-%{__make} install-doc DESTDIR=${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
%check
|
|
%check
|
|
export LD_LIBRARY_PATH=${RPM_BUILD_ROOT}%{_libdir}:${LD_LIBRARY_PATH}
|
|
export LD_LIBRARY_PATH=${RPM_BUILD_ROOT}%{_libdir}:${LD_LIBRARY_PATH}
|
|
@@ -125,10 +91,9 @@ fi
|
|
%files
|
|
%files
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
%doc AUTHORS COPYING ChangeLog HACKING NEWS README
|
|
%doc AUTHORS COPYING ChangeLog HACKING NEWS README
|
|
-%doc doc/gauche-ref*.html
|
|
|
|
-# %doc doc/gauche-ref*.pdf
|
|
|
|
%{_bindir}/
|
|
%{_bindir}/
|
|
%{_libdir}/gauche-*
|
|
%{_libdir}/gauche-*
|
|
|
|
+%{_libdir}/libgauche-*.a
|
|
%{_libdir}/libgauche-*.so*
|
|
%{_libdir}/libgauche-*.so*
|
|
%{_datadir}/aclocal/
|
|
%{_datadir}/aclocal/
|
|
%{_datadir}/gauche-*
|
|
%{_datadir}/gauche-*
|
|
@@ -137,6 +102,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Sun Nov 06 2016 Toshiaki Ara <ara_t@384.jp> 0.9.5-2
|
|
- change Group to Development/Languages
|
|
- change Group to Development/Languages
|
|
|
|
|