[tuxtype2/f18] update chown patch to fix ftbfs

Tom Callaway spot at fedoraproject.org
Thu Aug 16 20:58:15 UTC 2012


commit 43516c028bdfd147b9c0b73d665257297f810b26
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Aug 16 16:58:39 2012 -0400

    update chown patch to fix ftbfs

 tuxtype2-1.8.1-chown.patch |   12 ++++++++++++
 tuxtype2.spec              |    5 ++++-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/tuxtype2-1.8.1-chown.patch b/tuxtype2-1.8.1-chown.patch
index 890fa85..23cdd61 100644
--- a/tuxtype2-1.8.1-chown.patch
+++ b/tuxtype2-1.8.1-chown.patch
@@ -10,3 +10,15 @@ diff -up tuxtype_w_fonts-1.8.1/Makefile.am.patch tuxtype_w_fonts-1.8.1/Makefile.
  
  
  uninstall-hook:
+diff -up tuxtype_w_fonts-1.8.1/Makefile.in.nochown tuxtype_w_fonts-1.8.1/Makefile.in
+--- tuxtype_w_fonts-1.8.1/Makefile.in.nochown	2012-08-16 16:55:42.256157148 -0400
++++ tuxtype_w_fonts-1.8.1/Makefile.in	2012-08-16 16:55:45.504157197 -0400
+@@ -780,7 +780,7 @@ install-data-hook:
+ 	$(MKDIR_P) -m 2755 $(DESTDIR)$(pkglocalstatedir)
+ 	$(MKDIR_P) -m 2755 $(DESTDIR)$(pkglocalstatedir)/words
+ #	chown root:games $(DESTDIR)$(pkglocalstatedir)
+-	chown root:games $(DESTDIR)$(pkglocalstatedir)/words
++#	chown root:games $(DESTDIR)$(pkglocalstatedir)/words
+ 
+ uninstall-hook:
+ 	rm -rf $(DESTDIR)$(pkglocalstatedir)/words
diff --git a/tuxtype2.spec b/tuxtype2.spec
index ecddf3f..a8841b5 100644
--- a/tuxtype2.spec
+++ b/tuxtype2.spec
@@ -1,6 +1,6 @@
 Name:           tuxtype2
 Version:        1.8.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 
 Summary:        Tux Typing, an educational typing tutor for children
 Group:          Amusements/Games
@@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug 16 2012 Tom Callaway <spot at fedoraproject.org> - 1.8.1-7
+- fix chown patch
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list