]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- release 4, alsa-utils-0_5_8-4
authorkloczek <kloczek@pld-linux.org>
Tue, 18 Jul 2000 13:57:07 +0000 (13:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix passing LDFLAGS (now binaries are stripped)..

Changed files:
    alsa-utils.spec -> 1.36

alsa-utils.spec

index c4329accd18e1a5ae571b78c90f73465a0c89323..c726261f338ea8bedd46a63d9fa5ccc2f5f0ac70 100644 (file)
@@ -2,13 +2,14 @@ Summary:      Advanced Linux Sound Architecture (ALSA) - Utils
 Summary(pl):   Advanced Linux Sound Architecture (ALSA) - Narzêdzia
 Name:          alsa-utils
 Version:       0.5.8
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/Sound
 Group(pl):     Aplikacje/D¼wiêk
 Source0:       ftp://ftp.alsa-project.org/pub/utils/%{name}-%{version}.tar.bz2
 Source1:       alsasound
 Patch0:                alsa-utils-DESTDIR.patch
+Patch1:                alsa-utils-LDFLAGS.patch
 URL:           http://www.alsa-project.org/
 BuildRequires: libstdc++-devel
 BuildRequires: ncurses-devel
@@ -38,6 +39,7 @@ amixer, aplay, arecord.
 %prep
 %setup -q
 %patch0 -p2
+%patch1 -p1
 
 %build
 LDFLAGS="-s"; export LDFLAGS
@@ -46,8 +48,9 @@ aclocal
 automake -c || :
 autoconf
 CPPFLAGS="-I/usr/include/ncurses" ; export CPPFLAGS
-CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
-CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions" ; export CXXFLAGS
+CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions"
+LDFLAGS="-s"
+export CPPFLAGS CXXFLAGS LDFLAGS
 %configure
 
 %{__make} 
This page took 0.03372 seconds and 4 git commands to generate.