]> git.pld-linux.org Git - SPECS.git/blob - passivetex.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / passivetex.spec
1
2 Summary:        Macros to process XSL formatting objects
3 Summary(pl.UTF-8):      Makra do obróbki obiektów formatujących XSL
4 Name:           passivetex
5 Version:        1.25
6 Release:        5
7 License:        LaTeX Project Public License (http://www.latex-project.org/lppl.txt)
8 Group:          Applications/Publishing/TeX
9 Source0:        http://www.tei-c.org.uk/Software/passivetex/passivetex.zip
10 # Source0-md5:  03e05ab33d3abe1a316c8d9877c315d6
11 URL:            http://www.tei-c.org.uk/Software/passivetex/
12 BuildRequires:  unzip
13 Requires:       xmltex
14 Requires:       tetex-latex-ams
15 Requires:       tetex-fonts-jknappen
16 Requires:       tetex-fonts-stmaryrd
17 Requires:       tetex-latex-wasysym
18 Requires(post,postun):  %{_bindir}/texhash
19 AutoReqProv:    no
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         ptexmf  %{_datadir}/texmf/tex/xmltex/passivetex
24 %define         texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2;
25
26 %description
27 PassiveTeX is a library of TeX macros which can be used to process an
28 XML document which results from an XSL transformation to formatting
29 objects.
30
31 %description -l pl.UTF-8
32 PassiveTeX jest biblioteką makr TeXa, których można używać do obróbki
33 dokumentu XML pochodzącego z transformacji XSL-a do obiektów
34 formatujących.
35
36 %prep
37 %setup -q -n %{name}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{ptexmf}
42
43 install *.sty *.xmt $RPM_BUILD_ROOT%{ptexmf}
44 rm -f test/*.{aux,log}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %post
50 %texhash
51
52 %postun
53 %texhash
54
55 %files
56 %defattr(644,root,root,755)
57 %doc README.passivetex LICENSE index.html test
58 %{ptexmf}
This page took 0.122758 seconds and 3 git commands to generate.