source: projects/specs/trunk/lib/libk/libkkc-data/libkkc-data-vl.spec @ 7442

Revision 7442, 1.1 KB checked in by iwaim, 11 years ago (diff)

libkkc-data 0.1.1-1

Line 
1%define ver 0.1.1
2%define rel 1
3
4Summary: Language model data package for libkkc
5Summary(ja): libkkc のための言語モデルデータ
6Name: libkkc-data
7Version: %{ver}
8Release: %{rel}%{_dist_release}
9License: GPLv3
10Group: Development/Libraries
11URL: https://bitbucket.org/libkkc/
12Source0: %{name}-%{version}.tar.gz
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
14BuildRequires: libkkc-devel >= 0.1.0
15Requires: libkkc
16
17Vendor: Project Vine
18Distribution: Vine Linux
19Packager: iwaim
20
21%description
22Language model data package for libkkc
23
24%prep
25%setup -q
26
27%build
28%configure
29%__make
30
31%install
32%__rm -rf $RPM_BUILD_ROOT
33%makeinstall
34
35%clean
36%__rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(-,root,root,-)
40%doc README ChangeLog COPYING AUTHORS NEWS
41%dir %{_datadir}/libkkc/models
42%{_datadir}/libkkc/models/sorted3
43
44%changelog
45* Wed Feb  6 2013 IWAI, Masaharu <iwai@alib.jp> 0.1.1-1
46- update to 0.1.1
47
48* Fri Feb  1 2013 IWAI, Masaharu <iwai@alib.jp> 0.1.0-1
49- update to 0.1.0
50- add requires package version: libkkc-devel >= 0.1.0
51
52* Mon Jan 28 2013 IWAI, Masaharu <iwai@alib.jp> 0.0.1-1
53- initial build for Vine Linux
54
Note: See TracBrowser for help on using the repository browser.