]> git.pld-linux.org Git - packages/tetex-latex-beamer.git/blob - tetex-latex-beamer.spec
- better and pl desc
[packages/tetex-latex-beamer.git] / tetex-latex-beamer.spec
1
2 %define short_name beamer
3 %define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
4
5 Summary:        A LaTeX class for producing beamer presentations
6 Summary(pl):    Klasa LaTeXa do tworzenia prezentacji rzutnikowych
7 Name:           tetex-latex-beamer
8 Version:        2.01
9 Release:        1
10 License:        GPL
11 Group:          Applications/Publishing/TeX
12 Source0:        http://dl.sourceforge.net/latex-beamer/latex-beamer-%{version}.tar.gz
13 # Source0-md5:  3a03c2a92d6d201ff92a1acfbad5db69
14 Requires:       tetex-latex
15 Requires:       tetex-latex-xcolor >= 1.06
16 Requires:       tetex-pgf >= 0.60
17 Requires(post,postun):  /usr/bin/texhash
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 A LaTeX class for producing beamer presentations.
22
23 %description -l pl
24 Klasa LaTeXa do tworzenia prezentacji rzutnikowych.
25
26 %prep
27 %setup -q -n %{short_name}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
32
33 install */*.{cls,sty} $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %post
39 %texhash
40
41 %postun
42 %texhash
43
44 %files
45 %defattr(644,root,root,755)
46 %doc doc/*.pdf
47 %{_datadir}/texmf/tex/latex/%{short_name}
This page took 0.064296 seconds and 4 git commands to generate.