]> git.pld-linux.org Git - packages/dict-anhviet.git/blame - dict-anhviet.spec
- rel 4 (use %service)
[packages/dict-anhviet.git] / dict-anhviet.spec
CommitLineData
e22d95b9
TP
1%define dictname anhviet
2Summary: English-Vietnamese dictionary for dictd
79bb2fb4 3Summary(pl.UTF-8): Słownik angielsko-wietnamski dla dictd
e22d95b9
TP
4Name: dict-%{dictname}
5Version: 1.0
76df1016 6Release: 4
e22d95b9
TP
7License: GPL (?)
8Group: Applications/Dictionaries
9Source0: http://vietlug.sourceforge.net/download/emacs/%{dictname}.index
6fbb693b 10# Source0-md5: f319c97dd99a8890f27d947b23820e8f
e22d95b9 11Source1: http://vietlug.sourceforge.net/download/emacs/%{dictname}.utf.dz
6fbb693b 12# Source1-md5: e96b030c7814d8ee9dbd30cd039e5f70
e22d95b9 13URL: http://vietlug.sourceforge.net/
76df1016 14BuildRequires: rpmbuild(macros) >= 1.268
e22d95b9 15Requires: %{_sysconfdir}/dictd
240a2049 16Requires: dictd
e22d95b9
TP
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20English-Vietnamese dictionary for dictd.
21
33a01dfd
JR
22%description -l pl.UTF-8
23Słownik angielsko-wietnamski dla dictd.
e22d95b9 24
26d6581f 25%prep
26d6581f 26
e22d95b9
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 "# English-Vietnamese 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
76df1016 45%service -q dictd restart
e22d95b9
TP
46
47%postun
76df1016
ER
48if [ "$1" = 0 ]; then
49 %service -q dictd restart
e22d95b9
TP
50fi
51
52%files
53%defattr(644,root,root,755)
240a2049 54%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dictd/%{dictname}.dictconf
e22d95b9 55%{_datadir}/dictd/%{dictname}.*
This page took 0.056937 seconds and 4 git commands to generate.