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