[skychart/f16] Allow removing debug symbols from binaries to make it compile under F16 and F15.

mattia mattia at fedoraproject.org
Sun Jan 22 12:56:40 UTC 2012


commit 9092a1f8d0e72f39e1c114e6216a9ecfbeb5cef6
Author: Mattia Verga <mattia.verga at tiscali.it>
Date:   Sun Jan 22 13:54:49 2012 +0100

    Allow removing debug symbols from binaries to make it compile
    under F16 and F15.

 skychart.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/skychart.spec b/skychart.spec
index 7e1e651..03df85b 100644
--- a/skychart.spec
+++ b/skychart.spec
@@ -1,6 +1,6 @@
 Name: skychart
 Version: 3.4
-Release: 4%{?dist}
+Release: 4%{?dist}.1
 Summary: Planetarium software for the advanced amateur astronomer
 
 Group: Amusements/Graphics
@@ -14,7 +14,7 @@ Source3: getdoc.sh
 Source4: documentation.tar.gz
 
 Patch1: skychart-desktop.patch
-Patch2: skychart-strip.patch
+#Patch2: skychart-strip.patch
 Patch3: skychart-wgetdata.patch
 Patch4: gcc47.patch
 
@@ -61,7 +61,7 @@ cp -p %SOURCE2 skychart/
 # See upstream bug at http://www.ap-i.net/mantis/view.php?id=911
 %patch1 -p1
 
-%patch2 -p1
+#%%patch2 -p1
 
 # Disable wget for documentation and ephemeris data
 %patch3 -p1


More information about the scm-commits mailing list