]> git.pld-linux.org Git - packages/ermixer.git/commitdiff
- fixed Group (Applications/Sound not Applications/Mail)
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 24 Feb 2005 21:17:10 +0000 (21:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pass CC and CFLAGS

Changed files:
    ermixer.spec -> 1.6

ermixer.spec

index 943b7bbd272479aaa34dddc43e5235a0978359b8..e5a90ee2a59cada3a1624c7a59a3850b966f075b 100644 (file)
@@ -4,7 +4,7 @@ Name:           ermixer
 Version:       0.8
 Release:       1
 License:       GPL
-Group:         Applications/Mail
+Group:         Applications/Sound
 Source0:       http://erevan.cuore.org/files/ermixer/%{name}-%{version}.tar.gz
 # Source0-md5: ce6e896c7c2678c98ff9d841d3504003
 Patch0:                %{name}-curses.patch
@@ -38,7 +38,9 @@ ncurses.
 %{__autoconf}
 %{__automake}
 %configure
-%{__make} CC="%{__cc} %{rpmcflags} -I/usr/include/ncurses"
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.077668 seconds and 4 git commands to generate.