From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Wed, 18 Feb 2009 16:23:04 +0000 (+0000) Subject: Tiny fix to specfile. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=66f3c6277c86718dc14a1b8728e9f28e00d148e8;p=fedora-mingw.git Tiny fix to specfile. Check in the .hgignore file. --- diff --git a/.hgignore b/.hgignore index e8a0f87..47470a6 100644 --- a/.hgignore +++ b/.hgignore @@ -138,6 +138,7 @@ portablexdr/portablexdr-4.0.10.tar.gz portablexdr/portablexdr-4.0.11.tar.gz pthreads/pthreads-w32-2-8-0-release.tar.gz python/Python-2.5.2.tar.bz2 +qpidc/qpidc-0.4.738618.tar.gz qt-win/qt-win-opensource-src-4.4.3.zip qt-win/Makefile qt-win/Makefile.Debug @@ -155,4 +156,7 @@ virt-top/virt-top-1.0.3.tar.gz w32api-bootstrap/w32api-3.11.tar.gz w32api/w32api-3.11-src.tar.gz w32api/w32api-3.12-mingw32-src.tar.gz +xerces-c/xerces-c-src_2_8_0.tar.gz +xqilla/XQilla-2.1.3.tar.gz +xqilla/xerces-c-src_2_8_0.tar.gz zlib/zlib-1.2.3.tar.gz diff --git a/xerces-c/mingw32-xerces-c.spec b/xerces-c/mingw32-xerces-c.spec index 79c2125..0a8d46e 100644 --- a/xerces-c/mingw32-xerces-c.spec +++ b/xerces-c/mingw32-xerces-c.spec @@ -6,7 +6,7 @@ Name: mingw32-xerces-c Version: 2.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Validating XML parser License: ASL 2.0 @@ -97,6 +97,7 @@ export XERCESCROOT="$PWD" %{__make} install -C src/xercesc DESTDIR="$RPM_BUILD_ROOT" # Move the DLLs into the bindir. +mkdir -p $RPM_BUILD_ROOT%{_mingw32_bindir} mv $RPM_BUILD_ROOT%{_mingw32_libdir}/*.dll $RPM_BUILD_ROOT%{_mingw32_bindir}/ @@ -113,5 +114,5 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Feb 18 2009 Richard W.M. Jones - 2.8.0-1 +* Wed Feb 18 2009 Richard W.M. Jones - 2.8.0-2 - Initial RPM release.