[SDL/f12/master] Escape % signs in spec comments

Petr Pisar ppisar at fedoraproject.org
Tue Aug 3 12:46:27 UTC 2010


commit acf397aeb9019fedd38ed3d7b389d0c234909400
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Aug 2 15:27:35 2010 +0200

    Escape % signs in spec comments

 SDL.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/SDL.spec b/SDL.spec
index aa22de3..ef4bfc8 100644
--- a/SDL.spec
+++ b/SDL.spec
@@ -2,8 +2,8 @@ Summary: A cross-platform multimedia library
 Name: SDL
 Version: 1.2.13
 Release: 12%{?dist}
-# Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
-# To create the repackaged archive use repackage.sh %{version}
+# Source: http://www.libsdl.org/release/%%{name}-%%{version}.tar.gz
+# To create the repackaged archive use ./repackage.sh %%{version}
 Source0: %{name}-%{version}_repackaged.tar.gz
 # The license of the file src/video/fbcon/riva_mio.h is bad, but the contents
 # of the file has been relicensed to MIT in 2008 by Nvidia for the 
@@ -156,6 +156,7 @@ rm -rf %{buildroot}
 - Make repacked source tar ball relative
 - Remove useless src/joystick/darwin/10.3.9-FIX/IOHIDLib.h because of APSL-2.0
   license
+- Escape spec file comments
 
 * Wed Mar 24 2010 Thomas Woerner <twoerner at redhat.com> 1.2.13-11
 - added repackage.sh script to remove joyos2,h and symbian.zip because of


More information about the scm-commits mailing list