]> git.pld-linux.org Git - packages/tetex-latex-beamer.git/commitdiff
- first sketch
authorMichal Moskal <michal@moskal.me>
Sun, 7 Mar 2004 22:40:06 +0000 (22:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tetex-latex-beamer.spec -> 1.1

tetex-latex-beamer.spec [new file with mode: 0644]

diff --git a/tetex-latex-beamer.spec b/tetex-latex-beamer.spec
new file mode 100644 (file)
index 0000000..b8588f5
--- /dev/null
@@ -0,0 +1,43 @@
+
+%define short_name beamer
+%define        texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
+
+Summary:       A LaTeX class for producing beamer presentations
+Name:          tetex-latex-beamer
+Version:       2.01
+Release:       1
+License:       GPL
+Group:         Applications/Publishing/TeX
+Source0:       http://dl.sourceforge.net/latex-beamer/latex-beamer-%{version}.tar.gz
+# Source0-md5: 0478c4aecd56f3f4dc8bb4e0df0edd95
+Requires:      tetex-latex
+Requires:      tetex-latex-xcolor >= 1.06
+Requires:      tetex-pgf >= 0.60
+Requires(post,postun): /usr/bin/texhash
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A LaTeX class for producing beamer presentations.
+
+%prep
+%setup -q -n %{short_name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+
+install */*.{cls,sty} $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%texhash
+
+%postun
+%texhash
+
+%files
+%defattr(644,root,root,755)
+%doc doc/*.pdf
+%{_datadir}/texmf/tex/latex/%{short_name}
This page took 0.0259 seconds and 4 git commands to generate.