[rtmidi] wrong specfile in previous commit

cheeselee cheeselee at fedoraproject.org
Wed Oct 12 02:17:18 UTC 2011


commit f7fa5b0fc8b7106221376d240a326bd9c8537859
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Wed Oct 12 10:16:58 2011 +0800

    wrong specfile in previous commit

 rtmidi.spec |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/rtmidi.spec b/rtmidi.spec
index bb382ff..c89f631 100644
--- a/rtmidi.spec
+++ b/rtmidi.spec
@@ -6,9 +6,10 @@ Summary:    Library for realtime MIDI input/output (ALSA support)
 License:    MIT
 URL:        http://www.music.mcgill.ca/~gary/rtmidi/index.html
 Source0:    http://www.music.mcgill.ca/~gary/rtmidi/release/%{name}-%{version}.tar.gz
-Patch0:     rtmidi-1.0.15-shared-by-robin.patch
+# Build shared object, sent upstream via email 20111008
+Patch0:     rtmidi-1.0.15-shared-linux-only.patch
 BuildRequires:  alsa-lib-devel, jack-audio-connection-kit-devel
-BuildRequires:  /usr/bin/autoconf, /usr/bin/dos2unix
+BuildRequires:  autoconf, /usr/bin/dos2unix
 
 %description
 RtMidi is a set of C++ classes (RtMidiIn and RtMidiOut) that provides a common 
@@ -103,12 +104,9 @@ rm -f %{buildroot}%{_docdir}/%{name}-devel-%{version}/readme
 %{_libdir}/lib%{name}-jack.so.*
 
 %changelog
-* Fri Sep 23 2011 Robin Lee <cheeselee at fedoraproject.org> - 1.0.15-2
+* Sun Oct  9 2011 Robin Lee <cheeselee at fedoraproject.org> - 1.0.15-2
 - Include an enhanced patch
-- Provide Makefile.in, rtmidi.pc.in, rtmidi-jack.pc.in and a patch to
-  configure.ac to generate the required files on configuration
-- Provide a macro instead of hard coding __attribute__ instruction
-- Exclude the test apps
+- Don't include the test apps
 - Include the documents in the devel package
 - Untabified
 


More information about the scm-commits mailing list