[SDL/origin/master: 3/4] Escape % signs in spec comments

Petr Pisar ppisar at fedoraproject.org
Mon Aug 2 14:20:04 UTC 2010


commit fbf0502fb2481c70c65f51b6adbe3f7620d6cb46
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 a4f98ff..f1b110a 100644
--- a/SDL.spec
+++ b/SDL.spec
@@ -2,8 +2,8 @@ Summary: A cross-platform multimedia library
 Name: SDL
 Version: 1.2.14
 Release: 6%{?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 
@@ -138,6 +138,7 @@ rm -rf %{buildroot}
 - Remove useless src/joystick/darwin/10.3.9-FIX/IOHIDLib.h because of APSL-2.0
   license
 - Apply SDL-1.2.14-xio_error-rh603984.patch (rh603984, sdl1009)
+- Escape spec file comments
 
 * Wed Jun 23 2010 Hans de Goede <hdegoede at redhat.com> 1.2.14-5
 - Don't crash when trying to exit because of an xio-error (rh603984, sdl1009)


More information about the scm-commits mailing list