diff --git a/antiword.spec b/antiword.spec index 32fd5a9..96277d5 100644 --- a/antiword.spec +++ b/antiword.spec @@ -1,10 +1,7 @@ -# $Id: antiword.spec,v 1.8 2005/04/06 22:11:10 mschwendt Exp $ - Summary: MS Word to ASCII/Postscript converter Name: antiword -Version: 0.36 -Release: 2 - +Version: 0.36.1 +Release: 1 Source: http://www.winfield.demon.nl/linux/%{name}-%{version}.tar.gz URL: http://www.winfield.demon.nl/ Patch0: antiword-0.32-fix-flags.patch @@ -12,23 +9,19 @@ 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} @@ -38,10 +31,8 @@ OPT="$RPM_OPT_FLAGS" make all %{?_smp_mflags} %{__mkdir_p} $RPM_BUILD_ROOT%{_mandir}/man1 %{__cp} Docs/*.1 $RPM_BUILD_ROOT%{_mandir}/man1 - %clean -rm -rf $RPM_BUILD_ROOT - +%{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) @@ -52,8 +43,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %{_datadir}/%{name} - %changelog +* Tue May 10 2005 Adrian Reber - 0.36.1-1 +- updated to 0.36.1 + * Fri Apr 7 2005 Michael Schwendt - rebuilt