]> git.pld-linux.org Git - packages/catdoc.git/blob - catdoc.spec
- some pld.org.pl->pld-linux.org cosmetics
[packages/catdoc.git] / catdoc.spec
1 Summary:        Reads MS-Word file and puts its content as plain text on standard output
2 Summary(pl):    Program konwertuj±cy pliki MS Worda na czysty tekst
3 Name:           catdoc
4 Version:        0.91.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/Text
8 Group(cs):      Aplikace/Text
9 Group(de):      Anwendungen/Text
10 Group(es):      Aplicaciones/Texto
11 Group(fr):      Applications/Texte
12 Group(ja):      ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó/¥Æ¥­¥¹¥È
13 Group(pl):      Aplikacje/Tekst
14 Group(pt):      Aplicações/Texto
15 Group(ru):      ðÒÉÌÏÖÅÎÉÑ/òÁÂÏÔÁ Ó ÔÅËÓÔÁÍÉ
16 Source0:        ftp://ftp.ice.ru/pub/vitus/%{name}-%{version}.tar.gz
17 URL:            http://www.ice.ru/~vitus/catdoc/
18 BuildRequires:  tk
19 BuildRequires:  automake
20 BuildRequires:  autoconf
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 CATDOC is program which reads MS-Word file and prints readable ASCII
25 text to stdout, just like Unix cat command. It also able to produce
26 correct escape sequences if some UNICODE charachers have to be
27 represented specially in your typesetting system such as (La)TeX.
28
29 %description -l pl
30 catdoc jest programem czytaj±cym dokumenty MS-Worda i wypisuj±cym
31 tekst ASCII na standardowe wyj¶cie, podobnie jak komenda cat. Mo¿e
32 tak¿e tworzyæ poprawne sekwencje dla niektórych znaków unikodowych
33 reprezentowanych specjalnie w systemie sk³adu, jak np. (La)TeX.
34
35 %prep
36 %setup -q
37
38 %build
39 aclocal
40 autoconf
41 %configure \
42         --with-wish=/usr/bin/wish
43
44 %{__make} FLAGS="%{rpmcflags}"
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         installroot=$RPM_BUILD_ROOT \
51         mandir=%{_mandir}/man1
52
53 gzip -9nf CREDITS README NEWS TODO
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc *.gz
61 %attr(755, root, root) %{_bindir}/*
62 %{_libdir}/catdoc
63 %{_mandir}/man1/*
This page took 0.091525 seconds and 3 git commands to generate.