]> git.pld-linux.org Git - SPECS.git/blob - tetex-algorith.spec
SPECS updated Sat 31 Jul 20:27:02 CEST 2021
[SPECS.git] / tetex-algorith.spec
1 %define short_name      algorith
2 Summary:        Set of LaTeX macros for algorithms
3 Summary(pl.UTF-8):      Zestaw makr LaTeXa dla algorytmów
4 Name:           tetex-algorith
5 Version:        20060603
6 Release:        1
7 License:        LGPL 2.1+
8 Group:          Applications/Publishing/TeX
9 Source0:        http://www.ctan.org/get/macros/latex/contrib/algorithms.zip
10 # Source0-md5:  1491fc0eacc3fb3653d1ef4b6f7fc796
11 BuildRequires:  tetex-latex
12 BuildRequires:  unzip
13 %requires_eq    tetex
14 %requires_eq    tetex-latex
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This package provides two environments, algorithmic and algorithm,
19 which are designed to be used together but may be used separately. The
20 algorithmic environment provides an environment for describing
21 algorithms and the algorithm environment provides a "float" wrapper
22 for algorithms (implemented using algorithmic or some other method at
23 the author's option). The reason that two environments are provided is
24 to allow the author maximum flexibility.
25
26 %description -l pl.UTF-8
27 Ten pakiet udostępnia dwa środowiska: algorithmic i algorithm, które
28 zostały zaprojektowane do wspólnego używania, ale można ich używać
29 osobno. Środowisko algorithmic umożliwia opisywanie algorytmów, a
30 algorithm jest "pływającym" środowiskiem do prezentowania algorytmów
31 (generowanych w środowisku algorithmic lub inną metodą). Powodem
32 istnienia dwóch środowisk jest pozostawienie autorom maksymalnej
33 swobody.
34
35 %prep
36 %setup -q -n algorithms
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
41 install *.sty $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
42
43 %post   -p %{_bindir}/mktexlsr
44 %postun -p %{_bindir}/mktexlsr
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc README *.tex *.pdf
52 %{_datadir}/texmf/tex/latex/%{short_name}
This page took 0.248291 seconds and 3 git commands to generate.