[fife] Fix RHBZ#993751

Simon Dietz cassmodiah at fedoraproject.org
Tue Aug 6 17:43:14 UTC 2013


commit 59e6502fe93008526f0e49f040f2b6b206918ebc
Author: Simon Dietz <cassmodiah at fedoraproject.org>
Date:   Tue Aug 6 19:42:37 2013 +0200

    Fix RHBZ#993751

 fife.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/fife.spec b/fife.spec
index 9944a39..6955b0f 100644
--- a/fife.spec
+++ b/fife.spec
@@ -4,7 +4,7 @@
 Name:           fife
 Epoch:          2
 Version:        %{_version}r3
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Cross platform game creation framework
 Group:          Amusements/Games
 License:        LGPLv2+
@@ -137,7 +137,7 @@ find %{buildroot}%{_libdir} -type f -name "*.a" -delete -print
 mkdir -p %{buildroot}/%{_bindir}/
 cat > %{buildroot}/%{_bindir}/%{name}-documentation << EOF
 #!/bin/sh
-xdg-open file://%{_docdir}/%{name}-doc-%{version}/index.html
+xdg-open file://%{_pkgdocdir}-doc/index.html
 EOF
 chmod +x %{buildroot}/%{_bindir}/%{name}-documentation
 
@@ -170,6 +170,9 @@ chmod 755 %{buildroot}/%{python_sitearch}/%{name}/_%{name}.so
 
 
 %changelog
+* Tue Aug 06 2013 Simon Dietz <cassmodiah at fedoraproject.org> -  2:0.3.3r3-8
+- Fix RHBZ#993751
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2:0.3.3r3-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list