automatic version update by autodist [release 1.7-1mamba;Tue Aug 28 2018]
This commit is contained in:
parent
2212dca97d
commit
04803526cf
@ -1,5 +1,5 @@
|
|||||||
Name: xwax
|
Name: xwax
|
||||||
Version: 1.6
|
Version: 1.7
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An open-source vinyl emulation software
|
Summary: An open-source vinyl emulation software
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -34,11 +34,11 @@ The focus is on an accurate vinyl feel which is efficient, stable and fast.
|
|||||||
--enable-alsa \
|
--enable-alsa \
|
||||||
--enable-jack
|
--enable-jack
|
||||||
|
|
||||||
%make PREFIX=%{_prefix}
|
%make PREFIX=%{_prefix} EXECDIR=%{_libexecdir}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall PREFIX=%{_prefix}
|
%makeinstall PREFIX=%{_prefix} EXECDIR=%{_libexecdir}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -54,6 +54,9 @@ The focus is on an accurate vinyl feel which is efficient, stable and fast.
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 28 2018 Automatic Build System <autodist@mambasoft.it> 1.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Sep 01 2016 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
|
* Thu Sep 01 2016 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user