f26c98
%define enable_japanese 1
f26c98
f26c98
Summary: Converts LaTeX documents to HTML
f26c98
Name: latex2html
f26c98
Version: 2020.2
f26c98
Release: 5%{?dist}
f26c98
License: GPLv2+
f26c98
URL: https://github.com/latex2html/latex2html/releases
f26c98
# main latex2html source
f26c98
Source0: https://github.com/latex2html/latex2html/archive/v%{version}.tar.gz
f26c98
Source1: cfgcache.pm
f26c98
Source2: %{name}-manpages.tar.gz
f26c98
# support for Japanese
f26c98
# http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/
f26c98
Source3: http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/data2/l2h-2020-jp20200515.tar.gz
f26c98
Patch1: latex2html-2018.2-teTeX-l2h-config.patch
f26c98
Patch4: latex2html-2002-2-1-SHLIB.patch
f26c98
Requires: tex(latex), tex(dvips), tex(url.sty), tex(preview.sty), netpbm-progs
f26c98
BuildRequires: perl-interpreter >= 5.003, perl-generators, ghostscript >= 4.03, netpbm-progs >= 9.21, tex(latex)
f26c98
BuildRequires: perl(Carp), perl(Config), perl(Cwd), perl(DB), perl(Exporter),
f26c98
BuildRequires: perl(File::Copy), perl(FindBin), perl(IO::File), perl(Sys::Hostname)
f26c98
BuildRequires: perl(lib), perl(strict), perl(vars)
f26c98
BuildRequires: make
f26c98
BuildArch: noarch
f26c98
f26c98
%description
f26c98
LATEX2HTML is a converter written in Perl that converts LATEX
f26c98
documents to HTML. This way e.g. scientific papers - primarily typeset
f26c98
for printing - can be put on the Web for online viewing.
f26c98
f26c98
LATEX2HTML does also a good job in rapid web site deployment. These
f26c98
pages are generated from a single LATEX source.
f26c98
f26c98
%prep
f26c98
%setup -q -n %{name}-%{version} -c -a 0
f26c98
f26c98
pushd %{name}-%{version}
f26c98
# Patch from Oliver Paukstadt <oliver.paukstadt@millenux.com>
f26c98
%patch1 -p2 -b .config
f26c98
f26c98
# fix SHLIBDIR
f26c98
%patch4 -p1 -b .shlib
f26c98
f26c98
# remove all platforms we don't need
f26c98
for i in Dos Mac OS2 Win32; do
f26c98
  rm -f L2hos/${i}.pm
f26c98
done
f26c98
rm -rf cweb2html
f26c98
rm -f readme.hthtml
f26c98
popd
f26c98
f26c98
%if %{enable_japanese}
f26c98
cp -a %{name}-%{version} %{name}-%{version}JA
f26c98
pushd %{name}-%{version}JA
f26c98
tar fxz %{SOURCE3}
f26c98
popd
f26c98
%endif
f26c98
f26c98
%build
f26c98
pushd %{name}-%{version}
f26c98
cp %{SOURCE1} cfgcache.pm
f26c98
tar fxz %{SOURCE2}
f26c98
f26c98
./configure	--program-prefix=%{?_program_prefix} \
f26c98
		--prefix=%{_prefix} \
f26c98
		--exec-prefix=%{_exec_prefix} \
f26c98
		--bindir=%{_bindir} \
f26c98
		--sbindir=%{_sbindir} \
f26c98
		--sysconfdir=%{_sysconfdir} \
f26c98
		--datadir=%{_datadir} \
f26c98
		--includedir=%{_includedir} \
f26c98
		--libdir=%{_datadir}/latex2html \
f26c98
		--libexecdir=%{_libexecdir} \
f26c98
		--localstatedir=%{_localstatedir} \
f26c98
		--sharedstatedir=%{_sharedstatedir} \
f26c98
		--mandir=%{_mandir} \
f26c98
		--infodir=%{_infodir} \
f26c98
		--shlibdir=%{_datadir}/latex2html \
f26c98
		--with-texpath=%{_datadir}/texmf/tex/latex/html
