]> git.pld-linux.org Git - packages/tetex-latex-beamer.git/blob - tetex-latex-beamer.spec
- updated to 3.00
[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:        3.00
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:  3be0b6eb281e6265c894748c3330c6a6
14 # Source0-size: 2541647
15 Requires:       tetex-latex
16 Requires:       tetex-latex-xcolor >= 1.06
17 Requires:       tetex-pgf >= 0.60
18 Requires(post,postun):  /usr/bin/texhash
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 A LaTeX class for producing beamer presentations.
23
24 %description -l pl
25 Klasa LaTeXa do tworzenia prezentacji rzutnikowych.
26
27 %prep
28 %setup -q -n %{short_name}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
33
34 install */*.{cls,sty} $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %post
40 %texhash
41
42 %postun
43 %texhash
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog doc/*.pdf README TODO
48 %{_datadir}/texmf/tex/latex/%{short_name}
This page took 0.061812 seconds and 4 git commands to generate.