rpms/emacs-auctex/devel emacs-auctex.spec,1.31,1.32

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Wed Feb 13 00:50:57 UTC 2008


Author: jgu

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

Modified Files:
	emacs-auctex.spec 
Log Message:
* Tue Feb 12 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.85-4
- Remove BuildRequires for pkgconfig - not needed
- Clean out uneeded creation of site start directory
- Remove /usr/share/doc/auctex directory from buildroot



Index: emacs-auctex.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-auctex/devel/emacs-auctex.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- emacs-auctex.spec	13 Feb 2008 00:20:43 -0000	1.31
+++ emacs-auctex.spec	13 Feb 2008 00:50:19 -0000	1.32
@@ -24,7 +24,7 @@
 Summary: 	Enhanced TeX modes for Emacs
 Name: 		emacs-auctex
 Version: 	11.85
-Release: 	3%{?dist}
+Release: 	4%{?dist}
 License: 	GPLv3+
 Group: 		Applications/Editors
 URL: 		http://www.gnu.org/software/auctex/
@@ -43,7 +43,7 @@
 Source0: 	ftp://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz
 BuildArch: 	noarch
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: 	emacs emacs-el texlive-latex texinfo-tex ghostscript pkgconfig
+BuildRequires: 	emacs emacs-el texlive-latex texinfo-tex ghostscript
 
 %description 
 AUCTeX is an extensible package that supports writing and formatting
@@ -130,10 +130,13 @@
 
 %install
 rm -rf %{buildroot}
-mkdir -p %{buildroot}%{emacs_startdir}
 make DESTDIR=%{buildroot} install
 rm -rf %{buildroot}%{_var}
 
+# Remove /usr/share/doc/auctex directory from buildroot since we don't want doc
+# files installed here
+rm -rf %{buildroot}%{_docdir}/auctex
+
 %clean
 rm -rf %{buildroot}
 
@@ -191,6 +194,11 @@
 %doc doc/html
 
 %changelog
+* Tue Feb 12 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.85-4
+- Remove BuildRequires for pkgconfig - not needed
+- Clean out uneeded creation of site start directory
+- Remove /usr/share/doc/auctex directory from buildroot
+
 * Tue Feb 12 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.85-3
 - Bump release and rebuild - had forgotten to upload the new sources
 




More information about the fedora-extras-commits mailing list