]> git.pld-linux.org Git - packages/tetex-latex-beamer.git/blob - tetex-latex-beamer.spec
- converted to UTF-8
[packages/tetex-latex-beamer.git] / tetex-latex-beamer.spec
1 %define short_name      beamer
2 %define texhash         [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
3 #
4 Summary:        A LaTeX class for producing beamer presentations
5 Summary(pl.UTF-8):   Klasa LaTeXa do tworzenia prezentacji rzutnikowych
6 Name:           tetex-latex-beamer
7 Version:        3.06
8 Release:        1
9 License:        GPL
10 Group:          Applications/Publishing/TeX
11 Source0:        http://dl.sourceforge.net/latex-beamer/latex-beamer-%{version}.tar.gz
12 # Source0-md5:  ab7eeb972d75e758117460aabdddb1e6
13 URL:            http://latex-beamer.sourceforge.net/
14 Requires(post,postun):  /usr/bin/texhash
15 Requires:       tetex-latex
16 Requires:       tetex-latex-xcolor >= 2.00
17 Requires:       tetex-pgf >= 0.95
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.UTF-8
24 Klasa LaTeXa do tworzenia prezentacji rzutnikowych.
25
26 %package examples
27 Summary:        Example presentations created using the LaTeX Beamer class
28 Summary(pl.UTF-8):   Przykładowe prezentacje stworzone z wykorzystaniem klasy LaTeX Beamer
29 Group:          Applications/Publishing/TeX
30 Requires:       %{name} = %{version}-%{release}
31
32 %description examples
33 Example presentations created using the LaTeX Beamer class.
34
35 %description examples -l pl.UTF-8
36 Przykładowe prezentacje stworzone z wykorzystaniem klasy LaTeX Beamer.
37
38 %package lyx
39 Summary:        LyX templates for the LaTeX Beamer class
40 Summary(pl.UTF-8):   Szablony klasy LateX Beamer dla programu LyX
41 Group:          Applications/Publishing/TeX
42 Requires:       %{name} = %{version}-%{release}
43 Requires:       lyx
44
45 %description lyx
46 LyX templates for the LaTeX Beamer class.
47
48 %description lyx -l pl.UTF-8
49 Szablony klasy LateX Beamer dla programu LyX.
50
51 %package emacs
52 Summary:        Emacs mode for the LaTeX Beamer class
53 Summary(pl.UTF-8):   Emacsowy tryb edycji plików LaTeX z klasą Beamer
54 Group:          Applications/Publishing/TeX
55 Requires:       %{name} = %{version}-%{release}
56 Requires:       emacs-common
57
58 %description emacs
59 Emacs mode for the LaTeX Beamer class.
60
61 %description emacs -l pl.UTF-8
62 Emacsowy tryb edycji plików źródłowych LaTeXa znający klasę Beamer.
63
64 %prep
65 %setup -q -n latex-%{short_name}-%{version}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69 install -d $RPM_BUILD_ROOT{%{_datadir}/texmf/tex/latex/%{short_name},%{_examplesdir}/%{name}-%{version}}
70 install -d $RPM_BUILD_ROOT%{_datadir}/lyx/{layouts,templates}
71 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/lyx
72 install -d $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
73
74 cp -a base emulation extensions themes $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
75
76 cp -a examples/* solutions $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
77
78 mv $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/solutions/*/*.lyx $RPM_BUILD_ROOT%{_datadir}/lyx/templates
79 cp -a lyx/layouts/beamer.layout $RPM_BUILD_ROOT%{_datadir}/lyx/layouts
80 cp -a lyx/examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/lyx
81
82 cp -a emacs/beamer.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
83
84 %clean
85 rm -rf $RPM_BUILD_ROOT
86
87 %post
88 %texhash
89
90 %postun
91 %texhash
92
93 %files
94 %defattr(644,root,root,755)
95 %doc AUTHORS ChangeLog doc/*.pdf README TODO
96 %{_datadir}/texmf/tex/latex/%{short_name}
97
98 %files examples
99 %defattr(644,root,root,755)
100 %{_examplesdir}/%{name}-%{version}
101
102 %files lyx
103 %defattr(644,root,root,755)
104 %{_datadir}/lyx/layouts/beamer.layout
105 %{_datadir}/lyx/templates/*
106
107 %files emacs
108 %defattr(644,root,root,755)
109 %{_datadir}/emacs/site-lisp/site-start.d/*
This page took 0.073773 seconds and 3 git commands to generate.