]> git.pld-linux.org Git - packages/tetex-latex-beamer.git/commitdiff
- fix files (only some files where packaged)
authorjpc <jpc@pld-linux.org>
Mon, 17 Jan 2005 18:52:32 +0000 (18:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add more examples
- rel 2

Changed files:
    tetex-latex-beamer.spec -> 1.10

tetex-latex-beamer.spec

index b443bb700e6e2ce0b93d86eca04c10621940ed1a..3313be6c1eb763842b9fdefa12565376e99e8dba 100644 (file)
@@ -1,12 +1,15 @@
-
+#
+# TODO:
+# - package emacs and LyX files
+#
 %define        short_name      beamer
 %define        texhash         [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
-
+#
 Summary:       A LaTeX class for producing beamer presentations
 Summary(pl):   Klasa LaTeXa do tworzenia prezentacji rzutnikowych
 Name:          tetex-latex-beamer
 Version:       3.01
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Publishing/TeX
 Source0:       http://dl.sourceforge.net/latex-beamer/latex-beamer-%{version}.tar.gz
@@ -33,7 +36,7 @@ Requires:     %{name} = %{version}-%{release}
 %description examples
 Example presentations created using the LaTeX Beamer class.
 
-%description -l pl examples
+%description examples -l pl
 Przyk³adowe prezentacje stworzone z wykorzystaniem klasy LaTeX Beamer.
 
 %prep
@@ -41,11 +44,11 @@ Przyk
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_datadir}/texmf/tex/latex/%{short_name},%{_examplesdir}}
+install -d $RPM_BUILD_ROOT{%{_datadir}/texmf/tex/latex/%{short_name},%{_examplesdir}/%{name}-%{version}}
 
-install */*.{cls,sty} $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+cp -ar base emulation extensions themes $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
 
-cp -ar examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -ar examples/* solutions $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.028092 seconds and 4 git commands to generate.