|
@@ -2,7 +2,7 @@ Summary: Double ARray Trie System
|
|
Summary(ja): Double-Array を構築するためのライブラリ
|
|
Summary(ja): Double-Array を構築するためのライブラリ
|
|
Name: darts
|
|
Name: darts
|
|
Version: 0.32
|
|
Version: 0.32
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 3%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2
|
|
License: LGPLv2
|
|
@@ -13,6 +13,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
|
|
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Double ARray Trie System
|
|
Double ARray Trie System
|
|
|
|
|
|
@@ -57,6 +60,10 @@ make CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
|
|
%{_includedir}/darts.h
|
|
%{_includedir}/darts.h
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jan 26 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.32-3
|
|
|
|
+- build with current VineSeed
|
|
|
|
+- add Distribution and Vendor tags
|
|
|
|
+
|
|
* Wed Apr 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.32-2
|
|
* Wed Apr 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.32-2
|
|
- rebuilt with current VineSeed
|
|
- rebuilt with current VineSeed
|
|
|
|
|