From 59dbfdf08eea4042958f11420aac0f7570b11031 Mon Sep 17 00:00:00 2001 From: Adam Huffman Date: Oct 29 2012 20:41:00 +0000 Subject: Add BR for mesa-libGL-devel, needed by FLTK --- 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 - 1.0.0-3 +- add BR for mesa-libGL-devel, needed by FLTK + * Mon Oct 29 2012 Adam Huffman - 1.0.0-2 - correct fix for FLTK header detection by cmake +- add pixmaps to files * Mon Oct 29 2012 Adam Huffman - 1.0.0-1 - update to upstream 1.0.0 release