rpms/emacs-vm/FC-6 emacs-vm.spec,1.16,1.17

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Tue Aug 21 22:05:48 UTC 2007


Author: jgu

Update of /cvs/extras/rpms/emacs-vm/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6654

Modified Files:
	emacs-vm.spec 
Log Message:
* Tue Aug 21 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-1
- Comment out byte compilation of additional files to see if that fixes build
  issues 
- Add BuildRequires: texinfo-tex to build pdf docs



Index: emacs-vm.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/FC-6/emacs-vm.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- emacs-vm.spec	21 Aug 2007 15:52:45 -0000	1.16
+++ emacs-vm.spec	21 Aug 2007 22:05:15 -0000	1.17
@@ -19,7 +19,7 @@
 Summary: Emacs VM mailreader
 Name: emacs-vm
 Version: %{vmversion}.%{devoversion}
-Release: 1%{?dist}
+Release: 1%{?dist}.1
 License: GPLv2+
 Group: Applications/Internet
 URL: http://www.nongnu.org/viewmail/
@@ -38,7 +38,7 @@
 Requires(pre): /sbin/install-info 
 Requires(post): /sbin/install-info 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Buildrequires: emacs texinfo
+BuildRequires: emacs texinfo texinfo-tex
 
 %description
 VM (View Mail) is an Emacs subsystem that allows UNIX mail to be read
@@ -62,14 +62,14 @@
 %setup -q -n vm-%{vmversion}-%{devoversion}
 
 # Add extra elisp source files and modify Makefile.in so they get compiled
-cp %{SOURCE1} lisp
-cp %{SOURCE11} lisp
-cp %{SOURCE12} lisp
-cp %{SOURCE13} lisp
-cp %{SOURCE14} lisp
-cp %{SOURCE15} lisp
-cp %{SOURCE16} lisp
-%patch0
+# cp %{SOURCE1} lisp
+# cp %{SOURCE11} lisp
+# cp %{SOURCE12} lisp
+# cp %{SOURCE13} lisp
+# cp %{SOURCE14} lisp
+# cp %{SOURCE15} lisp
+# cp %{SOURCE16} lisp
+# %patch0
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -136,6 +136,11 @@
 
 %changelog
 * Tue Aug 21 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-1
+- Comment out byte compilation of additional files to see if that fixes build
+  issues 
+- Add BuildRequires: texinfo-tex to build pdf docs
+
+* Tue Aug 21 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-1
 - Update to version 8.0.3
 
 * Mon Aug  6 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.2.482-4




More information about the fedora-extras-commits mailing list