%global debug_package %{nil} # Global variables for github repository %global commit0 edb38c603f4c3896d37c5b2368911df6155fd8d3 %global gittag0 master %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: eteroj.lv2 Version: 0.6.0 Release: 2%{?dist} Summary: OSC injection/ejection from/to UDP/TCP/Serial for LV2 URL: https://github.com/OpenMusicKontrollers/eteroj.lv2 Group: Applications/Multimedia License: GPLv2+ Source0: https://github.com/OpenMusicKontrollers/eteroj.lv2/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc gcc-c++ BuildRequires: lv2-devel BuildRequires: libuv-devel BuildRequires: sratom-devel BuildRequires: meson %description OSC injection/ejection from/to UDP/TCP/Serial for LV2 %prep %setup -qn %{name}-%{commit0} %build VERBOSE=1 meson --prefix=/usr build cd build DESTDIR=%{buildroot} VERBOSE=1 ninja %install cd build DESTDIR=%{buildroot} ninja install %files %{_libdir}/lv2/* %changelog * Wed Nov 13 2019 Yann Collette - 0.6.0-2 - update to 0.6.0-2 * Mon Oct 15 2018 Yann Collette - 0.4.0-2 - update for Fedora 29 * Sat May 12 2018 Yann Collette - 0.4.0-2 - update to latest master * Tue Oct 24 2017 Yann Collette - 0.4.0-1 - update to latest master * Sat Jun 06 2015 Yann Collette - 0.2.0 - Initial build