rpms/emacs-auctex/devel emacs-auctex.spec,1.41,1.42

Jonathan G. Underwood jgu at fedoraproject.org
Fri Jul 16 17:15:44 UTC 2010


Author: jgu

Update of /cvs/pkgs/rpms/emacs-auctex/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22410

Modified Files:
	emacs-auctex.spec 
Log Message:
* Fri Jul 16 2010 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.86-3
- Add COPYING file and other docs to the tex-preview subpackage to comply with
  updated licensing guidelines
- Remove the no longer needed BuildRoot, %clean and cleaning of Buildroot
  inside %install
 
* Sun May 23 2010 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.86-2
- Drop Requires for evince (rhbz 595104)



Index: emacs-auctex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/emacs-auctex/devel/emacs-auctex.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- emacs-auctex.spec	23 May 2010 12:18:40 -0000	1.41
+++ emacs-auctex.spec	16 Jul 2010 17:15:44 -0000	1.42
@@ -12,7 +12,7 @@
 Summary: 	Enhanced TeX modes for Emacs
 Name: 		emacs-auctex
 Version: 	11.86
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 License: 	GPLv3+
 Group: 		Applications/Editors
 URL: 		http://www.gnu.org/software/auctex/
@@ -31,7 +31,6 @@ Requires: 	tex-preview = %{version}-%{re
 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 texlive-latex texinfo-tex ghostscript
 
 %description 
@@ -118,7 +117,6 @@ popd
 iconv -f ISO-8859-1 -t UTF8 RELEASE > RELEASE.utf8 && touch -r RELEASE RELEASE.utf8 && mv RELEASE.utf8 RELEASE
 
 %install
-rm -rf %{buildroot}
 mkdir -p %{buildroot}%{_emacs_sitestartdir}
 make DESTDIR=%{buildroot} install
 rm -rf %{buildroot}%{_var}
@@ -127,9 +125,6 @@ rm -rf %{buildroot}%{_var}
 # files installed here
 rm -rf %{buildroot}%{_docdir}/auctex
 
-%clean
-rm -rf %{buildroot}
-
 %post
 /sbin/install-info %{_infodir}/auctex.info %{_infodir}/dir 2>/dev/null || :
 /sbin/install-info %{_infodir}/preview-latex.info %{_infodir}/dir 2>/dev/null || :
@@ -175,6 +170,7 @@ fi
 %if %{separate_preview}
 %files -n tex-preview
 %defattr(-,root,root,-)
+%doc RELEASE COPYING README TODO FAQ CHANGES
 %{_datadir}/texmf/tex/latex/preview
 %{_datadir}/texmf/doc/latex/styles
 %endif
@@ -184,6 +180,12 @@ fi
 %doc doc/html
 
 %changelog
+* Fri Jul 16 2010 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.86-3
+- Add COPYING file and other docs to the tex-preview subpackage to comply with
+  updated licensing guidelines
+- Remove the no longer needed BuildRoot, %%clean and cleaning of Buildroot
+  inside %%install
+ 
 * Sun May 23 2010 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.86-2
 - Drop Requires for evince (rhbz 595104)
 



More information about the scm-commits mailing list