|
@@ -1,5 +1,5 @@
|
|
%define pkg_name chicken
|
|
%define pkg_name chicken
|
|
-%define pkg_version 4.10.0
|
|
+%define pkg_version 4.11.0
|
|
%define pkg_release 1%{?_dist_release}
|
|
%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
Summary: Practical and portable Scheme system - compiler
|
|
Summary: Practical and portable Scheme system - compiler
|
|
@@ -13,7 +13,6 @@ URL: https://www.call-cc.org/
|
|
Source: http://code.call-cc.org/releases/%{version}/%{name}-%{version}.tar.gz
|
|
Source: http://code.call-cc.org/releases/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-# Patch0: 1269.patch
|
|
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -28,7 +27,6 @@ and R7RS (work in progress) standards, and many extensions.
|
|
%prep
|
|
%prep
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
%setup -q
|
|
%setup -q
|
|
-# %patch0
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%{__make} \
|
|
%{__make} \
|
|
@@ -43,8 +41,8 @@ and R7RS (work in progress) standards, and many extensions.
|
|
IDOCDIR=%{_docdir}/%{name}-%{version} \
|
|
IDOCDIR=%{_docdir}/%{name}-%{version} \
|
|
DESTDIR=${RPM_BUILD_ROOT}
|
|
DESTDIR=${RPM_BUILD_ROOT}
|
|
|
|
|
|
-# %check
|
|
+%check
|
|
-# %{__make} check PLATFORM=linux
|
|
+%{__make} check PLATFORM=linux
|
|
|
|
|
|
%clean
|
|
%clean
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
@@ -66,5 +64,9 @@ and R7RS (work in progress) standards, and many extensions.
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jun 19 2016 Toshiaki Ara <ara_t@384.jp> 4.11.0-1
|
|
|
|
+- update to 4.11.0
|
|
|
|
+- add %{__make} check for VineSeed
|
|
|
|
+
|
|
* Fri May 13 2016 Toshiaki Ara <ara_t@384.jp> 4.10.0-1
|
|
* Fri May 13 2016 Toshiaki Ara <ara_t@384.jp> 4.10.0-1
|
|
- new package
|
|
- new package
|