]> git.pld-linux.org Git - packages/tetex-latex-beamer.git/blobdiff - tetex-latex-beamer.spec
- tabs in preamble
[packages/tetex-latex-beamer.git] / tetex-latex-beamer.spec
index 5cd698daa36175dae71521d71d4e4a3aad2c7a92..bbcd023429c22bf0b55a3d305168fe7cf9e2d769 100644 (file)
@@ -2,7 +2,7 @@
 %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
+Summary(pl.UTF-8):     Klasa LaTeXa do tworzenia prezentacji rzutnikowych
 Name:          tetex-latex-beamer
 Version:       3.06
 Release:       1
@@ -20,24 +20,24 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 A LaTeX class for producing beamer presentations.
 
-%description -l pl
+%description -l pl.UTF-8
 Klasa LaTeXa do tworzenia prezentacji rzutnikowych.
 
 %package examples
 Summary:       Example presentations created using the LaTeX Beamer class
-Summary(pl):   Przyk³adowe prezentacje stworzone z wykorzystaniem klasy LaTeX Beamer
+Summary(pl.UTF-8):     Przykładowe prezentacje stworzone z wykorzystaniem klasy LaTeX Beamer
 Group:         Applications/Publishing/TeX
 Requires:      %{name} = %{version}-%{release}
 
 %description examples
 Example presentations created using the LaTeX Beamer class.
 
-%description examples -l pl
-Przyk³adowe prezentacje stworzone z wykorzystaniem klasy LaTeX Beamer.
+%description examples -l pl.UTF-8
+Przykładowe prezentacje stworzone z wykorzystaniem klasy LaTeX Beamer.
 
 %package lyx
 Summary:       LyX templates for the LaTeX Beamer class
-Summary(pl):   Szablony klasy LateX Beamer dla programu LyX
+Summary(pl.UTF-8):     Szablony klasy LateX Beamer dla programu LyX
 Group:         Applications/Publishing/TeX
 Requires:      %{name} = %{version}-%{release}
 Requires:      lyx
@@ -45,12 +45,12 @@ Requires:   lyx
 %description lyx
 LyX templates for the LaTeX Beamer class.
 
-%description lyx -l pl
+%description lyx -l pl.UTF-8
 Szablony klasy LateX Beamer dla programu LyX.
 
 %package emacs
 Summary:       Emacs mode for the LaTeX Beamer class
-Summary(pl):   Emacsowy tryb edycji plików LaTeX z klas± Beamer
+Summary(pl.UTF-8):     Emacsowy tryb edycji plików LaTeX z klasą Beamer
 Group:         Applications/Publishing/TeX
 Requires:      %{name} = %{version}-%{release}
 Requires:      emacs-common
@@ -58,8 +58,8 @@ Requires:     emacs-common
 %description emacs
 Emacs mode for the LaTeX Beamer class.
 
-%description emacs -l pl
-Emacsowy tryb edycji plików ¼ród³owych LaTeXa znaj±cy klasê Beamer.
+%description emacs -l pl.UTF-8
+Emacsowy tryb edycji plików źródłowych LaTeXa znający klasę Beamer.
 
 %prep
 %setup -q -n latex-%{short_name}-%{version}
@@ -71,15 +71,15 @@ install -d $RPM_BUILD_ROOT%{_datadir}/lyx/{layouts,templates}
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/lyx
 install -d $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
 
-cp -ar base emulation extensions themes $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+cp -a base emulation extensions themes $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
 
-cp -ar examples/* solutions $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a examples/* solutions $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 mv $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/solutions/*/*.lyx $RPM_BUILD_ROOT%{_datadir}/lyx/templates
-cp -ar lyx/layouts/beamer.layout $RPM_BUILD_ROOT%{_datadir}/lyx/layouts
-cp -ar lyx/examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/lyx
+cp -a lyx/layouts/beamer.layout $RPM_BUILD_ROOT%{_datadir}/lyx/layouts
+cp -a lyx/examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/lyx
 
-cp -ar emacs/beamer.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
+cp -a emacs/beamer.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.079891 seconds and 4 git commands to generate.