From 1bf9ba031f84b94896a8892a13aac02a558b1c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 19 Nov 2007 18:45:19 +0000 Subject: [PATCH] - Quote percentage signs in symlinking bash-magic (#390171). --- xorg-x11-fonts.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xorg-x11-fonts.spec b/xorg-x11-fonts.spec index 6d7b2ec..0430284 100644 --- a/xorg-x11-fonts.spec +++ b/xorg-x11-fonts.spec @@ -26,7 +26,7 @@ Summary: X.Org X11 fonts Name: xorg-x11-fonts Version: 7.2 -Release: 3%{?dist} +Release: 4%{?dist} License: Various licenses Group: User Interface/X URL: http://www.x.org @@ -392,7 +392,7 @@ done # Install catalogue symlinks mkdir -p $RPM_BUILD_ROOT%{_catalogue} for f in misc:unscaled:pri=10 75dpi:unscaled:pri=20 100dpi:unscaled:pri=30 Type1 TTF OTF cyrillic; do - ln -fs %{_x11fontdir}/${f%%:*} $RPM_BUILD_ROOT%{_catalogue}/xorg-x11-fonts-$f + ln -fs %{_x11fontdir}/${f%%%%:*} $RPM_BUILD_ROOT%{_catalogue}/xorg-x11-fonts-$f done # Generate the encodings.dir files in the encodings directories during @@ -1289,6 +1289,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %verify(not md5 size mtime) %{_x11fontdir}/cyrillic/fonts.cache-* %changelog +* Mon Nov 19 2007 Kristian Høgsberg - 7.2-4 +- Quote percentage signs in symlinking bash-magic (#390171). + * Mon Aug 27 2007 Adam Jackson 7.2-3 - Fix build for F8, don't leave references to RPM_BUILD_ROOT in the encodings output. (#251058)