Blob Blame History Raw
Summary:    MS Word to ASCII/Postscript converter
Name:       antiword
Version:    0.37
Release:    3
Source:     http://www.winfield.demon.nl/linux/%{name}-%{version}.tar.gz
URL:        http://www.winfield.demon.nl/
Patch0:     antiword-0.32-fix-flags.patch
License:    GPL
Group:      Applications/Text
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Antiword is a free MS-Word reader for Linux, BeOS and RISC OS. It converts
the documets from Word 6, 7, 97 and 2000 to ASCII and Postscript. Antiword
tries to keep the layout of the document intact.

%prep
%setup -q
%patch0 -p0
%{__chmod} a+r * Resources/* Docs/*

%build
OPT="$RPM_OPT_FLAGS" make all %{?_smp_mflags}

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__mkdir_p} $RPM_BUILD_ROOT%{_bindir}
%{__install} -m 755 antiword $RPM_BUILD_ROOT%{_bindir}
%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/%{name}
%{__cp} -a Resources/* $RPM_BUILD_ROOT%{_datadir}/%{name}
%{__mkdir_p} $RPM_BUILD_ROOT%{_mandir}/man1
%{__cp} Docs/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
%{__chmod} 644 kantiword

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Docs/COPYING Docs/FAQ Docs/ReadMe Docs/Netscape Docs/ChangeLog
%doc Docs/Exmh Docs/Mozilla Docs/QandA Docs/Mutt Docs/antiword.php
%doc Docs/Emacs Docs/History kantiword
%{_bindir}/*
%{_mandir}/*/*
%{_datadir}/%{name}

%changelog
* Mon Sep 11 2006 Adrian Reber <adrian@lisas.de> - 0.37-3
- rebuilt

* Mon Feb 13 2006 Adrian Reber <adrian@lisas.de> - 0.37-2
- rebuilt

* Wed Dec 07 2005 Adrian Reber <adrian@lisas.de> - 0.37-1
- updated to 0.37

* Tue May 10 2005 Adrian Reber <adrian@lisas.de> - 0.36.1-2
- updated to 0.36.1

* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt

* Thu Feb 03 2005 Adrian Reber <adrian@lisas.de> - 0:0.36-1
- updated to 0.36

* Wed Jul 14 2004 Adrian Reber <adrian@lisas.de> - 0:0.35-0.fdr.1
- updated to 0.35
- better spec file

* Wed Apr 23 2003 Adrian Reber <adrian@lisas.de> - 0.33-0.fdr.2
- s/$RPM_BUILD_ROOT/%{buildroot}/
- Epoch:0 added
- make %{?_smp_mflags}
- removed unnecessary Prefix: %{_prefix}
- fixed group
- applied more of the fedora spec template

* Tue Feb 25 2003 Adrian Reber <adrian@lisas.de> - 0.33-0.fdr.1
- applied fedora naming conventions

* Sun Dec 22 2002 Adrian Reber <adrian@lisas.de>
- updated to 0.33
- demandrakefied

* Fri Feb 22 2002 Guillaume Cottenceau <gc@mandrakesoft.com> 0.32-2mdk
- rebuild to fix invalid-packager

* Mon Oct 15 2001 Guillaume Cottenceau <gc@mandrakesoft.com> 0.32-1mdk
- new version
- fix obsolete-tag Copyright

* Sat Jun 23 2001 Guillaume Cottenceau <gc@mandrakesoft.com> 0.31-2mdk
- have the resources files findable by default by the binary
- use our flags
- install man page

* Thu Jan 04 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.31-1mdk
- updated to 0.31

* Thu Jul 27 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.30-2mdk
- BM
- macros

* Thu Jul 13 2000 rufus t firefly <rufus.t.firefly@linux-mandrake.com> 0.30-1mdk
  - v0.30 (initial packaging from freshmeat)