[emacspeak] update to 36.0

Jens Petersen petersen at fedoraproject.org
Wed Jul 25 10:40:11 UTC 2012


commit f5d30eef512861abf54c3a85b497f98df8efc05d
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Jul 25 19:39:26 2012 +0900

    update to 36.0

 .gitignore                       |    1 +
 emacspeak-15.0-fixpref.patch     |   12 ------------
 emacspeak-install-info-dir.patch |   11 +++++++++++
 emacspeak.spec                   |   11 ++++++-----
 sources                          |    2 +-
 5 files changed, 19 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6663ca..8f6a08b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 emacspeak-29.0.tar.bz2
+/emacspeak-36.0.tar.bz2
diff --git a/emacspeak-install-info-dir.patch b/emacspeak-install-info-dir.patch
new file mode 100644
index 0000000..11858a0
--- /dev/null
+++ b/emacspeak-install-info-dir.patch
@@ -0,0 +1,11 @@
+--- emacspeak-36.0/info/Makefile~	2012-03-21 02:29:45.000000000 +0900
++++ emacspeak-36.0/info/Makefile	2012-07-25 19:17:27.057135666 +0900
+@@ -28,7 +28,7 @@
+ 
+ install: emacspeak.info
+ 	if test  -x /sbin/install-info ; then \
+-		install-info emacspeak.info /etc/info-dir; \
++		/sbin/install-info emacspeak.info $(infodir)/info-dir; \
+ 	fi
+ 	$(INSTALL)  -m 644 *.info* $(DESTDIR)$(infodir)
+ 
diff --git a/emacspeak.spec b/emacspeak.spec
index 820f173..2ebd064 100644
--- a/emacspeak.spec
+++ b/emacspeak.spec
@@ -1,7 +1,7 @@
 Summary: Emacs Speech interface
 Name: emacspeak
-Version: 29.0
-Release: 6%{?dist}
+Version: 36.0
+Release: 1%{?dist}
 # main lisp files are GPL2+
 # lisp/atom-blogger and lisp/g-client are BSD
 License: GPLv2+ and BSD
@@ -14,9 +14,8 @@ Requires(post): info
 Requires(preun): info
 BuildArchitectures: noarch
 BuildRequires: emacs findutils perl texinfo
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires: emacs, tclx
-Patch0: emacspeak-15.0-fixpref.patch
+Patch0: emacspeak-install-info-dir.patch
 
 %description 
 Emacspeak is a speech interface that allows visually impaired users to
@@ -64,7 +63,6 @@ fi
 rm -rf %{buildroot}
 
 %files 
-%defattr(-,root,root)
 %doc servers/linux-outloud/VIAVOICE
 %doc etc/NEWS* etc/FAQ etc/HELP etc/COPYRIGHT etc/tips.html etc/applications.html
 %doc user-guide/*.html
@@ -73,6 +71,9 @@ rm -rf %{buildroot}
 %{_infodir}/*
 
 %changelog
+* Wed Jul 25 2012 Jens Petersen <petersen at redhat.com> - 36.0-1
+- update to 36.0
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 29.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index d43758e..6571d11 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f13589118256a83e4ad7938c7cb7946a  emacspeak-29.0.tar.bz2
+d617719195fc5ea204a99ee51be17270  emacspeak-36.0.tar.bz2


More information about the scm-commits mailing list