Compare commits

...

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

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

2
.gitignore vendored

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

@ -1,4 +1,4 @@
%define baseversion 1.2.9 %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
@ -22,6 +22,7 @@ BuildRequires: alsa-lib-devel >= %{baseversion}
BuildRequires: libsamplerate-devel BuildRequires: libsamplerate-devel
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: gettext-devel BuildRequires: gettext-devel
BuildRequires: autoconf automake libtool
BuildRequires: xmlto BuildRequires: xmlto
BuildRequires: python3-docutils BuildRequires: python3-docutils
BuildRequires: systemd BuildRequires: systemd
@ -64,9 +65,10 @@ 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
%configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --disable-alsaconf \ %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-udev-rules-dir=%{_prefix}/lib/udev/rules.d \
--with-systemdsystemunitdir=%{_unitdir} --with-systemdsystemunitdir=%{_unitdir}
@ -127,9 +129,11 @@ 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
%{_bindir}/nhlt-dmic-info
%{_sbindir}/* %{_sbindir}/*
%exclude %{_sbindir}/alsabat-test.sh %exclude %{_sbindir}/alsabat-test.sh
%{_datadir}/alsa/ %{_datadir}/alsa/
@ -147,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
@ -154,6 +159,7 @@ find %{buildroot} -name "*.la" -exec rm {} \;
%{_mandir}/man1/speaker-test.1.gz %{_mandir}/man1/speaker-test.1.gz
%{_mandir}/man1/aconnect.1.gz %{_mandir}/man1/aconnect.1.gz
%{_mandir}/man1/alsa-info.sh.1.gz %{_mandir}/man1/alsa-info.sh.1.gz
%{_mandir}/man1/nhlt-dmic-info.1.gz
%dir /etc/alsa/ %dir /etc/alsa/
%dir %{alsacfgdir}/ %dir %{alsacfgdir}/
@ -197,9 +203,18 @@ 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
* Updated to 1.2.10
* Wed May 17 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.9-1 * Wed May 17 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.9-1
* Updated to 1.2.9 * Updated to 1.2.9
* Thu Apr 13 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.2.8-1
- Rebuilt for MSVSphere 9.2 beta
* Tue Oct 25 2022 Jaroslav Kysela <perex@perex.cz> - 1.2.8-1 * Tue Oct 25 2022 Jaroslav Kysela <perex@perex.cz> - 1.2.8-1
* Updated to 1.2.8 * Updated to 1.2.8

Loading…
Cancel
Save