]> git.pld-linux.org Git - packages/aumix.git/commitdiff
- OSS-preserve-settings subpackage Prereq: /sbin/chkconfig
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Sep 2001 09:51:23 +0000 (09:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aumix.spec -> 1.69

aumix.spec

index acbb528d3ea91f374f9bd5e65629585b1c6926ba..f7cdafaadaf6af36da9220ae58017eb8338e1432 100644 (file)
@@ -51,7 +51,7 @@ d'entr
 le volume de sortie.
 
 %description -l pl
-Ten program przynosi bazuj±c± na tty, interaktywn± metodê
+Ten pakiet dostarcza bazuj±c± na tty, interaktywn± metodê
 kontrolowania miksera karty d¼wiêkowej. aumix pozwala zmieniaæ poziom
 sygna³u nadchodz±cego z CD, mikrofonu i syntetyzerów tak samo jak
 poziom sygna³u wyj¶ciowego.
@@ -80,6 +80,7 @@ Group(de):    Applikationen/Laut
 Group(pl):     Aplikacje/D¼wiêk
 Requires:      %{name} = %{version}
 Prereq:                rc-scripts >= 0.2.0
+Prereq:                /sbin/chkconfig
 Obsoletes:     rhsound
 Conflicts:     alsa-utils
 
@@ -87,7 +88,7 @@ Conflicts:    alsa-utils
 This package contains script, which will save settings of sound card's
 mixer on system shutdown and restore them on system startup.
 
-%description -l pl OSS-preserve-settings
+%description OSS-preserve-settings -l pl
 Ten pakiet zawiera skrypt, który zapisuje ustawienia miksera karty
 d¼wiêkowej przy zamkniêciu systemu i odtwarza je po uruchomieniu
 systemu.
@@ -133,6 +134,9 @@ gzip -9nf AUTHORS BUGS ChangeLog NEWS README TODO
 
 %find_lang %{name}
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post OSS-preserve-settings
 /sbin/chkconfig --add aumix
 if [ ! -f /var/lock/subsys/aumix ]; then
@@ -149,9 +153,6 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del aumix
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc {AUTHORS,BUGS,ChangeLog,NEWS,README,TODO}.gz
This page took 0.039814 seconds and 4 git commands to generate.