Working GnuTLS fragment.
[fedora-mingw.git] / portablexdr / mingw-portablexdr.spec
index 36c95b4..7784b4b 100644 (file)
@@ -1,7 +1,7 @@
 %define __os_install_post /usr/lib/rpm/brp-compress %{nil}
 
 Name:           mingw-portablexdr
-Version:        4.0.9
+Version:        4.0.10
 Release:        1%{?dist}
 Summary:        MinGW Windows PortableXDR XDR / RPC library
 
@@ -46,9 +46,15 @@ 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
-* Mon Jul  7 2008 Richard W.M. Jones <rjones@redhat.com> - 2.6.32-1
+* 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.