|
@@ -1,6 +1,6 @@
|
|
|
%define pkg_name the_silver_searcher
|
|
|
%define pkg_version 0.31.0
|
|
|
-%define pkg_release 2%{?_dist_release}
|
|
|
+%define pkg_release 3%{?_dist_release}
|
|
|
|
|
|
Summary: ag: The silver searcher
|
|
|
Summary(ja): ag: 高速検索プログラム
|
|
@@ -15,9 +15,7 @@ Source: %{pkg_name}-%{pkg_version}.tar.gz
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: pcre-devel xz-devel zlib-devel
|
|
|
-BuildRequires: clang-devel
|
|
|
Requires: pcre xz zlib
|
|
|
-Requires: clang
|
|
|
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
@@ -79,11 +77,12 @@ The Silver Searcher: 高速検索プログラム
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
-* Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 0.31.0-2
|
|
|
-- add BuildRequires: clang-devel
|
|
|
-- add Requires: clang
|
|
|
+* Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 0.31.0-3
|
|
|
- correct SPEC file
|
|
|
|
|
|
+* Wed Feb 17 2016 Toshiaki Ara <ara_t@384.jp> 0.31.0-2
|
|
|
+- add LICENSE
|
|
|
+
|
|
|
* Tue Sep 22 2015 Toshiaki Ara <ara_t@384.jp> 0.31.0-1
|
|
|
- new package
|
|
|
|