1 %define __strip %{_mingw32_strip}
2 %define __objdump %{_mingw32_objdump}
3 %define _use_internal_dependency_generator 0
4 %define __find_requires %{_mingw32_findrequires}
5 %define __find_provides %{_mingw32_findprovides}
7 Name: mingw32-portablexdr
10 Summary: MinGW Windows PortableXDR XDR / RPC library
13 Group: Development/Libraries
14 URL: http://et.redhat.com/~rjones/portablexdr/
15 Source0: http://et.redhat.com/~rjones/portablexdr/portablexdr-%{version}.tar.gz
16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
20 BuildRequires: mingw32-filesystem >= 23
21 BuildRequires: mingw32-gcc
22 BuildRequires: mingw32-binutils
26 MinGW Windows PortableXDR XDR / RPC library.
30 %setup -q -n portablexdr-%{version}
39 rm -rf $RPM_BUILD_ROOT
41 make DESTDIR=$RPM_BUILD_ROOT install
43 # Remove static library.
44 rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libportablexdr.a
48 rm -rf $RPM_BUILD_ROOT
53 %{_mingw32_bindir}/libportablexdr-0.dll
54 %{_mingw32_libdir}/libportablexdr.dll.a
55 %{_mingw32_libdir}/libportablexdr.la
56 %{_mingw32_includedir}/rpc
60 * Wed Oct 15 2008 Richard W.M. Jones <rjones@redhat.com> - 4.0.11-1
61 - New upstream version 4.0.11.
63 * Wed Sep 24 2008 Richard W.M. Jones <rjones@redhat.com> - 4.0.10-5
64 - Rename mingw -> mingw32.
66 * Wed Sep 10 2008 Richard W.M. Jones <rjones@redhat.com> - 4.0.10-4
67 - Remove static library.
69 * Fri Sep 5 2008 Richard W.M. Jones <rjones@redhat.com> - 4.0.10-3
70 - Use RPM macros from mingw-filesystem.
72 * Tue Sep 2 2008 Daniel P. Berrange <berrange@redhat.com> - 4.0.10-2
73 - List files explicitly and set custom CFLAGS
75 * Tue Jul 8 2008 Richard W.M. Jones <rjones@redhat.com> - 4.0.10-1
76 - New upstream release 4.0.10.
77 - No need to manually install header files in this version.
79 * Mon Jul 7 2008 Richard W.M. Jones <rjones@redhat.com> - 4.0.9-2
80 - Initial RPM release, largely based on earlier work from several sources.