Accepting request 685853 from home:jengelh:sct

- Replace unspecific historic boilerplate summaries,
  and replace $RPM_* shell vars.

OBS-URL: https://build.opensuse.org/request/show/685853
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=243
This commit is contained in:
Takashi Iwai 2019-03-19 17:47:37 +00:00 committed by Git OBS Bridge
parent 1243929311
commit 15a56eeba5
2 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Mar 17 18:27:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Replace unspecific historic boilerplate summaries,
and replace $RPM_* shell vars.
-------------------------------------------------------------------
Mon Jan 7 15:32:13 CET 2019 - tiwai@suse.de

View File

@ -77,7 +77,7 @@ This package contains the ALSA init scripts to start the sound system
on your Linux box. To set it up, run yast2 or alsaconf.
%package devel
Summary: Include Files and Libraries mandatory for Development
Summary: Header files for ALSA development
License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
Requires: glibc-devel
@ -88,10 +88,10 @@ Provides: alsadev = %{version}
%description devel
This package contains all necessary include files and libraries needed
to develop applications that require these.
to develop applications that require ALSA.
%package docs
Summary: Additional Package Documentation
Summary: Additional Package Documentation for ALSA
License: GPL-2.0-or-later
Group: Documentation/Other
%if 0%{?suse_version} > 1110
@ -197,15 +197,15 @@ install -c -m 0755 %{SOURCE41} %{buildroot}/sbin
#
mkdir -p -m 755 %{buildroot}%{_fillupdir}
mkdir -p -m 755 %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 $RPM_SOURCE_DIR/sysconfig.sound %{buildroot}%{_fillupdir}
install -m 644 %{_sourcedir}/sysconfig.sound %{buildroot}%{_fillupdir}
%if 0%{?suse_version} <= 1310
install -m 644 $RPM_SOURCE_DIR/sysconfig.joystick %{buildroot}%{_fillupdir}
install -m 644 %{_sourcedir}/sysconfig.joystick %{buildroot}%{_fillupdir}
%endif
#
# documents
#
mkdir -p %{buildroot}%{_docdir}/%{name}
cp $RPM_SOURCE_DIR/README* %{buildroot}%{_docdir}/%{name}
cp %{_sourcedir}/README* %{buildroot}%{_docdir}/%{name}
%if 0%{?suse_version} < 1200
cp COPYING %{buildroot}%{_docdir}/%{name}
%endif