Author: qboosh Date: Sun Feb 19 13:57:16 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pass CC and optflags
---- Files affected: SPECS: gtk2-change-theme.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/gtk2-change-theme.spec diff -u SPECS/gtk2-change-theme.spec:1.2 SPECS/gtk2-change-theme.spec:1.3 --- SPECS/gtk2-change-theme.spec:1.2 Thu Feb 16 00:21:16 2006 +++ SPECS/gtk2-change-theme.spec Sun Feb 19 14:57:11 2006 @@ -10,7 +10,7 @@ Source0: http://plasmasturm.org/programs/gtk-chtheme/%{_rnam}-%{version}.tar.bz2 # Source0-md5: f688053bf26dd6c4f1cd0bf2ee33de2a URL: http://plasmasturm.org/programs/gtk-chtheme/ -BuildRequires: gtk+2-devel +BuildRequires: gtk+2-devel >= 2.0.0 BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -26,7 +26,9 @@ %setup -q -n %{_rnam}-%{version} %build -%{__make} +%{__make} \ + CC="%{__cc}" \ + RPM_OPT_FLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT @@ -50,6 +52,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2006/02/19 13:57:11 qboosh +- pass CC and optflags + Revision 1.2 2006/02/15 23:21:16 wolf - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gtk2-change-theme.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
