rpms/emacs-auctex/devel emacs-auctex.spec,1.25,1.26

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Sun Dec 23 19:22:15 UTC 2007


Author: jgu

Update of /cvs/extras/rpms/emacs-auctex/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20832

Modified Files:
	emacs-auctex.spec 
Log Message:
* Sun Dec 23 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.84-5
- Enable building of separate tex-preview package
- Remove a few residual tetex references



Index: emacs-auctex.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-auctex/devel/emacs-auctex.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- emacs-auctex.spec	16 Dec 2007 01:00:38 -0000	1.25
+++ emacs-auctex.spec	23 Dec 2007 19:21:35 -0000	1.26
@@ -19,12 +19,12 @@
 # already includes preview.sty and so this may not be desireable -- setting the
 # following value to 0 means that preview-latex/AucTeX will use a privately
 # installed copy of preview.sty.
-%define separate_preview 0
+%define separate_preview 1
 
 Summary: 	Enhanced TeX modes for Emacs
 Name: 		emacs-auctex
 Version: 	11.84
-Release: 	4%{?dist}
+Release: 	5%{?dist}
 License: 	GPLv2+
 Group: 		Applications/Editors
 URL: 		http://www.gnu.org/software/auctex/
@@ -103,7 +103,7 @@
 Ghostscript or dvipng, but it also works when you are using PDFTeX for
 generating PDF files (usually also postprocessed by Ghostscript).
 
-The tetex-preview package is generated from the AUCTeX package for
+The tex-preview package is generated from the AUCTeX package for 
 Emacs.
 %endif
 
@@ -147,10 +147,10 @@
 fi
 
 %if %{separate_preview}
-%post -n tetex-preview
+%post -n tex-preview
 /usr/bin/texhash > /dev/null 2>&1 || :
 
-%postun -n tetex-preview
+%postun -n tex-preview
 /usr/bin/texhash > /dev/null 2>&1 || :
 %endif
 
@@ -190,6 +190,10 @@
 %doc doc/html
 
 %changelog
+* Sun Dec 23 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.84-5
+- Enable building of separate tex-preview package
+- Remove a few residual tetex references
+
 * Sun Dec 16 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.84-4
 - Add macros for automatic detection of Emacs version, site-lisp directory etc
 - Make building of tex-preview subpackage optional, and disable for now




More information about the fedora-extras-commits mailing list