Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > b7f924607a3b9b7508f9f52edf18ae12 > files > 2

o3read-0.0.4-3mdv2009.0.src.rpm

%define name o3read
%define version 0.0.4
%define release %mkrel 3

Name: %{name}
Version: %{version}
Release: %{release}
Summary: Converter for OpenOffice and OpenDocument files
Group: Text tools
URL: http://siag.nu/o3read/
Source: http://siag.nu/pub/o3read/%{name}-%{version}.tar.bz2
License: GPL
BuildRoot: %{_tmppath}/%{name}-root

%description
o3read is a standalone converter for OpenOffice.org and OpenDocument
formats. It doesn't depend on OpenOffice.org or any other external 
tools or libraries. It is used by MC viewing these types of file.

%prep
%setup -q

%build
%make

%install
rm -rf %buildroot
%makeinstall BINDIR=%buildroot%_bindir MANDIR=%buildroot%_mandir/man1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%_bindir/*
%_mandir/*/*




%changelog
* Wed Jul 23 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.0.4-3mdv2009.0
+ Revision: 241100
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Fri Jun 08 2007 Adam Williamson <awilliamson@mandriva.com> 0.0.4-1mdv2008.0
+ Revision: 37553
- Import o3read