From a08ee9d26c77508fe171e88dad044e4ad2f87b67 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Feb 24 2009 20:29:24 +0000 Subject: - Include pmutil.h in the devel package --- diff --git a/portmidi.spec b/portmidi.spec index 54f8645..6e2284b 100644 --- a/portmidi.spec +++ b/portmidi.spec @@ -1,7 +1,7 @@ Summary: Real-time Midi I/O Library Name: portmidi Version: 131 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: System Environment/Libraries URL: http://portmedia.sourceforge.net/ @@ -65,6 +65,8 @@ make -f pm_linux/Makefile install \ LIBDIR=%{_libdir} \ INCLUDEDIR=%{_includedir} +install -pm 644 pm_common/pmutil.h %{buildroot}%{_includedir} + # Install the test applications: install -d %{buildroot}%{_libdir}/%{name} for app in latency midithread midithru mm qtest sysex test; do @@ -92,6 +94,9 @@ rm -rf %{buildroot} %{_libdir}/*.so %changelog +* Tue Feb 24 2009 Orcan Ogetbil 131-3 +- Include pmutil.h in the devel package + * Tue Jan 27 2009 Orcan Ogetbil 131-2 - Build and add doxygen documentation - Preserve some timestamps