[yoshimi] Add BR for mesa-libGL-devel, needed by FLTK

verdurin verdurin at fedoraproject.org
Mon Oct 29 20:41:38 UTC 2012


commit 59dbfdf08eea4042958f11420aac0f7570b11031
Author: Adam Huffman <verdurin at fedoraproject.org>
Date:   Mon Oct 29 20:41:00 2012 +0000

    Add BR for mesa-libGL-devel, needed by FLTK

 yoshimi.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/yoshimi.spec b/yoshimi.spec
index 2404367..68a058e 100644
--- a/yoshimi.spec
+++ b/yoshimi.spec
@@ -1,6 +1,6 @@
 Name:		yoshimi
 Version:	1.0.0
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Rewrite of ZynAddSubFx aiming for better JACK support
 
 Group:		Applications/Multimedia
@@ -22,6 +22,7 @@ BuildRequires:	alsa-lib-devel
 BuildRequires:	libsndfile-devel
 BuildRequires:	desktop-file-utils 
 BuildRequires:	boost-devel
+BuildRequires:	mesa-libGL-devel
 
 %description
 
@@ -39,7 +40,7 @@ effects like Reverb, Echo, Chorus, Phaser...
 
 %build
 cd src
-%cmake -DFLTK_INCLUDE_DIR=%{_includedir}/FL .
+%cmake -DFLTK_INCLUDE_DIR=%{_includedir}/Fl .
 make VERBOSE=1 %{?_smp_mflags}
 
 
@@ -89,11 +90,16 @@ fi
 %{_datadir}/%{name}/banks/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.png
+%{_datadir}/pixmaps/%{name}.png
 %{_datadir}/%{name}/presets/
 
 %changelog
+* Mon Oct 29 2012 Adam Huffman <adam at asrockhome.verdurin.salon> - 1.0.0-3
+- add BR for mesa-libGL-devel, needed by FLTK
+
 * Mon Oct 29 2012 Adam Huffman <bloch at verdurin.com> - 1.0.0-2
 - correct fix for FLTK header detection by cmake
+- add pixmaps to files
 
 * Mon Oct 29 2012 Adam Huffman <bloch at verdurin.com> - 1.0.0-1
 - update to upstream 1.0.0 release


More information about the scm-commits mailing list