Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 74b98a4e161c3db6a82728af0f8066e9 > files > 3

o3read-0.0.4-5.fc15.src.rpm

Summary:	Standalone converter for OpenOffice.org documents
Name:		o3read
Version:	0.0.4
Release:	5%{?dist}
Group:		Development/Tools
License:	GPLv2+
URL:		http://siag.nu/o3read/
Source0:	http://siag.nu/pub/o3read/%{name}-%{version}.tar.gz
Patch0:		o3read-makefile.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Conflicts:	tracker < 0.6.4-4

%description
o3read is a standalone converter for the OpenOffice.org writer and calc
documents to text, html, and a dump of the parse tree.
It doesn't depend on Open Office or any other external tools or libraries.

%prep
%setup -q
%patch0 -p0 -b .mak

%build
make %{?_smp_mflags} CFLAGS="%{optflags}" 

%install
rm -rf %buildroot
make install DESTDIR=%buildroot PREFIX=%{_prefix} MANNDIR=%{_mandir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README TODO
%{_bindir}/o3*
%{_bindir}/utf*
%{_mandir}/man1/*.*

%Changelog
* Sun Feb 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.4-2
- Rebuild for gcc43

* Sun Jan 20 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.4-1
- Initial build for Fedora