f26c98
f26c98
perl -pi -e "s,/usr/(share/)?lib,%{_datadir}," cfgcache.pm
f26c98
make
f26c98
popd
f26c98
f26c98
%if %{enable_japanese}
f26c98
pushd %{name}-%{version}JA
f26c98
sed s/latex2html/jlatex2html/g < %{SOURCE1} > cfgcache.pm
f26c98
perl -pi -e "s,/usr/bin/dvips,/usr/bin/pdvips," cfgcache.pm
f26c98
perl -pi -e "s,/usr/bin/latex,/usr/bin/platex," cfgcache.pm
f26c98
f26c98
./configure	--program-prefix=%{?_program_prefix} \
f26c98
		--prefix=%{_prefix} \
f26c98
		--exec-prefix=%{_exec_prefix} \
f26c98
		--bindir=%{_bindir} \
f26c98
		--sbindir=%{_sbindir} \
f26c98
		--sysconfdir=%{_sysconfdir} \
f26c98
		--datadir=%{_datadir} \
f26c98
		--includedir=%{_includedir} \
f26c98
		--libdir=%{_datadir}/jlatex2html \
f26c98
		--libexecdir=%{_libexecdir} \
f26c98
		--localstatedir=%{_localstatedir} \
f26c98
		--sharedstatedir=%{_sharedstatedir} \
f26c98
		--mandir=%{_mandir} \
f26c98
		--infodir=%{_infodir} \
f26c98
		--shlibdir=%{_datadir}/jlatex2html \
f26c98
		--with-texpath=%{_datadir}/texmf/tex/latex/html
f26c98
f26c98
perl -pi -e "s,/usr/(share/)?lib,%{_datadir},;
f26c98
	    s,%{_datadir}/latex2html,%{_datadir}/jlatex2html," cfgcache.pm
f26c98
make
f26c98
perl -pi -e "s,\\\$\{dd}pstoimg,\\\$\{dd}jpstoimg, ;
f26c98
	    s,\\\$\{dd}texexpand,\\\$\{dd}jtexexpand," l2hconf.pm
f26c98
f26c98
for i in latex2html pstoimg texexpand ; do
f26c98
	mv ${i} j${i}
f26c98
done
f26c98
popd
f26c98
%endif
f26c98
f26c98
%install
f26c98
pushd %{name}-%{version}
f26c98
sed -i "s,%{_prefix},%{buildroot}%{_prefix}," cfgcache.pm
f26c98
sed -i "s,%{buildroot},," l2hconf.pm
f26c98
f26c98
perl -pi -e "s,/.*\\\$\{dd}texexpand,%{_bindir}/texexpand,;
f26c98
	    s,/.*\\\$\{dd}pstoimg,%{_bindir}/pstoimg,;
f26c98
	    s,/.*\\\$\{dd}*icons,\\\$\{LATEX2HTMLDIR}/icons,;
f26c98
	    s,/.*\\\$\{dd}rgb.txt,\\\$\{LATEX2HTMLDIR}/styles/rgb.txt,;
f26c98
	    s,/.*\\\$\{dd}styles\\\$\{dd}crayola.txt,\\\$\{LATEX2HTMLDIR}/styles/crayola.txt," latex2html
f26c98
f26c98
make install
f26c98
rm -rf %{buildroot}%{_datadir}/latex2html/versions/table.pl.orig \
f26c98
       %{buildroot}%{_datadir}/latex2html/docs/ \
f26c98
       %{buildroot}%{_datadir}/latex2html/example/
