Author: adamg Date: Thu Feb 24 21:17:17 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed Group (Applications/Sound not Applications/Mail) - pass CC and CFLAGS
---- Files affected: SPECS: ermixer.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/ermixer.spec diff -u SPECS/ermixer.spec:1.5 SPECS/ermixer.spec:1.6 --- SPECS/ermixer.spec:1.5 Mon May 26 18:24:56 2003 +++ SPECS/ermixer.spec Thu Feb 24 22:17:10 2005 @@ -5,7 +5,7 @@ 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 @@ -39,7 +39,9 @@ %{__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 @@ -61,6 +63,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2005/02/24 21:17:10 adamg +- fixed Group (Applications/Sound not Applications/Mail) +- pass CC and CFLAGS + Revision 1.5 2003/05/26 16:24:56 malekith - massive attack: adding Source-md5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ermixer.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
