This commit is contained in:
parent
26140a6afd
commit
a4f1d073fe
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 15:09:51 CEST 2007 - tiwai@suse.de
|
||||
|
||||
- add missing insserv_cleanup in postun
|
||||
- add Short-Descriptions tag in init scripts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 13 18:42:34 CEST 2007 - tiwai@suse.de
|
||||
|
||||
|
12
alsa.spec
12
alsa.spec
@ -15,13 +15,13 @@ BuildRequires: doxygen
|
||||
%define package_version 1.0.14a
|
||||
License: GNU General Public License (GPL)
|
||||
Group: System/Libraries
|
||||
Requires: libasound2 alsa-utils
|
||||
Requires: alsa-utils
|
||||
Recommends: alsa-plugins alsa-oss
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
Autoreqprov: on
|
||||
Summary: Advanced Linux Sound Architecture
|
||||
Version: 1.0.14
|
||||
Release: 7
|
||||
Release: 8
|
||||
Source: ftp://ftp.alsa-project.org/pub/lib/alsa-lib-%{package_version}.tar.bz2
|
||||
Source8: 40-alsa.rules
|
||||
Source11: alsasound
|
||||
@ -54,7 +54,7 @@ Authors:
|
||||
Takashi Iwai <tiwai@suse.de>
|
||||
|
||||
%package devel
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Requires: glibc-devel, libasound2 = %{version}
|
||||
@ -75,7 +75,7 @@ Authors:
|
||||
Frank van de Pol <fvdpol@coil.demon.nl>
|
||||
|
||||
%package docs
|
||||
Summary: Additional Package Documentation.
|
||||
Summary: Additional Package Documentation
|
||||
Group: Documentation/Other
|
||||
License: GNU General Public License (GPL)
|
||||
|
||||
@ -212,6 +212,7 @@ exit 0
|
||||
|
||||
%postun
|
||||
%restart_on_update alsasound joystick
|
||||
%insserv_cleanup
|
||||
exit 0
|
||||
|
||||
%post -n libasound2
|
||||
@ -253,6 +254,9 @@ exit 0
|
||||
%{_datadir}/alsa
|
||||
|
||||
%changelog
|
||||
* Wed Jun 20 2007 - tiwai@suse.de
|
||||
- add missing insserv_cleanup in postun
|
||||
- add Short-Descriptions tag in init scripts
|
||||
* Wed Jun 13 2007 - tiwai@suse.de
|
||||
- updated to alsa-lib-1.0.14a:
|
||||
just including previous fixes
|
||||
|
@ -38,6 +38,7 @@
|
||||
# Should-Stop: $remote_fs resmgr
|
||||
# Default-Start: 2 3 5
|
||||
# Default-Stop:
|
||||
# Short-Description: Set up ALSA sound system
|
||||
# Description: Loading ALSA drivers and store/restore the current setting
|
||||
### END INIT INFO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user