|
@@ -1,7 +1,10 @@
|
|
|
|
+%define pkgversion 1.3.4
|
|
|
|
+%define fileversion 1_3_4
|
|
|
|
+
|
|
Summary: SKK dictionary editing tool
|
|
Summary: SKK dictionary editing tool
|
|
Name: skktools
|
|
Name: skktools
|
|
-Version: 1.3.1
|
|
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Version: %{pkgversion}
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: Applications/Text
|
|
Group: Applications/Text
|
|
URL: http://openlab.ring.gr.jp/skk/tools-ja.html
|
|
URL: http://openlab.ring.gr.jp/skk/tools-ja.html
|
|
@@ -18,7 +21,7 @@ A package is collection of files need for maintenance and
|
|
expansion of SKK dictionaries.
|
|
expansion of SKK dictionaries.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q
|
|
|
|
|
|
+%setup -q -n skktools-skktools-%{fileversion}
|
|
|
|
|
|
%build
|
|
%build
|
|
CFLAGS="%{optflags}" ./configure --prefix=%{_prefix} --with-gdbm
|
|
CFLAGS="%{optflags}" ./configure --prefix=%{_prefix} --with-gdbm
|
|
@@ -32,10 +35,13 @@ rm -rf %{buildroot}
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc COPYING ChangeLog README READMEs/README.C READMEs/FAQ.txt
|
|
|
|
|
|
+%doc COPYING ChangeLog README.md READMEs/*
|
|
%{_bindir}/*
|
|
%{_bindir}/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue May 14 2019 Toshiaki Ara <ara_t@384.jp> 1.3.4-1
|
|
|
|
+- update to 1.3.4
|
|
|
|
+
|
|
* Wed Jul 08 2015 Toshiak Ara <ara_t@384.jp> 1.3.1-3
|
|
* Wed Jul 08 2015 Toshiak Ara <ara_t@384.jp> 1.3.1-3
|
|
- BuildRequires: glib2-devel
|
|
- BuildRequires: glib2-devel
|
|
|
|
|