update to 1.2.7
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
5ae71dd87b
commit
7d224376e6
@ -1,11 +1,11 @@
|
|||||||
%define baseversion 1.2.6
|
%define baseversion 1.2.7
|
||||||
#define fixversion .2
|
#define fixversion .2
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||||
Name: alsa-utils
|
Name: alsa-utils
|
||||||
Version: %{baseversion}%{?fixversion}
|
Version: %{baseversion}%{?fixversion}
|
||||||
Release: 2%{?dist}
|
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
|
||||||
@ -104,8 +104,10 @@ install -p -m 644 %{SOURCE11} %{buildroot}/etc/alsa
|
|||||||
# Create /var/lib/alsa tree
|
# Create /var/lib/alsa tree
|
||||||
mkdir -p -m 755 %{buildroot}%{_sharedstatedir}/alsa
|
mkdir -p -m 755 %{buildroot}%{_sharedstatedir}/alsa
|
||||||
|
|
||||||
|
find %{buildroot} -name "*.la" -exec rm {} \;
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc COPYING ChangeLog README.md TODO
|
%doc COPYING ChangeLog README.md TODO alsamixer/alsamixer.rc.example
|
||||||
%config /etc/alsa/*
|
%config /etc/alsa/*
|
||||||
%{_prefix}/lib/udev/rules.d/*
|
%{_prefix}/lib/udev/rules.d/*
|
||||||
%{_unitdir}/*
|
%{_unitdir}/*
|
||||||
@ -163,6 +165,7 @@ mkdir -p -m 755 %{buildroot}%{_sharedstatedir}/alsa
|
|||||||
%files -n alsa-topology-utils
|
%files -n alsa-topology-utils
|
||||||
%{_bindir}/alsatplg
|
%{_bindir}/alsatplg
|
||||||
%{_mandir}/man1/alsatplg.1.gz
|
%{_mandir}/man1/alsatplg.1.gz
|
||||||
|
%{_libdir}/alsa-topology/libalsatplg_module_*
|
||||||
|
|
||||||
%files alsabat
|
%files alsabat
|
||||||
%{_bindir}/alsabat
|
%{_bindir}/alsabat
|
||||||
@ -192,6 +195,9 @@ fi
|
|||||||
%systemd_postun_with_restart alsa-state.service
|
%systemd_postun_with_restart alsa-state.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 31 2022 Jaroslav Kysela <perex@perex.cz> - 1.2.7-1
|
||||||
|
* Updated to 1.2.7
|
||||||
|
|
||||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-2
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (alsa-utils-1.2.6.tar.bz2) = 6842f0f4c2f7cc5ac3ba94736ee259d9988b5d3e0d2b522f858d712e16938d2845fa9ef64f4aa60222b8ef6738e053f9113a5ea24a197f2c0d6c4dbd70030f5e
|
SHA512 (alsa-utils-1.2.7.tar.bz2) = 1be8f617315193e6033653ac96a14bd1c3272cd9d8f3776cdb1357f35f5353652acd5975cfc5bd16278cd496f5bf409bb60432818a526282edad9a4c718a97c9
|
||||||
|
Loading…
Reference in New Issue
Block a user