From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Mon, 9 Mar 2009 16:50:55 +0000 (+0000) Subject: Remove +x permissions on COPYING file. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=05d2803b0d1807612835047c0b49da935f13ab54;p=fedora-mingw.git Remove +x permissions on COPYING file. --- diff --git a/expat/mingw32-expat.spec b/expat/mingw32-expat.spec index 5ca4b1c..fe5f4ea 100644 --- a/expat/mingw32-expat.spec +++ b/expat/mingw32-expat.spec @@ -6,7 +6,7 @@ Name: mingw32-expat Version: 2.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MinGW Windows port of expat XML parser library License: MIT @@ -39,6 +39,8 @@ rm -rf autom4te*.cache cp `aclocal --print-ac-dir`/libtool.m4 conftools || exit 1 libtoolize --copy --force --automake && aclocal && autoheader && autoconf +chmod -x COPYING + %build %{_mingw32_configure} @@ -71,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 9 2009 Richard W.M. Jones - 2.0.1-4 +- Remove +x permissions on COPYING file. + * Fri Feb 20 2009 Richard W.M. Jones - 2.0.1-3 - Rebuild for mingw32-gcc 4.4