New upstream release of portable XDR
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 8 Jul 2008 13:54:44 +0000 (14:54 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 8 Jul 2008 13:54:44 +0000 (14:54 +0100)
portablexdr/mingw-portablexdr.spec

index 28931c3..7784b4b 100644 (file)
@@ -1,8 +1,8 @@
 %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+
@@ -39,11 +39,6 @@ rm -rf $RPM_BUILD_ROOT
 
 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
@@ -51,10 +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
+* 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.