[rtmidi/f16] use config.sub, config.guess from rpm, i.e. ppc64 was missing in the included files

Karsten Hopp karsten at fedoraproject.org
Wed Oct 26 11:31:19 UTC 2011


commit 083c1e418f15a02320c7892b9f97d22ea8ea2b0b
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Oct 26 13:34:47 2011 +0200

    use config.sub, config.guess from rpm, i.e. ppc64 was missing in the included files

 rtmidi.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/rtmidi.spec b/rtmidi.spec
index c89f631..0eda2c9 100644
--- a/rtmidi.spec
+++ b/rtmidi.spec
@@ -1,6 +1,6 @@
 Name:       rtmidi
 Version:    1.0.15
-Release:    2%{?dist}
+Release:    2.1%{?dist}
 Summary:    Library for realtime MIDI input/output (ALSA support)
 # Request to send in changes is considered optional.
 License:    MIT
@@ -56,6 +56,7 @@ This package contains the RtMidi library compiled for Jack support.
 %prep
 %setup -q
 %patch0 -p1 -b .shared
+cp -f /usr/lib/rpm/config.{guess,sub} config/
 autoconf -f
 # fix end of line
 dos2unix doc/release.txt doc/doxygen/tutorial.txt
@@ -104,6 +105,9 @@ rm -f %{buildroot}%{_docdir}/%{name}-devel-%{version}/readme
 %{_libdir}/lib%{name}-jack.so.*
 
 %changelog
+* Wed Oct 26 2011 Karsten Hopp <karsten at redhat.com> 1.0.15-2.1
+- use config.sub, config.guess from rpm, i.e. ppc64 was missing in the included files
+
 * Sun Oct  9 2011 Robin Lee <cheeselee at fedoraproject.org> - 1.0.15-2
 - Include an enhanced patch
 - Don't include the test apps


More information about the scm-commits mailing list