X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=portablexdr%2Fmingw32-portablexdr.spec;h=e189566b3f815260d22c7726a328381455e14520;hb=1db85ae7f325d391fce973142797fb7073ac0942;hp=d06cca1ba6ccce54a1d699179fdebffc7df0621e;hpb=9a3d4f1aa9cab84f7017ba8471d4ee5f13dd3779;p=fedora-mingw.git diff --git a/portablexdr/mingw32-portablexdr.spec b/portablexdr/mingw32-portablexdr.spec index d06cca1..e189566 100644 --- a/portablexdr/mingw32-portablexdr.spec +++ b/portablexdr/mingw32-portablexdr.spec @@ -6,7 +6,7 @@ Name: mingw32-portablexdr Version: 4.0.11 -Release: 1%{?dist} +Release: 3%{?dist} Summary: MinGW Windows PortableXDR XDR / RPC library License: LGPLv2+ @@ -31,8 +31,8 @@ MinGW Windows PortableXDR XDR / RPC library. %build -%{_mingw32_configure} -make +%{_mingw32_configure} --disable-static +make %{?_smp_flags} %install @@ -40,9 +40,6 @@ rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -# Remove static library. -rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libportablexdr.a - %clean rm -rf $RPM_BUILD_ROOT @@ -50,6 +47,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) +%doc COPYING.LIB %{_mingw32_bindir}/libportablexdr-0.dll %{_mingw32_libdir}/libportablexdr.dll.a %{_mingw32_libdir}/libportablexdr.la @@ -57,6 +55,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 6 2009 Richard W.M. Jones - 4.0.11-3 +- Include license file. + +* Fri Jan 23 2009 Richard W.M. Jones - 4.0.11-2 +- Disable static libraries. +- Use _smp_flags. + * Wed Oct 15 2008 Richard W.M. Jones - 4.0.11-1 - New upstream version 4.0.11.