|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
%define __debug_install_post %{_mingw32_debug_install_post}
|
|
|
|
|
|
|
|
|
|
Name: mingw32-libxml2
|
|
|
|
|
Version: 2.7.5
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.7.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: MinGW Windows libxml2 XML processing library
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -74,14 +74,14 @@ autoreconf
|
|
|
|
|
mkdir build_static
|
|
|
|
|
pushd build_static
|
|
|
|
|
LDFLAGS="-no-undefined" \
|
|
|
|
|
%{_mingw32_configure} --without-python --with-modules --enable-static --disable-shared --with-threads=yes CFLAGS="$CFLAGS -DLIBXML_STATIC_FOR_DLL"
|
|
|
|
|
%{_mingw32_configure} --without-python --with-modules --enable-static --disable-shared --with-threads=win32 CFLAGS="$CFLAGS -DLIBXML_STATIC_FOR_DLL"
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
mkdir build_shared
|
|
|
|
|
pushd build_shared
|
|
|
|
|
LDFLAGS="-no-undefined" \
|
|
|
|
|
%{_mingw32_configure} --without-python --with-modules --disable-static --enable-shared --with-threads=yes
|
|
|
|
|
%{_mingw32_configure} --without-python --with-modules --disable-static --enable-shared --with-threads=win32
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
@ -133,6 +133,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 20 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.7.6-1
|
|
|
|
|
- Update to 2.7.6
|
|
|
|
|
- Updated the configure arguments so that the native Win32 thread API
|
|
|
|
|
will be used instead of pthreads
|
|
|
|
|
|
|
|
|
|
* Fri Sep 25 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.7.5-2
|
|
|
|
|
- Added a patch to fix GNOME bug #561340
|
|
|
|
|
|
|
|
|
|