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