]> git.pld-linux.org Git - packages/diction.git/blob - diction.spec
- second part of small fixes inspired by kloczek (this time better checked,
[packages/diction.git] / diction.spec
1 Summary:        Analyze text for style
2 Summary(pl):    Narzêdzie analizuj±ce tekst pod k±tem stylu
3 Name:           diction
4 Version:        1.02
5 Release:        2
6 License:        GPL
7 Group:          Applications/Text
8 Source0:        http://www.moria.de/~michael/diction/%{name}-%{version}.tar.gz
9 # Source0-md5:  e50fd9139d47b1f146b1342293825f19
10 Patch0:         %{name}-DESTDIR.patch
11 Patch1:         %{name}-texi.patch
12 URL:            http://www.moria.de/~michael/diction/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  texinfo
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 GNU diction and style are free implementations of old standard unix
20 commands, that are not available on many modern systems, because they
21 have been unbundled. Diction prints wordy and commonly misused
22 phrases. Style analyses surface characteristics of a document, e.g.
23 sentence length and various readability measures, but unlike the
24 original code, it lacks sentence type, word usage and most sentence
25 beginning processing.
26
27 Both commands support English and German documents.
28
29 %description -l pl
30 GNU diction oraz style s± otwartymi implementacjami starych,
31 standardowych komend uniksowych, które nie s± dostêpne na wielu
32 nowoczesnych systemach. Diction wypisuje czêste pomy³ki s³owne i ¼le
33 u¿yte wyra¿enia. Style analizuje powierzchniowe charakterystki
34 dokumentu, np. d³ugo¶æ zdañ oraz ró¿ne wska¼niki czytelno¶ci, jednak w
35 przeciwieñstwie do oryginalnej wersji nie przeprowadza analizy typu
36 zdañ, u¿ycia s³ów oraz pocz±tków zdañ.
37
38 Obie komendy wspieraj± jêzyki angielski i niemiecki.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43 %patch1 -p1
44
45 %build
46 autoconf
47 cp -f %{_datadir}/automake/{config.,missing}* .
48 %configure
49 %{__make}
50 makeinfo diction.texi
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT%{_infodir}
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 install diction*.info $RPM_BUILD_ROOT%{_infodir}
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %post
65 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
66
67 %postun
68 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
69
70 %files
71 %defattr(644,root,root,755)
72 %doc README
73 %attr(755,root,root) %{_bindir}/*
74 %{_datadir}/%{name}
75 %{_mandir}/man?/*
76 %{_infodir}/*
This page took 0.069022 seconds and 4 git commands to generate.