- fix rpmlint output

This commit is contained in:
paragn 2009-10-08 10:33:41 +00:00
parent b23b01d360
commit 4e898e67f7

View File

@ -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