[xosview/f17] replace ancient config.* files with newer ones so that PPC is supported

Karsten Hopp karsten at fedoraproject.org
Wed May 9 12:56:17 UTC 2012


commit a8ab82c9b89a9f212b0f6713c7469c62a770acfc
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed May 9 14:56:10 2012 +0200

    replace ancient config.* files with newer ones so that PPC is supported

 xosview.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/xosview.spec b/xosview.spec
index 4f8b15a..3009445 100644
--- a/xosview.spec
+++ b/xosview.spec
@@ -1,7 +1,7 @@
 Summary:       An X Window System utility for monitoring system resources
 Name:          xosview
 Version:       1.9.2
-Release:       2%{?dist}
+Release:       3%{?dist}
 Group:         Applications/System
 # The netbsd/swapinternal.{cc,h} source files are BSD only (with 
 # advertising), but neither file is used in the linux version of 
@@ -30,6 +30,7 @@ etc. Xosview runs under the X Window System.
 %patch0 -p1
 
 %build
+cp -f /usr/lib/rpm/config.* config/
 %configure
 %{__make} %{?_smp_mflags} all
 
@@ -70,6 +71,9 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{name}.desktop
 %{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Wed May 09 2012 Karsten Hopp <karsten at redhat.com> 1.9.2-3
+- replace ancient config.* files with newer ones so that PPC is supported
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.2-2
 - Rebuilt for c++ ABI breakage
 


More information about the scm-commits mailing list