X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=xerces-c%2Fmingw32-xerces-c.spec;h=3b6ec01e372cb4fdb67ea64bc83a43afc947ac1e;hb=6d7fcb45edf3f3afdc546caa61792a940f4c087b;hp=79c2125b7ce24af6d1a68e5d5f730b158c4521e0;hpb=ed0dc8864c3a0994fa7da8ae198745bab134ddd4;p=fedora-mingw.git diff --git a/xerces-c/mingw32-xerces-c.spec b/xerces-c/mingw32-xerces-c.spec index 79c2125..3b6ec01 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}/ @@ -107,11 +108,11 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc LICENSE -%{_mingw32_include}/xercesc/ +%{_mingw32_includedir}/xercesc/ %{_mingw32_bindir}/libxerces-c2_8_0.dll %{_mingw32_bindir}/libxerces-depdom2_8_0.dll %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.