# Global variables for github repository %global commit0 91142a3f16d4593310ae86ea477f8610c0cd956b %global gittag0 v0.8.6 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global debug_package %{nil} Name: sisco.lv2 Version: 0.8.6 Release: 1%{?dist} Summary: A LV2 oscilloscope Group: Applications/Multimedia License: GPLv2+ URL: https://github.com/x42/sisco.lv2 Source0: sisco.lv2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc gcc-c++ BuildRequires: git BuildRequires: alsa-lib-devel BuildRequires: jack-audio-connection-kit-devel BuildRequires: lv2-devel BuildRequires: cairo-devel BuildRequires: pango-devel BuildRequires: mesa-libGL-devel BuildRequires: mesa-libGLU-devel %description A LV2 oscilloscope %prep %setup -qn %{name} %build make DESTDIR=%{buildroot} PREFIX=/usr LV2DIR=%{_libdir}/lv2 sisco_VERSION=%{version} LDFLAGS=-lpthread %{?_smp_mflags} %install make DESTDIR=%{buildroot} PREFIX=/usr LV2DIR=%{_libdir}/lv2 sisco_VERSION=%{version} LDFLAGS=-lpthread %{?_smp_mflags} install %files %{_bindir}/* %{_libdir}/lv2/* %{_datadir}/* %changelog * Fri May 8 2020 Yann Collette - 0.8.6-1 - updat eto 0.8.6-1 * Wed Nov 13 2019 Yann Collette - 0.8.5 - update to 0.8.5 * Fri May 3 2019 Yann Collette - 0.8.1 - update to 0.8.1 * Mon Oct 15 2018 Yann Collette - 0.7.3 - update for Fedora 29 * Sat May 12 2018 Yann Collette - 0.7.3 - update to 0.7.3 * Sat Jun 06 2015 Yann Collette - 0.6.7 - Initial build