]> git.pld-linux.org Git - packages/tetex-latex-beamer.git/commitdiff
- Version: 3.07
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 13 Mar 2007 18:43:54 +0000 (18:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Emacs plugin and LyX template are not distributed with latex-beamer any more

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

tetex-latex-beamer.spec

index bbcd023429c22bf0b55a3d305168fe7cf9e2d769..a067459ff4f2a920bda4d4146f6e9d9aea8fcc21 100644 (file)
@@ -4,12 +4,12 @@
 Summary:       A LaTeX class for producing beamer presentations
 Summary(pl.UTF-8):     Klasa LaTeXa do tworzenia prezentacji rzutnikowych
 Name:          tetex-latex-beamer
-Version:       3.06
+Version:       3.07
 Release:       1
 License:       GPL
 Group:         Applications/Publishing/TeX
 Source0:       http://dl.sourceforge.net/latex-beamer/latex-beamer-%{version}.tar.gz
-# Source0-md5: ab7eeb972d75e758117460aabdddb1e6
+# Source0-md5: a908b9fa5c98b1e1ef49bda302dd2af6
 URL:           http://latex-beamer.sourceforge.net/
 Requires(post,postun): /usr/bin/texhash
 Requires:      tetex-latex
@@ -48,38 +48,20 @@ LyX templates for the LaTeX Beamer class.
 %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.UTF-8):     Emacsowy tryb edycji plików LaTeX z klasą Beamer
-Group:         Applications/Publishing/TeX
-Requires:      %{name} = %{version}-%{release}
-Requires:      emacs-common
-
-%description emacs
-Emacs mode for the LaTeX Beamer class.
-
-%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}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_datadir}/texmf/tex/latex/%{short_name},%{_examplesdir}/%{name}-%{version}}
-install -d $RPM_BUILD_ROOT%{_datadir}/lyx/{layouts,templates}
+install -d $RPM_BUILD_ROOT%{_datadir}/lyx/templates
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/lyx
-install -d $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
 
 cp -a base emulation extensions themes $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
 
 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 -a lyx/layouts/beamer.layout $RPM_BUILD_ROOT%{_datadir}/lyx/layouts
-cp -a lyx/examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/lyx
-
-cp -a emacs/beamer.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -101,9 +83,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files lyx
 %defattr(644,root,root,755)
-%{_datadir}/lyx/layouts/beamer.layout
 %{_datadir}/lyx/templates/*
-
-%files emacs
-%defattr(644,root,root,755)
-%{_datadir}/emacs/site-lisp/site-start.d/*
This page took 0.071658 seconds and 4 git commands to generate.