%define __os_install_post /usr/lib/rpm/brp-compress %{nil}
Name: mingw-portablexdr
-Version: 4.0.9
-Release: 2%{?dist}
+Version: 4.0.10
+Release: 1%{?dist}
Summary: MinGW Windows PortableXDR XDR / RPC library
License: LGPLv2+
make DESTDIR=$RPM_BUILD_ROOT install
-# Header files aren't installed by default, install them by hand.
-mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-pc-mingw32/sys-root/mingw/include/rpc
-install -m 0644 rpc/*.h \
- $RPM_BUILD_ROOT%{_prefix}/i686-pc-mingw32/sys-root/mingw/include/rpc
-
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
+%{_prefix}/i686-pc-mingw32/sys-root/mingw/bin/*
%{_prefix}/i686-pc-mingw32/sys-root/mingw/lib/*
%{_prefix}/i686-pc-mingw32/sys-root/mingw/include/rpc
%changelog
+* Tue Jul 8 2008 Richard W.M. Jones <rjones@redhat.com> - 4.0.10-1
+- New upstream release 4.0.10.
+- No need to manually install header files in this version.
+
* Mon Jul 7 2008 Richard W.M. Jones <rjones@redhat.com> - 4.0.9-2
- Initial RPM release, largely based on earlier work from several sources.