]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- cleanups
authoraflinta <aflinta@pld-linux.org>
Wed, 23 Oct 2002 00:36:15 +0000 (00:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-utils.spec -> 1.72

alsa-utils.spec

index 1b8373abe78c9bd145bf22087f2b942c3347aaf7..dd699650b5a43179aaa809e93b8342d3867bd43b 100644 (file)
@@ -12,8 +12,6 @@ Group:                Applications/Sound
 Source0:       ftp://ftp.alsa-project.org/pub/utils/%{name}-%{version}.tar.bz2
 Source1:       alsasound
 Source2:       alsa-oss-pcm
-#Patch0:               %{name}-DESTDIR.patch
-#Patch1:               %{name}-LDFLAGS.patch
 URL:           http://www.alsa-project.org/
 BuildRequires: libstdc++-devel
 BuildRequires: ncurses-devel
@@ -86,14 +84,12 @@ Utilit
 
 %prep
 %setup -q
-#%patch0 -p1
-#%patch1 -p1
 
 %build
 rm -f missing
-aclocal
-autoconf
-automake -a -c -f
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 %configure
This page took 0.034381 seconds and 4 git commands to generate.