]> git.pld-linux.org Git - packages/diction.git/blob - diction.spec
- updated to 1.09
[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.09
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Text
8 Source0:        http://www.moria.de/~michael/diction/%{name}-%{version}.tar.gz
9 # Source0-md5:  eb82a90bbc93141f10deed301902d160
10 Patch1:         %{name}-texi.patch
11 URL:            http://www.moria.de/~michael/diction/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
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 charakterystyki
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 %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 install -d $RPM_BUILD_ROOT%{_infodir}
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 install diction*.info $RPM_BUILD_ROOT%{_infodir}
59
60 %find_lang %{name}
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %post
66 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
67
68 %postun
69 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
70
71 %files -f %{name}.lang
72 %defattr(644,root,root,755)
73 %doc README
74 %attr(755,root,root) %{_bindir}/*
75 %{_datadir}/%{name}
76 %{_mandir}/man?/*
77 %{_infodir}/*.info*
This page took 0.105439 seconds and 3 git commands to generate.