Tiny fix to specfile.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 18 Feb 2009 16:23:04 +0000 (16:23 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 18 Feb 2009 16:23:04 +0000 (16:23 +0000)
Check in the .hgignore file.

.hgignore
xerces-c/mingw32-xerces-c.spec

index e8a0f87..47470a6 100644 (file)
--- 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
index 79c2125..0a8d46e 100644 (file)
@@ -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 <rjones@redhat.com> - 2.8.0-1
+* Wed Feb 18 2009 Richard W.M. Jones <rjones@redhat.com> - 2.8.0-2
 - Initial RPM release.