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