pkg://mswordview-0.5.11-1.src.rpm:1075408/mswordview.spec
info downloads
%define name mswordview
%define version 0.5.11
%define release 1
%define serial 1
Summary: A Microsoft(TM) Word 8 binary to HTML format converter.
Name: %{name}
Version: %{version}
Release: %{release}
Serial: %{serial}
Copyright: GPL
Group: Applications/Publishing
URL: http://www.csn.ul.ie/~caolan/docs/MSWordView.html
Source: http://www.csn.ul.ie/~caolan/publink/mswordview/%{name}-%{version}.tar.gz
BuildRoot: /var/tmp/mswordview-root
%description
MSWordView converts Office97 Microsoft(TM) Word version 8 binary files
to HTML, which can then be viewed with a web browser.
%prep
%setup -q -n %{name}
CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=/usr
%build
make
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/include
make prefix=$RPM_BUILD_ROOT/usr install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc CHANGELOG COPYING CREDITS INSTALL TESTING mswordview.lsm
%doc examples feature-examples gateway helper-scripts notes todo
/usr/bin/*
/usr/lib/mswordview
/usr/lib/libwv.a
/usr/man/man1/mswordview.1
/usr/include/wv.h
%changelog
* Wed May 12 1999 Cristian Gafton <gafton@redhat.com>
- version 0.5.11
- updated decription text
* Mon Apr 13 1999 Michael Maher <mike@redhat.com>
- built package for 6.0