import CS alsa-utils-1.2.12-1.el9
This commit is contained in:
parent
8340de7bfd
commit
bcb4c31f72
@ -1 +1 @@
|
|||||||
ac85272e043435f20ac1f4d389e44482cd2e2fb3 SOURCES/alsa-utils-1.2.10.tar.bz2
|
e44aa993e2e63c9b5c6bfd2a34b8c6b3846c822a SOURCES/alsa-utils-1.2.12.tar.bz2
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/alsa-utils-1.2.10.tar.bz2
|
SOURCES/alsa-utils-1.2.12.tar.bz2
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
|||||||
%define baseversion 1.2.10
|
%define baseversion 1.2.12
|
||||||
#define fixversion .2
|
#define fixversion .2
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ Release: 1%{?dist}
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
|
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
|
||||||
Patch1: alsa-utils-git.patch
|
#Patch1: alsa-utils-git.patch
|
||||||
Source4: alsaunmute
|
Source4: alsaunmute
|
||||||
Source5: alsaunmute.1
|
Source5: alsaunmute.1
|
||||||
Source10: alsa.rules
|
Source10: alsa.rules
|
||||||
@ -65,7 +65,7 @@ Architecture (ALSA) framework and Fast Fourier Transform library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch1 -p1 -b .alsa-git
|
#patch1 -p1 -b .alsa-git
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
@ -129,6 +129,7 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|||||||
%{_bindir}/arecordmidi
|
%{_bindir}/arecordmidi
|
||||||
%{_bindir}/aseqdump
|
%{_bindir}/aseqdump
|
||||||
%{_bindir}/aseqnet
|
%{_bindir}/aseqnet
|
||||||
|
%{_bindir}/aseqsend
|
||||||
%{_bindir}/axfer
|
%{_bindir}/axfer
|
||||||
%{_bindir}/iecset
|
%{_bindir}/iecset
|
||||||
%{_bindir}/speaker-test
|
%{_bindir}/speaker-test
|
||||||
@ -150,6 +151,7 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|||||||
%{_mandir}/man1/arecordmidi.1.gz
|
%{_mandir}/man1/arecordmidi.1.gz
|
||||||
%{_mandir}/man1/aseqdump.1.gz
|
%{_mandir}/man1/aseqdump.1.gz
|
||||||
%{_mandir}/man1/aseqnet.1.gz
|
%{_mandir}/man1/aseqnet.1.gz
|
||||||
|
%{_mandir}/man1/aseqsend.1.gz
|
||||||
%{_mandir}/man1/axfer.1.gz
|
%{_mandir}/man1/axfer.1.gz
|
||||||
%{_mandir}/man1/axfer-list.1.gz
|
%{_mandir}/man1/axfer-list.1.gz
|
||||||
%{_mandir}/man1/axfer-transfer.1.gz
|
%{_mandir}/man1/axfer-transfer.1.gz
|
||||||
@ -201,6 +203,9 @@ fi
|
|||||||
%systemd_postun_with_restart alsa-state.service
|
%systemd_postun_with_restart alsa-state.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 4 2024 Jaroslav Kysela <perex@perex.cz> - 1.2.12-1
|
||||||
|
* Updated to 1.2.12
|
||||||
|
|
||||||
* Tue Dec 5 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.10-1
|
* Tue Dec 5 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.10-1
|
||||||
* Updated to 1.2.10
|
* Updated to 1.2.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user