[impallari-lobster-fonts/el6] Fix file installation path

Parag Nemade pnemade at fedoraproject.org
Fri Oct 3 10:50:35 UTC 2014


commit 45a898a8a8ec19b1b720641d96ae5c99b2cdd4eb
Author: Parag Nemade <pnemade at redhat.com>
Date:   Fri Oct 3 16:20:15 2014 +0530

    Fix file installation path

 impallari-lobster-fonts.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/impallari-lobster-fonts.spec b/impallari-lobster-fonts.spec
index 19d5334..2bf15b2 100644
--- a/impallari-lobster-fonts.spec
+++ b/impallari-lobster-fonts.spec
@@ -27,6 +27,8 @@ for file in License.txt Readme.txt ; do
  touch -r $file $file.new && \
  mv $file.new $file
 done
+# EL6, rpm failed to package file path including space
+mv License.txt Readme.txt ../
 popd
 
 
@@ -49,7 +51,7 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \
 
 %_font_pkg -f %{fontconf} *.otf
 
-%doc "Lobster 1.4/Readme.txt" "Lobster 1.4/License.txt"
+%doc Readme.txt License.txt
 
 
 %changelog


More information about the fonts-bugs mailing list