]> git.pld-linux.org Git - packages/alsa-lib.git/commitdiff
- updated to 0.3.2,
authorkloczek <kloczek@pld-linux.org>
Tue, 3 Aug 1999 14:52:59 +0000 (14:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using %%configure macro.

Changed files:
    alsa-lib.spec -> 1.13

alsa-lib.spec

index 596fca71d87bba68ee6bb0034ffcc29037606a15..3d21c418d642ad0c91656f6e61c04171f6c0ebeb 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       Advanced Linux Sound Architecture (ALSA) - Library
 Summary(pl):   Advanced Linux Sound Architecture (ALSA) - Biblioteka
 Name:          alsa-lib
-Version:       0.3.1
+Version:       0.3.2
 Release:       1
 Copyright:     GPL
 Group:         System/Libraries
 Group(pl):     System/Biblioteki
 Source:                ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}.tar.gz
 URL:           http://www.alsa-project.org/
-BuildRequires: alsa-driver-devel >= 0.3.1
+BuildRequires: alsa-driver-devel >= %{version}
 Requires:       alsa-driver
 BuildRoot:     /tmp/%{name}-%{version}-root
 
@@ -97,9 +97,8 @@ Advanced Linux Sound Architecture (ALSA) - Biblioteka statyczna.
 %setup -q 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure \
-       --prefix=%{_prefix}
+LDFLAGS="-s"; export LDFLAGS
+%configure
 make
 
 %install
This page took 0.19518 seconds and 4 git commands to generate.