Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
891f0de8af | ||
|
|
8fd5bfe5e7 |
2 changed files with 13 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
%define baseversion 1.2.5.1
|
||||
%define baseversion 1.2.7
|
||||
#define fixversion .2
|
||||
%global _hardened_build 1
|
||||
|
||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||
Name: alsa-utils
|
||||
Version: %{baseversion}%{?fixversion}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://www.alsa-project.org/
|
||||
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
|
||||
mkdir -p -m 755 %{buildroot}%{_sharedstatedir}/alsa
|
||||
|
||||
find %{buildroot} -name "*.la" -exec rm {} \;
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc COPYING ChangeLog README.md TODO
|
||||
%doc COPYING ChangeLog README.md TODO alsamixer/alsamixer.rc.example
|
||||
%config /etc/alsa/*
|
||||
%{_prefix}/lib/udev/rules.d/*
|
||||
%{_unitdir}/*
|
||||
|
|
@ -163,6 +165,7 @@ mkdir -p -m 755 %{buildroot}%{_sharedstatedir}/alsa
|
|||
%files -n alsa-topology-utils
|
||||
%{_bindir}/alsatplg
|
||||
%{_mandir}/man1/alsatplg.1.gz
|
||||
%{_libdir}/alsa-topology/libalsatplg_module_*
|
||||
|
||||
%files alsabat
|
||||
%{_bindir}/alsabat
|
||||
|
|
@ -192,6 +195,12 @@ fi
|
|||
%systemd_postun_with_restart alsa-state.service
|
||||
|
||||
%changelog
|
||||
* Tue May 31 2022 Jaroslav Kysela <perex@perex.cz> - 1.2.7-1
|
||||
* Updated to 1.2.7
|
||||
|
||||
* Mon Dec 6 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.6-1
|
||||
* Updated to 1.2.6
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (alsa-utils-1.2.5.1.tar.bz2) = bbafeb9189ec5802965c4e69cf6e7cd4c132ffb77b57f164d6585649890f96edd052c72697171fd629b39e12f78648fea634468df34c1a80255227ca397907bf
|
||||
SHA512 (alsa-utils-1.2.7.tar.bz2) = 1be8f617315193e6033653ac96a14bd1c3272cd9d8f3776cdb1357f35f5353652acd5975cfc5bd16278cd496f5bf409bb60432818a526282edad9a4c718a97c9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue