]> git.pld-linux.org Git - packages/dict-mueller7acc.git/blame - dict-mueller7acc.spec
- rel 5 (use %service)
[packages/dict-mueller7acc.git] / dict-mueller7acc.spec
CommitLineData
ca967b27
TP
1%define dictname mueller7acc
2Summary: English-Russian dictionary with accents for dictd
606639b8 3Summary(pl.UTF-8): Słownik angielsko-rosyjski z akcentami dla dictd
ca967b27
TP
4Name: dict-%{dictname}
5Version: 1.2
45a69d74 6Release: 5
ca967b27
TP
7License: GPL
8Group: Applications/Dictionaries
9Source0: http://mueller-dic.chat.ru/Mueller7accentGPL.tgz
cd953ff5 10# Source0-md5: b882581e130ffa0ea3baea5eeea484a2
ca967b27
TP
11# This one is compressed with bzip2 (do not trust tgz!)
12#Source0: http://www.geocities.com/mueller_dic/Mueller7accentGPL.tgz
13Source1: http://www.math.sunysb.edu/~comech/tools/to-dict
cd953ff5 14# Source1-md5: 3c1b69c290fb4c06bf3456baf5bf8b97
ca967b27
TP
15URL: http://mueller-dic.chat.ru/
16BuildRequires: dictfmt
17BuildRequires: dictzip
45a69d74 18BuildRequires: rpmbuild(macros) >= 1.268
ca967b27 19Requires: %{_sysconfdir}/dictd
3a04a8eb 20Requires: dictd
ca967b27
TP
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Electronic version of 7th edition of English-Russian dictionary with
25accents by V. K. Mueller.
26
5d00bb95
JR
27%description -l pl.UTF-8
28Elektroniczna wersja 7. wydania słownika angielsko rosyjskiego z
ca967b27
TP
29akcentami V. K. Muellera.
30
31%prep
32%setup -q -c
ca967b27
TP
33cp %{SOURCE1} .
34chmod +x ./to-dict
45a69d74
ER
35
36%build
ca967b27
TP
37./to-dict --no-trans usr/local/share/dict/Mueller7accentGPL.koi mueller7acc.notr
38./to-dict --src-data mueller7acc.notr mueller7acc.data && rm -f mueller7acc.notr
39./to-dict --data-dict mueller7acc.data mueller7acc && rm -f mueller7acc.data
40./to-dict --expand-index mueller7acc.index mueller7acc.index.exp
41mv -f mueller7acc.index.exp mueller7acc.index
42
43%install
44rm -rf $RPM_BUILD_ROOT
45install -d $RPM_BUILD_ROOT{%{_datadir}/dictd,%{_sysconfdir}/dictd}
46
47dictprefix=%{_datadir}/dictd/%{dictname}
bb5dacb3 48echo "# Mueller English-Russian dictionary, 7-th edition with accents (%{version})
ca967b27 49database %{dictname} {
5a90f1c2 50 data \"$dictprefix.dict\"
ca967b27
TP
51 index \"$dictprefix.index\"
52}" > $RPM_BUILD_ROOT%{_sysconfdir}/dictd/%{dictname}.dictconf
53mv %{dictname}.* $RPM_BUILD_ROOT%{_datadir}/dictd
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%post
45a69d74 59%service -q dictd restart
ca967b27
TP
60
61%postun
45a69d74
ER
62if [ "$1" = 0 ]; then
63 %service -q dictd restart
ca967b27
TP
64fi
65
66%files
67%defattr(644,root,root,755)
68%doc usr/local/share/mova/Mueller7.txt
69%lang(ru) %doc usr/local/share/mova/Mueller7_koi.txt
3a04a8eb 70%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dictd/%{dictname}.dictconf
ca967b27 71%{_datadir}/dictd/%{dictname}.*
This page took 0.080073 seconds and 4 git commands to generate.