forked from pool/alsa-utils
Accepting request 758570 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/758570 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alsa-utils?expand=0&rev=118
This commit is contained in:
commit
98f1d42681
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 20 16:51:55 CET 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Remove empty man8 dirs (used for removed alsaconf.8)
|
||||||
|
- Drop obsolete TODO and Changelog files, also irrelevant INSTALL.
|
||||||
|
- Provide alsaucm and alsatplg man pages by formatting via rst2man;
|
||||||
|
a new dependency on python3-docutils is added
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 24 17:38:29 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
|
Sun Nov 24 17:38:29 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
|
||||||
|
|
||||||
|
@ -36,6 +36,7 @@ BuildRequires: fftw3-devel
|
|||||||
BuildRequires: libsamplerate-devel
|
BuildRequires: libsamplerate-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: python3-docutils
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
@ -90,6 +91,7 @@ rm -f %{buildroot}%{_sbindir}/alsaconf
|
|||||||
rm -f %{buildroot}%{_datadir}/locale/*/*/alsaconf.mo
|
rm -f %{buildroot}%{_datadir}/locale/*/*/alsaconf.mo
|
||||||
rm -f %{buildroot}%{_mandir}/*/man*/alsaconf.*
|
rm -f %{buildroot}%{_mandir}/*/man*/alsaconf.*
|
||||||
rm -f %{buildroot}%{_mandir}/man*/alsaconf.*
|
rm -f %{buildroot}%{_mandir}/man*/alsaconf.*
|
||||||
|
rmdir --ignore-fail-on-non-empty -p %{buildroot}%{_mandir}/*/man* %{buildroot}%{_mandir}/man*
|
||||||
%find_lang %{name} --all-name
|
%find_lang %{name} --all-name
|
||||||
ln -s alsa-restore.service %{buildroot}%{_unitdir}/alsasound.service
|
ln -s alsa-restore.service %{buildroot}%{_unitdir}/alsasound.service
|
||||||
mkdir -p %{buildroot}%{_localstatedir}/lib/alsa
|
mkdir -p %{buildroot}%{_localstatedir}/lib/alsa
|
||||||
@ -113,11 +115,10 @@ install -c -m 0755 %{SOURCE5} %{buildroot}%{_prefix}/lib/systemd/scripts
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc ChangeLog INSTALL README.md TODO
|
%doc README.md
|
||||||
%doc seq/aconnect/README*
|
%doc seq/aconnect/README*
|
||||||
%doc seq/aseqnet/README*
|
%doc seq/aseqnet/README*
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
%{_mandir}/fr
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
%exclude %{_bindir}/alsabat
|
%exclude %{_bindir}/alsabat
|
||||||
|
Loading…
Reference in New Issue
Block a user