f26c98
sed -i "s,/usr/local/bin/perl,/usr/bin/perl," %{buildroot}%{_datadir}/latex2html/makeseg/makeseg
f26c98
sed -i "s,/usr/local/bin/perl,/usr/bin/perl," %{buildroot}%{_datadir}/latex2html/makemap
f26c98
sed -i "s,###\!.*,," %{buildroot}%{_datadir}/latex2html/makemap
f26c98
sed -i "s,###\!.*,," %{buildroot}%{_datadir}/latex2html/makeseg/makeseg
f26c98
sed -i "s,%{buildroot},," %{buildroot}%{_bindir}/pstoimg
f26c98
sed -i "s,%{buildroot},," %{buildroot}%{_bindir}/texexpand
f26c98
sed -i "s,%{buildroot},," cfgcache.pm
f26c98
sed -i "s,$cfg{'srcdir'}.*,$cfg{'srcdir'} = q'%{name}-%{version}';," cfgcache.pm
f26c98
perl -pi -e "s,$cfg{'GS_LIB'} = q'';,$cfg{'GS_LIB'} = q'%{_datadir}/ghostscript/`ghostscript --version`';," cfgcache.pm
f26c98
install -m0644 *.pm %{buildroot}%{_datadir}/latex2html
f26c98
chmod +x %{buildroot}%{_datadir}/latex2html/makeseg/makeseg %{buildroot}%{_datadir}/latex2html/makemap
f26c98
f26c98
# install man pages
f26c98
mkdir -p %{buildroot}%{_mandir}/man1
f26c98
install -m0644 *.1 %{buildroot}%{_mandir}/man1
f26c98
popd
f26c98
f26c98
# install japanese version
f26c98
%if %{enable_japanese}
f26c98
pushd %{name}-%{version}JA
f26c98
sed -i "s,%{_prefix},%{buildroot}%{_prefix}," cfgcache.pm
f26c98
perl -pi -e "s,latex2html pstoimg texexpand,jlatex2html jpstoimg jtexexpand," config/install.pl
f26c98
perl -pi -e "s,/.*\\\$\{dd}texexpand,%{_bindir}/jtexexpand,;
f26c98
	    s,/.*\\\$\{dd}pstoimg,%{_bindir}/jpstoimg,;
f26c98
	    s,/.*\\\$\{dd}icons,\\\$\{LATEX2HTMLDIR}/icons,;
f26c98
	    s,/.*\\\$\{dd}styles\\\$\{dd}rgb.txt,\\\$\{LATEX2HTMLDIR}/styles/rgb.txt,;
f26c98
	    s,/.*\\\$\{dd}styles\\\$\{dd}crayola.txt,\\\$\{LATEX2HTMLDIR}/styles/crayola.txt," jlatex2html
f26c98
sed -i "s,%{buildroot},," l2hconf.pm
f26c98
f26c98
make install
f26c98
rm -rf %{buildroot}%{_datadir}/jlatex2html/versions/table.pl.orig \
f26c98
       %{buildroot}%{_datadir}/jlatex2html/docs/ \
f26c98
       %{buildroot}%{_datadir}/jlatex2html/example/
