Author: baggins Date: Sun Nov 16 17:41:37 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 5 - fix use of open with 2 args - gcc 4.3 fixes - updated BRs - use ssh as rsh - force -j1 in make
---- Files affected: SPECS: dx.spec (1.50 -> 1.51) ---- Diffs: ================================================================ Index: SPECS/dx.spec diff -u SPECS/dx.spec:1.50 SPECS/dx.spec:1.51 --- SPECS/dx.spec:1.50 Thu Nov 13 13:33:19 2008 +++ SPECS/dx.spec Sun Nov 16 18:41:32 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Doskonałe narzędzie do wizualizacji danych Name: dx Version: 4.4.4 -Release: 4.1 +Release: 5 License: IPL Group: Applications Source0: http://opendx.npaci.edu/source/%{name}-%{version}.tar.gz @@ -18,9 +18,12 @@ Patch4: %{name}-include.patch Patch5: %{name}-ac.patch Patch6: %{name}-ImageMagic.patch +Patch7: %{name}-open.patch +Patch8: %{name}-gcc43.patch URL: http://www.opendx.org/ BuildRequires: ImageMagick-devel >= 1:6.2.4.0 BuildRequires: OpenGL-devel +BuildRequires: OpenGL-GLU-devel BuildRequires: autoconf >= 2.57 BuildRequires: automake BuildRequires: bison @@ -31,6 +34,9 @@ BuildRequires: libtiff-devel BuildRequires: motif-devel BuildRequires: netcdf-devel +BuildRequires: xorg-lib-libXinerama-devel +BuildRequires: xorg-lib-libXpm-devel +Requires: openssh-clients Requires: %{name}-libs = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -116,6 +122,8 @@ %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 +%patch8 -p1 %build %{__libtoolize} @@ -130,7 +138,8 @@ --disable-dependency-tracking \ --enable-smp-linux \ --enable-new-keylayout \ - --without-javadx + --without-javadx \ + --with-rsh=%{_bindir}/ssh cd %{name}samples-4.4.0 %{__aclocal} @@ -142,9 +151,9 @@ --without-javadx cd .. -%{__make} +%{__make} -j1 -%{__make} -C %{name}samples-4.4.0 +%{__make} -j1 -C %{name}samples-4.4.0 %install rm -rf $RPM_BUILD_ROOT @@ -219,6 +228,14 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51 2008/11/16 17:41:32 baggins +- rel 5 +- fix use of open with 2 args +- gcc 4.3 fixes +- updated BRs +- use ssh as rsh +- force -j1 in make + Revision 1.50 2008/11/13 12:33:19 baggins - attempts at fixing autocrap problems - update configure.ac for latest ImageMagick ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dx.spec?r1=1.50&r2=1.51&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
