]> git.pld-linux.org Git - packages/dict-vietanh.git/blame - dict-vietanh.spec
- rel 4 (use %service)
[packages/dict-vietanh.git] / dict-vietanh.spec
CommitLineData
50417c41
TP
1%define dictname vietanh
2Summary: Vietnamese-English dictionary for dictd
24b420dc 3Summary(pl.UTF-8): Słownik wietnamsko-angielski dla dictd
50417c41
TP
4Name: dict-%{dictname}
5Version: 1.0
675a67a2 6Release: 4
50417c41
TP
7License: GPL (?)
8Group: Applications/Dictionaries
9Source0: http://vietlug.sourceforge.net/download/emacs/%{dictname}.index
8af52d34 10# Source0-md5: bf0436710baba2be46e6d8177409cac7
50417c41 11Source1: http://vietlug.sourceforge.net/download/emacs/%{dictname}.telex.dz
8af52d34 12# Source1-md5: 4a4a9f37916d3db0d4ca3ab0e7381927
50417c41 13URL: http://vietlug.sourceforge.net/
50417c41 14Requires: %{_sysconfdir}/dictd
675a67a2 15BuildRequires: rpmbuild(macros) >= 1.268
75803b10 16Requires: dictd
50417c41
TP
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Vietnamese-English dictionary for dictd.
21
ea4cb7a9
JR
22%description -l pl.UTF-8
23Słownik wietnamsko-angielski dla dictd.
50417c41 24
db6b7407 25%prep
db6b7407 26
50417c41
TP
27%install
28rm -rf $RPM_BUILD_ROOT
29install -d $RPM_BUILD_ROOT{%{_datadir}/dictd,%{_sysconfdir}/dictd}
30
31install %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/dictd
32install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/dictd/%{dictname}.dict.dz
33
34dictprefix=%{_datadir}/dictd/%{dictname}
35echo "# Vietnamese-English dictionary
36database %{dictname} {
37 data \"$dictprefix.dict.dz\"
38 index \"$dictprefix.index\"
39}" > $RPM_BUILD_ROOT%{_sysconfdir}/dictd/%{dictname}.dictconf
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%post
675a67a2 45%service -q dictd restart
50417c41
TP
46
47%postun
675a67a2
ER
48if [ "$1" = 0 ]; then
49 %service -q dictd restart
50417c41
TP
50fi
51
52%files
53%defattr(644,root,root,755)
75803b10 54%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dictd/%{dictname}.dictconf
50417c41 55%{_datadir}/dictd/%{dictname}.*
This page took 0.129979 seconds and 4 git commands to generate.