Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 0bdb4a00c296a5e97aa3cbd29180b4f8 > files > 2

texi2html-1.64-2mdk.src.rpm

%define name texi2html
%define version 1.64
%define release 2mdk

Summary:	Convert texinfo (GNU docs) directly to HTML for easy reading
Name:		%name
Version:	%version
Release:	%release
Source:		%name-%version.tar.bz2
URL:		http://www.mathematik.uni-kl.de/~obachman/Texi2html
License:	GPL
Group:		Publishing
Buildroot:	%{_tmppath}/%{name}-buildroot
BuildArchitectures: noarch

%description
This package converts the GNU standard form of documentation (texinfo) into
HTML files which can be read with any WWW browser.

%prep
%setup
%configure
perl -p -i -e 's/\/usr\/local\/bin\/perl/\/usr\/bin\/perl/g' texi2html

%make

%install

%makeinstall

mv $RPM_BUILD_ROOT/usr/html/* $RPM_BUILD_ROOT

rm -rf $RPM_BUILD_ROOT%_infodir/dir
rm -rf $RPM_BUILD_ROOT/texi2html.html

%post
%_install_info *.info

%postun
%_remove_install_info *.info

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO
%doc texi2html.html
%_bindir//texi2html
%{_mandir}/*/*
%{_infodir}/*

%clean
#rm -fr %RPM_BUILD_ROOT

%changelog
* Thu Jan 30 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.64-2mdk
- rebuild

* Thu Oct 24 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.64-1mdk
- use info macros
- fix filelist providing system directories
- needed for latest gtranslator
- from Austin Acton <aacton@yorku.ca> :
	- edited and packaged for Mandrake 8.2+