source: projects/specs/trunk/h/hevea/hevea-vl.spec @ 1530

Revision 1530, 2.2 KB checked in by munepi, 14 years ago (diff)

updated hevea: ready for TeX Live

Line 
1Summary:            LaTeX to html translator
2Summary(ja):        LaTeXをHTMLに変換
3Name:               hevea
4Version:            1.08
5Release:            2%{?_dist_release}
6License:            Q Public License
7Group:              Applications/Publishing
8URL:                http://para.inria.fr/~maranget/hevea/
9Source:             %{name}-%{version}.tar.gz
10BuildRoot:          %{_tmppath}/%{name}-%{version}-root
11Vendor:             Project Vine
12Distribution:       Vine Linux
13Packager:           Susumu Tanimura <stanimura-ngs@umin.ac.jp>
14BuildRequires:      ocaml texlive
15Requires:           texlive ghostscript
16
17%define         _latexheveadir          %{_datadir}/texmf/tex/latex/%{name}
18
19%description
20HEVEA is a LaTeX to HTML translator. The input language is a fairly
21complete subset of LaTeX2e (old LaTeX style is also accepted) and the
22output language is HTML that is (hopefully) correct with respect to
23version 4.0 (transitional).
24
25%description -l ja
26HEVEA は LaTeX を HTML に変換するプログラムです.
27HTML 4.0  (transitional) に変換します.
28
29%prep
30%setup -q
31
32%build
33%{__make} \
34        TARGET=opt \
35        LIBDIR=%{_datadir}/%{name} \
36        BINDIR=%{_bindir}
37
38%install
39%makeinstall PREFIX=$RPM_BUILD_ROOT/usr
40%{__install} -d $RPM_BUILD_ROOT%{_latexheveadir}
41#%{__mv} -f $RPM_BUILD_ROOT%{_libdir}/%{name}/%{name}.sty $RPM_BUILD_ROOT%{_latexheveadir}
42%{__mv} -f $RPM_BUILD_ROOT%{_prefix}/lib/%{name}/%{name}.sty $RPM_BUILD_ROOT%{_latexheveadir}
43 
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%post   -p %{_bindir}/texhash
48%postun -p %{_bindir}/texhash
49
50%files
51%defattr(-,root,root,-)
52%doc CHANGES README LICENSE
53%{_bindir}/*
54#%{_libdir}/%{name}/*
55%{_prefix}/lib/%{name}/*
56%{_latexheveadir}/*.sty
57
58%changelog
59* Sun Aug 08 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.08-2
60- TeX Live 2009
61
62* Sat Aug 30 2008 Shu KONNO <owa@bg.wakwak.com> 1.08-1vl5
63- applied new versioning policy, spec in utf-8
64- fixed scripts about library path
65
66* Thu Aug  3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com>
67- rebuilt for VineSeed (4.0)
68
69* Thu May 19 2005 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
70- Updated to 1.08 with much modification of spec
71
72* Tue Feb 15 2005 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
73- Initial package for VineLinux 3.0
74
Note: See TracBrowser for help on using the repository browser.