]> git.pld-linux.org Git - packages/catdoc.git/blob - catdoc.spec
- up to 0.91.6
[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.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/Text
8 # Source0-md5:  460ee1aaaa34363b2cfb56748a14a55d
9 Source0:        ftp://ftp.45.free.net/pub/catdoc/%{name}-%{version}.tar.gz
10 URL:            http://www.45.free.net/~vitus/ice/catdoc/
11 BuildRequires:  tk
12 BuildRequires:  automake
13 BuildRequires:  autoconf
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 CATDOC is program which reads MS-Word file and prints readable ASCII
18 text to stdout, just like Unix cat command. It is also able to produce
19 correct escape sequences if some UNICODE characters have to be
20 represented specially in your typesetting system such as (La)TeX.
21
22 %description -l pl
23 catdoc jest programem czytaj±cym dokumenty MS-Worda i wypisuj±cym
24 tekst ASCII na standardowe wyj¶cie, podobnie jak komenda cat. Mo¿e
25 tak¿e tworzyæ poprawne sekwencje dla niektórych znaków unikodowych
26 reprezentowanych specjalnie w systemie sk³adu, jak np. (La)TeX.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %configure \
35         --with-wish=/usr/bin/wish
36
37 %{__make} FLAGS="%{rpmcflags}"
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         installroot=$RPM_BUILD_ROOT \
44         mandir=%{_mandir}/man1
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc CREDITS README NEWS TODO
52 %attr(755, root, root) %{_bindir}/*
53 %{_libdir}/catdoc
54 %{_mandir}/man1/*
This page took 0.054274 seconds and 3 git commands to generate.