Author: qboosh Date: Fri Mar 3 21:16:08 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - use optflags, BR cleanup
---- Files affected: SPECS: skyeye.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/skyeye.spec diff -u SPECS/skyeye.spec:1.2 SPECS/skyeye.spec:1.3 --- SPECS/skyeye.spec:1.2 Fri Mar 3 22:06:54 2006 +++ SPECS/skyeye.spec Fri Mar 3 22:16:02 2006 @@ -4,16 +4,13 @@ Name: skyeye Version: 1.0.0 Release: 1 -License: GPL v2 +License: GPL v2+ Group: Applications Source0: http://download.gro.clinux.org/skyeye/%{name}-%{version}.tar.bz2 # Source0-md5: f28212bda583fdec6b48540da689977d Source1: skyeye.conf URL: http://www.skyeye.org/ -BuildRequires: atk-devel -BuildRequires: freetype-devel >= 2.0 -BuildRequires: glib-devel -BuildRequires: gtk+2-devel +BuildRequires: gtk+2-devel >= 2.0.0 BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -35,7 +32,9 @@ install %{SOURCE1} . %build -%{__make} +%{__make} \ + CC="%{__cc}" \ + CFLAGS="%{rpmcflags} -DSTANDALONE -DDEFAULT_INLINE=0 -DMODET \$(SIM_EXTRA_CFLAGS) -I. `pkg-config --cflags gtk+-2.0`" %install rm -rf $RPM_BUILD_ROOT @@ -57,6 +56,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2006/03/03 21:16:02 qboosh +- use optflags, BR cleanup + Revision 1.2 2006/03/03 21:06:54 qboosh - cleanups, rcs tags +Revision 1.1 2006/02/28 14:26:17 maciek2w +- initial revision ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/skyeye.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
