[emacs-auctex] Fix the install location of the preview tex files Fix the BuildRequires for latex

Jonathan G. Underwood jgu at fedoraproject.org
Tue Dec 4 15:25:24 UTC 2012


commit bace0b1942ac1f8851d1a96876ef6fd7d07261fd
Author: Jonathan G. Underwood <jonathan.underwood at gmail.com>
Date:   Tue Dec 4 15:25:14 2012 +0000

    Fix the install location of the preview tex files
    Fix the BuildRequires for latex

 emacs-auctex.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/emacs-auctex.spec b/emacs-auctex.spec
index 728d71c..c19d0a9 100644
--- a/emacs-auctex.spec
+++ b/emacs-auctex.spec
@@ -12,7 +12,7 @@
 Summary: 	Enhanced TeX modes for Emacs
 Name: 		emacs-auctex
 Version: 	11.87
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 License: 	GPLv3+ and GFDL
 Group: 		Applications/Editors
 URL: 		http://www.gnu.org/software/auctex/
@@ -30,7 +30,7 @@ Requires: 	tex-preview = %{version}-%{release}
 Source0: 	ftp://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz
 
 BuildArch: 	noarch
-BuildRequires: 	emacs texlive-latex texinfo-tex ghostscript
+BuildRequires: 	emacs tex(latex) texinfo-tex ghostscript
 
 %description
 AUCTeX is an extensible package that supports writing and formatting
@@ -93,7 +93,7 @@ Emacs.
 
 %build
 %if %{separate_preview}
-%configure --with-emacs
+%configure --with-emacs --with-texmf-dir=%{_datadir}/texmf
 %else
 %configure --with-emacs --without-texmf-dir
 %endif
@@ -167,6 +167,10 @@ fi
 %doc doc/html
 
 %changelog
+* Tue Dec  4 2012 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.87-2
+- Fix the install location of the preview tex files
+- Fix the BuildRequires for latex
+
 * Mon Dec  3 2012 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.87-1
 - Update to new upstream version 11.87
 


More information about the scm-commits mailing list