Compare commits
No commits in common. "rawhide" and "f37" have entirely different histories.
3 changed files with 4 additions and 26 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,8 +1 @@
|
|||
/alsa-ucm-conf-asahi-1.tar.gz
|
||||
/alsa-ucm-conf-asahi-2.tar.gz
|
||||
/alsa-ucm-conf-asahi-3.tar.gz
|
||||
/alsa-ucm-conf-asahi-4.tar.gz
|
||||
/alsa-ucm-conf-asahi-5.tar.gz
|
||||
/alsa-ucm-conf-asahi-6.tar.gz
|
||||
/alsa-ucm-conf-asahi-7.tar.gz
|
||||
/alsa-ucm-conf-asahi-8.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,20 +1,11 @@
|
|||
%global srcname alsa-ucm-conf-asahi
|
||||
#global date 20231209
|
||||
#global commit 334f21ccd388dbe292338b2942950dfeadfb3c83
|
||||
%{?commit:%global shortcommit %(c=%{commit}; echo ${c:0:7})}
|
||||
|
||||
Name: alsa-ucm-asahi
|
||||
Version: 8%{?commit:^%{date}git%{shortcommit}}
|
||||
Version: 1
|
||||
Release: %autorelease
|
||||
Summary: ALSA Use Case Manager configuration (and topologies) for Apple silicon devices
|
||||
License: BSD-3-Clause
|
||||
|
||||
URL: https://github.com/AsahiLinux/alsa-ucm-conf-asahi
|
||||
%if %{defined commit}
|
||||
Source: %{url}/archive/%{commit}/%{srcname}-%{commit}.tar.gz
|
||||
%else
|
||||
Source: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||||
%endif
|
||||
Source: %{url}/archive/v%{version}/alsa-ucm-conf-asahi-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -24,21 +15,15 @@ Requires: alsa-ucm >= 1.2.7.2
|
|||
The ALSA Use Case Manager configuration (and topologies) for Apple silicon devices.
|
||||
|
||||
%prep
|
||||
%if %{defined commit}
|
||||
%autosetup -n %{srcname}-%{commit}
|
||||
%else
|
||||
%autosetup -n %{srcname}-%{version}
|
||||
%endif
|
||||
%autosetup -n alsa-ucm-conf-asahi-%{version}
|
||||
|
||||
%install
|
||||
install -dm 755 %{buildroot}%{_datadir}/alsa/ucm2/conf.d/
|
||||
cp -a ucm2/conf.d/aop_audio/ %{buildroot}%{_datadir}/alsa/ucm2/conf.d/
|
||||
cp -a ucm2/conf.d/macaudio/ %{buildroot}%{_datadir}/alsa/ucm2/conf.d/
|
||||
|
||||
%files
|
||||
%license LICENSE.asahi
|
||||
%doc README.asahi
|
||||
%{_datadir}/alsa/ucm2/conf.d/aop_audio/
|
||||
%{_datadir}/alsa/ucm2/conf.d/macaudio/
|
||||
|
||||
%changelog
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (alsa-ucm-conf-asahi-8.tar.gz) = b925a2a5ab7e4e48ee300f2dbd045d8e3c642deeabbcc103ad10f119358350b4724ed4c408b7c0c897e90fd001ce6f1903598b5d819efb45e17ccd56155425ea
|
||||
SHA512 (alsa-ucm-conf-asahi-1.tar.gz) = ac55e735a916513f583a242e270aef971d0539584764d1acae1973f6587ca7943be962526625696bc3ddf350534d7e3655e6af6c6ed015a8dd786f467ea7659c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue