From 4e898e67f753f2b411b5dcfff8aa64980851d7ed Mon Sep 17 00:00:00 2001 From: paragn Date: Thu, 8 Oct 2009 10:33:41 +0000 Subject: [PATCH] - fix rpmlint output --- libXcursor.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libXcursor.spec b/libXcursor.spec index e4398b2..0616a05 100644 --- a/libXcursor.spec +++ b/libXcursor.spec @@ -34,6 +34,9 @@ libXcursor development package. %prep %setup -q +tr -d '\r' < COPYING > COPYING.new +iconv -f ISO-8859-2 -t UTF-8 COPYING.new > COPYING + # Disable static library creation by default. %define with_static 0