f26c98
sed -i "s,/usr/local/bin/perl,/usr/bin/perl," %{buildroot}%{_datadir}/jlatex2html/makeseg/makeseg
f26c98
sed -i "s,/usr/local/bin/perl,/usr/bin/perl," %{buildroot}%{_datadir}/jlatex2html/makemap
f26c98
sed -i "s,###\!.*,," %{buildroot}%{_datadir}/jlatex2html/makemap 
f26c98
sed -i "s,###\!.*,," %{buildroot}%{_datadir}/jlatex2html/makeseg/makeseg
f26c98
sed -i "s,%{buildroot},," %{buildroot}%{_bindir}/jpstoimg
f26c98
sed -i "s,%{buildroot},," %{buildroot}%{_bindir}/jtexexpand
f26c98
sed -i "s,%{buildroot},," cfgcache.pm
f26c98
sed -i "s,$cfg{'srcdir'}.*,$cfg{'srcdir'} = q'%{name}-%{version}JA';," cfgcache.pm
f26c98
perl -pi -e "s,$cfg{'GS_LIB'} = q'';,$cfg{'GS_LIB'} = q'%{_datadir}/ghostscript/`ghostscript --version`';," cfgcache.pm
f26c98
install -m0644 *.pm %{buildroot}%{_datadir}/jlatex2html
f26c98
chmod +x %{buildroot}%{_datadir}/jlatex2html/makeseg/makeseg %{buildroot}%{_datadir}/jlatex2html/makemap
f26c98
popd
f26c98
%endif
f26c98
f26c98
# do not clash with texlive, prefer url.sty from texlive instead
f26c98
rm -f %{buildroot}%{_datadir}/texmf/tex/latex/html/url.sty
f26c98
f26c98
%post
f26c98
[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
f26c98
f26c98
%postun
f26c98
[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
f26c98
f26c98
%check
f26c98
make -C %{name}-%{version} check
f26c98
%if %{enable_japanese}
f26c98
make -C %{name}-%{version}JA check
f26c98
%endif
f26c98
f26c98
%files
f26c98
%doc latex2html-%{version}/{LICENSE,LICENSE.orig,README.md,FAQ,BUGS,docs,example}
f26c98
%{_bindir}/latex2html
f26c98
%{_bindir}/pstoimg
f26c98
%{_bindir}/texexpand
f26c98
%dir %{_datadir}/latex2html
f26c98
%{_datadir}/latex2html/*
f26c98
%dir %{_datadir}/texmf/tex/latex/html
f26c98
%{_datadir}/texmf/tex/latex/html/*
f26c98
f26c98
%if %{enable_japanese}
f26c98
%{_bindir}/jlatex2html
f26c98
%{_bindir}/jpstoimg
f26c98
%{_bindir}/jtexexpand
f26c98
%dir %{_datadir}/jlatex2html
f26c98
%{_datadir}/jlatex2html/*
f26c98
%endif
f26c98
f26c98
%{_mandir}/man1/latex2html.*
f26c98
%{_mandir}/man1/texexpand.*
f26c98
%{_mandir}/man1/pstoimg.*
f26c98
f26c98
%changelog
f26c98
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2020.2-5
f26c98
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
f26c98
  Related: rhbz#1991688
f26c98
f26c98
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2020.2-4
f26c98
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
f26c98
f26c98
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2020.2-3
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f26c98
f26c98
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2020.2-2
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f26c98
f26c98
* Fri Jul 17 2020 Jindrich Novy <jnovy@redhat.com> - 2020.2-1
f26c98
- update to 2020.2 and l2h-2020
f26c98
f26c98
* Tue Mar 24 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2019.2-5
f26c98
- Add perl dependencies needed for build
f26c98
f26c98
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2019.2-4
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f26c98
f26c98
* Mon Sep 16 2019 Than Ngo <than@redhat.com> - 2019.2-3
f26c98
- add Requirement on tex(preview.sty)
f26c98
f26c98
* Wed Sep 11 2019 Than Ngo <than@redhat.com> - 2019.2-2
f26c98
- update URL
f26c98
f26c98
* Wed Sep 11 2019 Than Ngo <than@redhat.com> - 2019.2-1
f26c98
- update to v2019.2
f26c98
f26c98
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2018.3-3
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f26c98
f26c98
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2018.3-2
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
f26c98
f26c98
* Mon Aug 13 2018 Ben Cotton <bcotton@fedoraproject.org> - 2018.3-1
f26c98
- Update to latest upstream version
f26c98
f26c98
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2018.2-4
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f26c98
f26c98
* Fri Jul 06 2018 Ben Cotton <bcotton@fedoraproject.org> - 2018.2-3
f26c98
- Add patch to fix bz#1582267 (upstream issue 48) until next upstream release
f26c98
f26c98
* Fri Jun 22 2018 Than Ngo <than@redhat.com> - 2018.2-2
f26c98
- update l2h-2017-jp20180308
f26c98
f26c98
* Fri Jun 22 2018 Than Ngo <than@redhat.com> - 2018.2-1
f26c98
- update to 2018.2
f26c98
- add check
f26c98
f26c98
* Thu Jun 14 2018 Than Ngo <than@redhat.com> - 2017.2-6
f26c98
- fixed bz#1591144, buildroot issue
f26c98
f26c98
* Fri May 11 2018 Than Ngo <than@redhat.com> - 2017.2-5
f26c98
- fixed FTBFS
f26c98
f26c98
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2017.2-4
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f26c98
f26c98
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2017.2-3
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f26c98
f26c98
* Wed Jul 12 2017 Ben Cotton <bcotton@fedoraproject.org> 2017.2-2
f26c98
- Update Perl commands in spec file to use valid syntax
f26c98
f26c98
* Mon Jun 26 2017 Tom Callaway <spot@fedoraproject.org> 2017.2-1
f26c98
- update to 2017.2
f26c98
f26c98
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2012-8
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f26c98
f26c98
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2012-7
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f26c98
f26c98
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012-6
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f26c98
f26c98
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012-5
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f26c98
f26c98
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012-4
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f26c98
f26c98
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2012-3
f26c98
- Perl 5.18 rebuild
f26c98
f26c98
* Tue Jan 29 2013 Jindrich Novy <jnovy@redhat.com> 2012-2
f26c98
- prefer url.sty from texlive (#904888)
f26c98
f26c98
* Wed Nov 21 2012 Jindrich Novy <jnovy@redhat.com> 2012-1
f26c98
- update to latex2html 2012
f26c98
- update URL
f26c98
f26c98
* Thu Nov 15 2012 Jindrich Novy <jnovy@redhat.com> 2008-8
f26c98
- BR: netpbm-progs to fix build
f26c98
f26c98
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2008-7
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f26c98
f26c98
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2008-6
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f26c98
f26c98
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2008-5
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f26c98
f26c98
* Fri Dec 11 2009 Jindrich Novy <jnovy@redhat.com> 2008-4
f26c98
- require netpbm-progs
f26c98
- review fixes (#225980):
f26c98
  - include documentation
f26c98
  - set executable bit for makeseg and makemap scripts
f26c98
  - white-space spec correction
f26c98
  - move docs and example directory to %%doc
f26c98
  - nuke duplicated stuff
f26c98
f26c98
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2008-3
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f26c98
f26c98
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2008-2
f26c98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f26c98
f26c98
* Fri Jan 02 2009 Jindrich Novy <jnovy@redhat.com> 2008
f26c98
- update to latex2html-2008
f26c98
- license changed to GPL
f26c98
- update japanese support to l2h-2K8-jp20081220
f26c98
- update cfgcache.pm
f26c98
- fix BR
f26c98
f26c98
* Mon Jan 07 2008 Jindrich Novy <jnovy@redhat.com> 2002.2.1-8
f26c98
- fix post/postun scriptlets
f26c98
f26c98
* Wed Nov 29 2006 Jindrich Novy <jnovy@redhat.com> 2002.2.1-7
f26c98
- add dist tag, fix BuildRoot
f26c98
- fix typo in description
f26c98
f26c98
* Tue Jun 27 2006 Jindrich Novy <jnovy@redhat.com> 2002.2.1-6
f26c98
- remove .pdvips patch
f26c98
- man pages are now stored in tar.gz
f26c98
- rebuilt
f26c98
f26c98
* Sun Jun 25 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
f26c98
- fix BuildRequires to be rebuilt with mock (#191762)
f26c98
- fix spec file scripts.
f26c98
- update source files (use tar.gz with the date 20041025 and 2.1b1.6 Japanese patch)
f26c98
f26c98
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
f26c98
- rebuilt
f26c98
f26c98
* Thu Nov 24 2005 Jindrich Novy <jnovy@redhat.com> 2002.2.1-5
f26c98
- fix path to rgb.txt, thanks to Ville Skyttä (#174089)
f26c98
f26c98
* Tue Jun 21 2005 Jindrich Novy <jnovy@redhat.com> 2002.2.1-4
f26c98
- remove '\n' causing that pstoimg generates gray images
f26c98
  (#161186, #127010), solution from Julius Smith
f26c98
f26c98
* Wed May  4 2005 Jindrich Novy <jnovy@redhat.com> 2002.2.1-3
f26c98
- add latex2html, texexpand, pstoimg man pages (#60308)
f26c98
f26c98
* Tue May  3 2005 Jindrich Novy <jnovy@redhat.com> 2002.2.1-2
f26c98
- run texhash in the %%post and %%postun phase (#156660)
f26c98
f26c98
* Tue Mar 15 2005 Jindrich Novy <jnovy@redhat.com> 2002.2.1-1
f26c98
- create backups for patches
f26c98
- update Source1
f26c98
- BuildArchitectures -> BuildArch
f26c98
- remove direct RPM_BUILD_ROOT links from l2hconf.pm
f26c98
- fix bad interpreter name path in pstoimg, texexpand
f26c98
- define --with-texpath explicitely
f26c98
- remove Dos.pm, Mac.pm, OS2.pm, Win32.pm
f26c98
- don't require the font directory to be ended with PATH/fonts
f26c98
f26c98
* Wed Dec 15 2004 MATSUURA Takanori <t-matsuu@sx-lx3.protein.net>
f26c98
- Initial build.