rpms/emacs-auctex/FC-5 emacs-auctex.spec,1.22,1.23

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Sun Jun 18 17:49:12 UTC 2006


Author: jgu

Update of /cvs/extras/rpms/emacs-auctex/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11250/FC-5

Modified Files:
	emacs-auctex.spec 
Log Message:
Sync with FC-5 spec file, which includes the changes below
     No longer use makeinstall macro
     No longer specify texmf-dir, tex-dir for configure
     Main package now owns the site-lisp auctex and styles directories
     Place preview.dvi in correct directory, and have tetex-preview own
     it
     General cleanups



Index: emacs-auctex.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-auctex/FC-5/emacs-auctex.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- emacs-auctex.spec	17 Jun 2006 16:47:12 -0000	1.22
+++ emacs-auctex.spec	18 Jun 2006 17:49:12 -0000	1.23
@@ -1,20 +1,20 @@
-Summary: Enhanced TeX modes for Emacs
-Name: emacs-auctex
-Version: 11.83
-Release: 2%{?dist}.5
-License: GPL
-Group: Applications/Editors
-URL: http://www.gnu.org/software/auctex/
-Source0: ftp://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz
-Patch0: auctex-11.83-debug.patch
-BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Obsoletes: auctex
-Provides: auctex
-Conflicts: emacspeak < 18
-Requires: emacs emacs-common ghostscript 
-Requires: tetex-preview = %{version}-%{release}
-Requires: /sbin/install-info
+Summary: 	Enhanced TeX modes for Emacs
+Name: 		emacs-auctex
+Version: 	11.83
+Release: 	2%{?dist}.5
+License: 	GPL
+Group: 		Applications/Editors
+URL: 		http://www.gnu.org/software/auctex/
+Source0: 	ftp://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz
+Patch0: 	auctex-11.83-debug.patch
+BuildArch: 	noarch
+BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Obsoletes: 	auctex
+Provides: 	auctex
+Conflicts: 	emacspeak < 18
+Requires: 	emacs emacs-common ghostscript 
+Requires: 	tetex-preview = %{version}-%{release}
+Requires: 	/sbin/install-info
 BuildRequires: 	emacs tetex-latex texinfo ghostscript
 
 %description 
@@ -36,17 +36,17 @@
 This package is for GNU Emacs.
 
 %package el
-Summary: Elisp source files for %{name}
-Group: Applications/Editors
-Requires: %{name} = %{version}
+Summary: 	Elisp source files for %{name}
+Group: 		Applications/Editors
+Requires: 	%{name} = %{version}
 
 %description el
 This package contains the source Elisp files for AUCTeX for Emacs.
 
 %package -n tetex-preview
-Summary: Preview style files for LaTeX
-Group: Applications/Publishing
-Requires: tetex-latex tetex-fonts ghostscript
+Summary: 	Preview style files for LaTeX
+Group: 		Applications/Publishing
+Requires: 	tetex-latex tetex-fonts ghostscript
 
 %description -n tetex-preview 
 The preview package for LaTeX allows for the processing of selected
@@ -60,7 +60,7 @@
 able to work in a single pass.
 
 The main purpose of this package is the extraction of certain
-environments (most notably displayed formulas) from La TeX sources as
+environments (most notably displayed formulas) from LaTeX sources as
 graphics. This works with DVI files postprocessed by either Dvips and
 Ghostscript or dvipng, but it also works when you are using PDFTeX for
 generating PDF files (usually also postprocessed by Ghostscript).
@@ -71,9 +71,6 @@
 %prep
 %setup -q -n auctex-%{version}
 
-# Debug patch
-%patch0 -p1
-
 %build
 %configure --with-emacs 
 make




More information about the fedora-extras-commits mailing list