|
@@ -1,6 +1,6 @@
|
|
%define pkg_name littler
|
|
%define pkg_name littler
|
|
-%define pkg_version 0.3.0
|
|
|
|
-%define pkg_release 2%{?_dist_release}
|
|
|
|
|
|
+%define pkg_version 0.3.2
|
|
|
|
+%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
Summary: GNU R script language and command-line frontend
|
|
Summary: GNU R script language and command-line frontend
|
|
Summary(ja): GNU R スクリプト言語およびコマンドラインフロントエンド
|
|
Summary(ja): GNU R スクリプト言語およびコマンドラインフロントエンド
|
|
@@ -17,6 +17,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: R
|
|
BuildRequires: R
|
|
BuildRequires: zlib-devel bzip2-devel
|
|
BuildRequires: zlib-devel bzip2-devel
|
|
BuildRequires: libicu-devel
|
|
BuildRequires: libicu-devel
|
|
|
|
+BuildRequires: xz-devel
|
|
|
|
+BuildRequires: pcre-devel
|
|
|
|
+
|
|
Requires: R
|
|
Requires: R
|
|
|
|
|
|
Obsoletes: littler
|
|
Obsoletes: littler
|
|
@@ -60,6 +63,14 @@ cd ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Apr 11 2017 Toshiaki Ara <ara_t@384.jp> 0.3.2-1
|
|
|
|
+- update 0.3.2
|
|
|
|
+- add BuildRequires for Vine6
|
|
|
|
+ - xz-devel pcre-devel
|
|
|
|
+
|
|
|
|
+* Sun Aug 07 2016 Toshiaki Ara <ara_t@384.jp> 0.3.1-1
|
|
|
|
+- update 0.3.1
|
|
|
|
+
|
|
* Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 0.3.0-2
|
|
* Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 0.3.0-2
|
|
- correct SPEC file
|
|
- correct SPEC file
|
|
|
|
|