Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9ce84306c | ||
|
|
dbb79ce6ef |
2 changed files with 13 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
%define baseversion 1.2.6
|
||||
%define baseversion 1.2.8
|
||||
#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
|
||||
* Mon Oct 24 2022 Jaroslav Kysela <perex@perex.cz> - 1.2.8-1
|
||||
* Updated to 1.2.8
|
||||
|
||||
* 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
|
||||
- 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.8.tar.bz2) = 882e6f67467596ed273bf554fcce87d8ef287806bbdabd6c103de4980981f9e2102fb3800c6e8628ee8e86ffb165c1c92f9370c8145f28a6cb7cca563942330b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue