]> git.pld-linux.org Git - packages/wmmixer-alsa.git/commitdiff
- pass CC="%%{__cc}" in make parameters and few cosmetics. RA-1_0 STABLE wmmixer-alsa-0_6-1
authorkloczek <kloczek@pld-linux.org>
Thu, 11 Apr 2002 00:08:04 +0000 (00:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wmmixer-alsa.spec -> 1.18

wmmixer-alsa.spec

index 6ee02cda02df1a7b9cbbb531acedb8e691ca9621..0717de24328a97139f153bd46378263156e80c75 100644 (file)
@@ -7,8 +7,8 @@ License:        GPL
 Group:         Applications/Sound
 Source0:       http://iznogood.bohemians.org/wmmixer-alsa/%{name}-%{version}.tar.gz
 URL:           http://iznogood.bohemians.org/
-BuildRequires: alsa-lib-devel
 BuildRequires: XFree86-devel
+BuildRequires: alsa-lib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -27,11 +27,14 @@ przerobionaa tak, by u
 %setup -q
 
 %build
-%{__make} CFLAGS="%{rpmcflags}"
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/pixmaps}
+
 install wmmixer-alsa $RPM_BUILD_ROOT%{_bindir}
 install XPM/{icons,wmmixer}.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps
 
This page took 0.104132 seconds and 4 git commands to generate.