Compare commits

..

No commits in common. 'c9-beta' and 'c9' have entirely different histories.
c9-beta ... c9

@ -1 +1 @@
e44aa993e2e63c9b5c6bfd2a34b8c6b3846c822a SOURCES/alsa-utils-1.2.12.tar.bz2
58425100d7a0ee83c8d50463b484f650345b269f SOURCES/alsa-utils-1.2.9.tar.bz2

2
.gitignore vendored

@ -1 +1 @@
SOURCES/alsa-utils-1.2.12.tar.bz2
SOURCES/alsa-utils-1.2.9.tar.bz2

@ -1,4 +1,4 @@
%define baseversion 1.2.12
%define baseversion 1.2.9
#define fixversion .2
%global _hardened_build 1
@ -9,7 +9,7 @@ Release: 1%{?dist}
License: GPLv2+
URL: http://www.alsa-project.org/
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
Source5: alsaunmute.1
Source10: alsa.rules
@ -22,7 +22,6 @@ BuildRequires: alsa-lib-devel >= %{baseversion}
BuildRequires: libsamplerate-devel
BuildRequires: ncurses-devel
BuildRequires: gettext-devel
BuildRequires: autoconf automake libtool
BuildRequires: xmlto
BuildRequires: python3-docutils
BuildRequires: systemd
@ -65,10 +64,9 @@ Architecture (ALSA) framework and Fast Fourier Transform library.
%prep
%setup -q -n %{name}-%{version}
#patch1 -p1 -b .alsa-git
%patch1 -p1 -b .alsa-git
%build
autoreconf -vif
%configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --disable-alsaconf \
--with-udev-rules-dir=%{_prefix}/lib/udev/rules.d \
--with-systemdsystemunitdir=%{_unitdir}
@ -129,11 +127,9 @@ find %{buildroot} -name "*.la" -exec rm {} \;
%{_bindir}/arecordmidi
%{_bindir}/aseqdump
%{_bindir}/aseqnet
%{_bindir}/aseqsend
%{_bindir}/axfer
%{_bindir}/iecset
%{_bindir}/speaker-test
%{_bindir}/nhlt-dmic-info
%{_sbindir}/*
%exclude %{_sbindir}/alsabat-test.sh
%{_datadir}/alsa/
@ -151,7 +147,6 @@ find %{buildroot} -name "*.la" -exec rm {} \;
%{_mandir}/man1/arecordmidi.1.gz
%{_mandir}/man1/aseqdump.1.gz
%{_mandir}/man1/aseqnet.1.gz
%{_mandir}/man1/aseqsend.1.gz
%{_mandir}/man1/axfer.1.gz
%{_mandir}/man1/axfer-list.1.gz
%{_mandir}/man1/axfer-transfer.1.gz
@ -159,7 +154,6 @@ find %{buildroot} -name "*.la" -exec rm {} \;
%{_mandir}/man1/speaker-test.1.gz
%{_mandir}/man1/aconnect.1.gz
%{_mandir}/man1/alsa-info.sh.1.gz
%{_mandir}/man1/nhlt-dmic-info.1.gz
%dir /etc/alsa/
%dir %{alsacfgdir}/
@ -203,12 +197,6 @@ fi
%systemd_postun_with_restart alsa-state.service
%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
* Updated to 1.2.10
* Wed May 17 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.9-1
* Updated to 1.2.9

Loading…
Cancel
Save