- Move usr/lib to lib,
- Support rx3-base 1.1.2.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
Music Tools V 1.0.1 - A. GIBERT - 2026/04/20
|
||||||
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
- Move usr/lib to lib,
|
||||||
|
- Support rx3-base 1.1.2.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
Music Tools V 1.0.0 - A. GIBERT - 2026/04/12
|
Music Tools V 1.0.0 - A. GIBERT - 2026/04/12
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
%define name music_tools
|
%define name music_tools
|
||||||
|
|
||||||
%define version 1.0.0
|
%define version 1.0.1
|
||||||
%define release %mkrel 1rx3
|
%define release %mkrel 1rx3
|
||||||
|
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ cp etc/bash_completion.d/* %{buildroot}%{_sysconfdir}/bash_completi
|
|||||||
|
|
||||||
# Lib
|
# Lib
|
||||||
%{__mkdir_p} %{buildroot}%{_prefix}/lib/rx3
|
%{__mkdir_p} %{buildroot}%{_prefix}/lib/rx3
|
||||||
cp usr/lib/rx3/*.bash %{buildroot}%{_prefix}/lib/rx3
|
cp lib/rx3/*.bash %{buildroot}%{_prefix}/lib/rx3
|
||||||
|
|
||||||
# Bin
|
# Bin
|
||||||
%{__mkdir_p} %{buildroot}%{_bindir}
|
%{__mkdir_p} %{buildroot}%{_bindir}
|
||||||
@@ -125,5 +125,8 @@ cp bin/* %{buildroot}%{_bindir}
|
|||||||
#-----------------------------------------------------------------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 20 2026 Arnaud G. GIBERT <arnaud@rx3.net> - 1.0.1-1rx3.mga9
|
||||||
|
- Update to 1.0.1 release
|
||||||
|
|
||||||
* Sun Apr 12 2026 Arnaud G. GIBERT <arnaud@rx3.net> - 1.0.0-1rx3.mga9
|
* Sun Apr 12 2026 Arnaud G. GIBERT <arnaud@rx3.net> - 1.0.0-1rx3.mga9
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ ac_args_parse()
|
|||||||
{
|
{
|
||||||
tmp_args=$(getopt -o ThVvrd --long test,help,version,verbose,resample,downsampled_tag -n "${NAME}" -- "$@")
|
tmp_args=$(getopt -o ThVvrd --long test,help,version,verbose,resample,downsampled_tag -n "${NAME}" -- "$@")
|
||||||
|
|
||||||
if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi
|
if [ $? != 0 ] ; then echo_error "Terminating..." ; exit 1 ; fi
|
||||||
|
|
||||||
# Note the quotes around `$TEMP': they are essential!
|
# Note the quotes around `$TEMP': they are essential!
|
||||||
eval set -- "${tmp_args}"
|
eval set -- "${tmp_args}"
|
||||||
|
|||||||
Reference in New Issue
Block a user