Author: baggins Date: Thu Nov 13 12:33:24 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - attempts at fixing autocrap problems - update configure.ac for latest ImageMagick
---- Files affected: SPECS: dx.spec (1.49 -> 1.50) ---- Diffs: ================================================================ Index: SPECS/dx.spec diff -u SPECS/dx.spec:1.49 SPECS/dx.spec:1.50 --- SPECS/dx.spec:1.49 Sat Jun 28 22:08:14 2008 +++ SPECS/dx.spec Thu Nov 13 13:33:19 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Doskonałe narzędzie do wizualizacji danych Name: dx Version: 4.4.4 -Release: 4 +Release: 4.1 License: IPL Group: Applications Source0: http://opendx.npaci.edu/source/%{name}-%{version}.tar.gz @@ -16,6 +16,8 @@ Patch2: dxsamples-DESTDIR.patch Patch3: dxsamples-unused_bin.patch Patch4: %{name}-include.patch +Patch5: %{name}-ac.patch +Patch6: %{name}-ImageMagic.patch URL: http://www.opendx.org/ BuildRequires: ImageMagick-devel >= 1:6.2.4.0 BuildRequires: OpenGL-devel @@ -112,10 +114,12 @@ %patch2 -p0 %patch3 -p1 %patch4 -p1 +%patch5 -p1 +%patch6 -p1 %build %{__libtoolize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoheader} %{__autoconf} %{__automake} @@ -215,6 +219,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.50 2008/11/13 12:33:19 baggins +- attempts at fixing autocrap problems +- update configure.ac for latest ImageMagick + Revision 1.49 2008/06/28 20:08:14 arekm - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dx.spec?r1=1.49&r2=1.50&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
