source: projects/specs/trunk/g/gene95-fpw/gene95-fpw-vl.spec @ 9684

Revision 9684, 1.3 KB checked in by Takemikaduchi, 9 years ago (diff)

gnumeric, goffice, libgsf, maxima, gnupg: update
others: rebuild

Line 
1Summary: convert program to JIS X 4081 format for GENE95 Dictionary with FreePWING
2Summary(ja): FreePWING を使って GENE95 英和辞書を JIS X 4081 形式へ変換するプログラム
3Name: gene95-fpw
4Version: 1.1.2
5Release: 2%{?_dist_release}
6License: GPLv2+
7Group: Applications/Text
8URL: http://openlab.ring.gr.jp/edict/fpw/#gene95
9Source0: http://openlab.ring.gr.jp/edict/fpw/dist/gene95/%{name}%{version}-src.tar.gz
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
11BuildArch: noarch
12Requires: freepwing
13
14%description
15convert program to JIS X 4081 format for GENE95 Dictionary with FreePWING
16
17%description -l ja
18FreePWING を使って GENE95 英和辞書を JIS X 4081 形式へ変換するプログラム
19
20%prep
21%setup -q -n %{name}%{version}
22
23
24%install
25%{__rm} -rf %{buildroot}
26%{__mkdir} -p %{buildroot}%{_bindir}
27%{__mkdir} -p %{buildroot}%{_datadir}/%{name}
28%{__install} -m0755 fpwgene95 %{buildroot}%{_bindir}
29%{__install} -m0644 Makefile catalogs.txt %{buildroot}%{_datadir}/%{name}
30
31%clean
32%{__rm} -rf %{buildroot}
33
34%files
35%defattr(-,root,root,-)
36%doc README
37%{_bindir}/fpwgene95
38%{_datadir}/%{name}
39
40%changelog
41* Fri Jul 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-2
42- rebuild with VineSeed environment
43
44* Thu Mar 25 2010 IWAI, Masaharu <iwai@alib.jp> 1.1.2-1
45- Initial build.
46
Note: See TracBrowser for help on using the repository browser.