Author: lisu Date: Wed Mar 18 08:41:13 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 5.22.0 - use architecture depended compilers - optimisations flags - TODO - nfy
---- Files affected: SPECS: root.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/root.spec diff -u SPECS/root.spec:1.16 SPECS/root.spec:1.17 --- SPECS/root.spec:1.16 Mon Feb 12 23:09:13 2007 +++ SPECS/root.spec Wed Mar 18 09:41:08 2009 @@ -1,13 +1,16 @@ # $Revision$, $Date$ +# +# TODO: pass LDFLAGS +# Summary: An object-oriented data analysis environment Summary(pl.UTF-8): Obiektowo zorientowane środowisko do analizowania danych Name: root -Version: 5.10.00 +Version: 5.22.00 Release: 0.1 License: LGPL Group: Applications Source0: ftp://root.cern.ch/root/%{name}_v%{version}.source.tar.gz -# Source0-md5: 158009f95202abaa06ab008add29f86b +# Source0-md5: 0d621315cf82abb02b2db951461be6f3 URL: http://root.cern.ch/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -21,7 +24,12 @@ %setup -q -n %{name} %build -./configure linux --prefix=%{_prefix} +./configure linux \ + --prefix="%{_prefix}" \ + --with-cc="%{__cc} %{rpmcflags}" \ + --with-cxx="%{__cxx} %{rpmcxxflags}" +# --with-ld="%{__cxx} %{rpmldflags}" + %{__make} %install @@ -43,6 +51,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2009/03/18 08:41:08 lisu +- up to 5.22.0 +- use architecture depended compilers +- optimisations flags +- TODO +- nfy + Revision 1.16 2007/02/12 22:09:13 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/root.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
