]> git.pld-linux.org Git - SPECS.git/blob - tetex-latex-equadiff.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / tetex-latex-equadiff.spec
1 # TODO:
2 # - check version
3 # - check license
4 %define short_name equadiff
5 %define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
6 Summary:        Formats for International conference on differential equations
7 Summary(pl.UTF-8):      Formaty dla międzynarodowej konferencji na temat równań różnicznowych
8 Name:           tetex-latex-%{short_name}
9 Version:        1.0
10 Release:        1
11 License:        LaTeX Project Public License
12 Group:          Applications/Publishing/TeX
13 Source0:        http://pc2.iam.fmph.uniba.sk/equadiff/proceedings/equadiff.cls
14 # Source0-md5:  50136ea9f16a63ae2051f180e17effce
15 Source1:        http://pc2.iam.fmph.uniba.sk/equadiff/proceedings/equadiff.sty
16 # Source1-md5:  7f1af73afeb59eff88edab978c37ef66
17 Source2:        http://pc2.iam.fmph.uniba.sk/equadiff/proceedings/equadiff10.clo
18 # Source2-md5:  ba0d7845ce5b471961c1409025bec349
19 Source3:        http://pc2.iam.fmph.uniba.sk/equadiff/proceedings/fig.ps
20 # Source3-md5:  5eb852762a6464d1cf6b26fc55a93113
21 Source4:        http://pc2.iam.fmph.uniba.sk/equadiff/proceedings/paper.pdf
22 # Source4-md5:  bfc8aadf48333e742d50ac210e90ae26
23 Source5:        http://pc2.iam.fmph.uniba.sk/equadiff/proceedings/paper.tex
24 # Source5-md5:  e0f4a0aff8d3ad6faafad14bfa5ac26a
25 URL:            http://pc2.iam.fmph.uniba.sk/equadiff/proceedings/
26 Requires(post,postun):  /usr/bin/texhash
27 Requires:       tetex-latex
28 BuildArch:      noarch
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 LaTeX style format and instructions for preparation of manuscripts
33 Mini-symposia and Contributed talks of Equadiff 11 Conference.
34
35 %description -l pl.UTF-8
36 Format stylu LaTeXa i instrukcje do przygotowywania dokumentów
37 Mini-symposia i Contributed talks z konferencji Equadiff 11.
38
39 %prep
40 %setup -q -c -T
41 install %{SOURCE3} .
42 install %{SOURCE4} .
43 install %{SOURCE5} .
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
48
49 install %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
50 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
51 install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %post
57 %texhash
58
59 %postun
60 %texhash
61
62 %files
63 %defattr(644,root,root,755)
64 %doc *.tex *.pdf *.ps
65 %dir %{_datadir}/texmf/tex/latex/%{short_name}
66 %{_datadir}/texmf/tex/latex/%{short_name}/*.sty
67 %{_datadir}/texmf/tex/latex/%{short_name}/*.cls
68 %{_datadir}/texmf/tex/latex/%{short_name}/*.clo
This page took 0.530948 seconds and 3 git commands to generate.