[hevea] Fix typo in Requires(postun).

Jerry James jjames at fedoraproject.org
Mon Sep 16 21:36:22 UTC 2013


commit 278c48d4cfbecdb78256cfe05a1f01495460f000
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Mon Sep 16 15:36:01 2013 -0600

    Fix typo in Requires(postun).

 hevea.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/hevea.spec b/hevea.spec
index 7c736e3..7b97d15 100644
--- a/hevea.spec
+++ b/hevea.spec
@@ -2,7 +2,7 @@
 
 Name:		hevea
 Version:	2.09
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	LaTeX to HTML translator
 Group:		Applications/Publishing
 License:	QPL
@@ -11,7 +11,7 @@ Source0:	http://hevea.inria.fr/distri/%{name}-%{version}.tar.gz
 BuildRequires:	ocaml >= 3.12, tex(latex)
 Requires:	tex(latex) netpbm-progs ghostscript tex(dvips)
 Requires(post):	kpathsea
-Requires(postun):	kpathsesa
+Requires(postun):	kpathsea
 ExclusiveArch:	%{ocaml_arches}
 
 
@@ -61,6 +61,9 @@ make install \
 
 
 %changelog
+* Mon Sep 16 2013 Jerry James <loganjerry at gmail.com> - 2.09-2
+- Fix typo in Requires(postun)
+
 * Mon Sep 16 2013 Jerry James <loganjerry at gmail.com> - 2.09-1
 - New upstream release (hopefully fixes bz 879050)
 - Build for OCaml 4.01.0


More information about the scm-commits mailing list