]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- updated to 0.5.9b, alsa-utils-0_5_9b-1
authorkloczek <kloczek@pld-linux.org>
Sun, 1 Oct 2000 00:17:13 +0000 (00:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spec adapterized and added using rpm new automation suit.

Changed files:
    alsa-utils.spec -> 1.41

alsa-utils.spec

index 34a01d907a4a6e43a314bc36d4ee5686388c9dcb..294f86ff661cec2bd5e086d5a1f703f73a10f0ae 100644 (file)
@@ -1,10 +1,11 @@
 Summary:       Advanced Linux Sound Architecture (ALSA) - Utils
 Summary(pl):   Advanced Linux Sound Architecture (ALSA) - Narzêdzia
 Name:          alsa-utils
-Version:       0.5.9a
+Version:       0.5.9b
 Release:       1
 License:       GPL
 Group:         Applications/Sound
+Group(de):     Applikationen/Laut
 Group(pl):     Aplikacje/D¼wiêk
 Source0:       ftp://ftp.alsa-project.org/pub/utils/%{name}-%{version}.tar.bz2
 Source1:       alsasound
@@ -42,15 +43,12 @@ amixer, aplay, arecord.
 %patch1 -p1
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 cp aclocal.m4 acinclude.m4
 aclocal
 automake -c || :
 autoconf
-CPPFLAGS="-I/usr/include/ncurses" ; export CPPFLAGS
+CPPFLAGS="-I/usr/include/ncurses"
 CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions"
-LDFLAGS="-s"
-export CPPFLAGS CXXFLAGS LDFLAGS
 %configure
 
 %{__make} 
@@ -65,8 +63,7 @@ install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/alsasound
 
 touch $RPM_BUILD_ROOT%{_sysconfdir}/asound.conf
 
-gzip -9nf README ChangeLog \
-       $RPM_BUILD_ROOT%{_mandir}/man1/*
+gzip -9nf README ChangeLog
 
 %post
 /sbin/chkconfig --add alsasound
This page took 0.129768 seconds and 4 git commands to generate.