]> git.pld-linux.org Git - packages/antiword.git/blob - antiword.spec
- CONFIG_DIR support
[packages/antiword.git] / antiword.spec
1 Summary:        MSWord Document to TXT/Postscript converter
2 Summary(pl):    Konwerter dokumentów MSWord do TXT/Postscript
3 Name:           antiword
4 Version:        0.33
5 Release:        1
6 License:        GPL
7 Group:          Applications/Text
8 Source0:        http://www.winfield.demon.nl/linux/%{name}-%{version}.tar.gz
9 URL:            http://www.winfield.demon.nl/index.html
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Antiword is a free MS-Word reader for Linux, BeOS and RISC OS. It
14 converts the documents from Word 6, 7, 97 and 2000 to text and
15 Postscript. Antiword tries to keep the layout of the document intact.
16
17 %description -l pl
18 Antiword to darmowy czytnik dokumentów MS-Word dla Linuksa, BeOS i RISC
19 OS. Konwertuje on dokumenty z Worda 6, 7, 97 oraz 2000 do tekstu oraz
20 Postscriptu. Antiword próbuje utrzymaæ formê dokumentu nietkniêt±.
21
22 %prep
23 %setup -q
24
25 %build
26 %{__make} OPT="%{rpmcflags}" CC="%{__cc}"
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/antiword}
31
32 install %{name} k%{name} $RPM_BUILD_ROOT%{_bindir}
33 install Docs/*.1        $RPM_BUILD_ROOT%{_mandir}/man1
34 install Resources/*     $RPM_BUILD_ROOT%{_datadir}/antiword
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc Docs/{ChangeLog,Exmh,FAQ,History,Mutt,Netscape,QandA,ReadMe}
42 %attr(755,root,root) %{_bindir}/*
43 %{_datadir}/antiword
44 %{_mandir}/man*/*
This page took 0.687275 seconds and 3 git commands to generate.