X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=expat%2Fmingw32-expat.spec;h=fe5f4eaf3bed404496e1689a3916b51ded59e665;hb=05d2803b0d1807612835047c0b49da935f13ab54;hp=59688401adbf01c7addf3f108fc436cac66815ed;hpb=455a61a915677ce532507385a91ce3280c26851c;p=fedora-mingw.git diff --git a/expat/mingw32-expat.spec b/expat/mingw32-expat.spec index 5968840..fe5f4ea 100644 --- a/expat/mingw32-expat.spec +++ b/expat/mingw32-expat.spec @@ -6,7 +6,7 @@ Name: mingw32-expat Version: 2.0.1 -Release: 1%{?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} @@ -61,6 +63,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) +%doc COPYING %{_mingw32_bindir}/libexpat-1.dll %{_mingw32_bindir}/xmlwf %{_mingw32_libdir}/libexpat.dll.a @@ -70,5 +73,14 @@ 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 + +* Fri Feb 6 2009 Richard W.M. Jones - 2.0.1-2 +- Include license. + * Fri Oct 31 2008 Richard W.M. Jones - 2.0.1-1 - Initial RPM release.