update to 1.2.4 [release 1.2.4-1mamba;Mon Oct 19 2020]
This commit is contained in:
parent
aa175ff770
commit
e6aab3bca1
@ -1,7 +1,7 @@
|
|||||||
%define _distrib_milestone %(echo %_distrib_codename | cut -d- -f1)
|
%define _distrib_milestone %(echo %_distrib_codename | cut -d- -f1)
|
||||||
%define majver %(echo %version | cut -d. -f1-3)
|
%define majver %(echo %version | cut -d. -f1-3)
|
||||||
Name: alsa-utils
|
Name: alsa-utils
|
||||||
Version: 1.2.3
|
Version: 1.2.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Utilities for the Advanced Linux Sound Architecture (ALSA)
|
Summary: Utilities for the Advanced Linux Sound Architecture (ALSA)
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -9,7 +9,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}%{?spl}.tar.bz2
|
Source: https://github.com/alsa-project/alsa-utils.git/v%{version}/alsa-utils-%{version}%{?spl}.tar.bz2
|
||||||
Source1: alsa-initscript
|
Source1: alsa-initscript
|
||||||
Source2: alsa-asound.conf
|
Source2: alsa-asound.conf
|
||||||
Source3: alsa-asound.conf-usb
|
Source3: alsa-asound.conf-usb
|
||||||
@ -63,13 +63,15 @@ This package contains the utilities for the Advanced Linux Sound Architecture (A
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{?spl:%spl}
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
#%patch4 -p1
|
#%patch4 -p1
|
||||||
|
|
||||||
|
autoreconf -f -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
@ -214,6 +216,9 @@ exit 0
|
|||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 19 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-1mamba
|
||||||
|
- update to 1.2.4
|
||||||
|
|
||||||
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user