diff --git a/fluidsynth.spec b/fluidsynth.spec index 8deda31..96fcfbe 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -1,13 +1,14 @@ Name: fluidsynth -Version: 1.1.6 -Release: 4mamba +Version: 1.1.9 +Release: 1mamba Summary: A real-time software synthesizer based on the SoundFont 2 specifications Group: System/Multimedia Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.fluidsynth.org/ -Source: http://downloads.sourceforge.net/project/fluidsynth/fluidsynth-%{version}/fluidsynth-%{version}.tar.bz2 +Source: https://github.com/FluidSynth/fluidsynth.git/v%{version}/fluidsynth-%{version}.tar.bz2 +#Source: http://downloads.sourceforge.net/project/fluidsynth/fluidsynth-%{version}/fluidsynth-%{version}.tar.bz2 License: LGPL BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot ## AUTOBUILDREQ-BEGIN @@ -48,10 +49,12 @@ This package contains static libraries and header files need for development. %setup -q %build -%cmake -#%configure \ -# --enable-ladspa \ +%cmake \ + -DLIB_SUFFIX= \ + -Denable-ladspa=on + # --disable-lash + %make -j1 %install @@ -64,21 +67,22 @@ This package contains static libraries and header files need for development. %files %defattr(-,root,root) %{_bindir}/fluidsynth -%{_libdir}/*.so.* -%{_mandir}/man1/fluidsynth.1.gz -%doc AUTHORS COPYING +%{_libdir}/libfluidsynth.so.* +%{_mandir}/man1/fluidsynth.1* +%doc AUTHORS LICENSE %files devel %defattr(-,root,root) %{_includedir}/*.h %{_includedir}/fluidsynth/*.h -%{_libdir}/*.so -%{_libdir}/*.a -%{_libdir}/*.la +%{_libdir}/libfluidsynth.so %{_libdir}/pkgconfig/*.pc -%doc ChangeLog NEWS README THANKS TODO +%doc ChangeLog NEWS THANKS TODO %changelog +* Wed Mar 21 2018 Silvan Calarco 1.1.9-1mamba +- update to 1.1.9 + * Mon Apr 25 2016 Silvan Calarco 1.1.6-4mamba - rebuilt with pulseaudio 8.0