Author: draenog Date: Fri Sep 5 17:14:33 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - xorg-lib-libXmu-devel is not used - fix opengl bcond (tiffgt was built always when glut headers were present) - rel. 6
---- Files affected: SPECS: libtiff.spec (1.93 -> 1.94) ---- Diffs: ================================================================ Index: SPECS/libtiff.spec diff -u SPECS/libtiff.spec:1.93 SPECS/libtiff.spec:1.94 --- SPECS/libtiff.spec:1.93 Fri Sep 5 16:38:40 2008 +++ SPECS/libtiff.spec Fri Sep 5 19:14:27 2008 @@ -1,5 +1,4 @@ # $Revision$, $Date$ -# TODO: fix opengl bcond # # Conditional build: %bcond_without opengl # do not build OpenGL viewer @@ -11,7 +10,7 @@ Summary(tr.UTF-8): TIFF dosyalarını işleme kitaplığı Name: libtiff Version: 3.8.2 -Release: 5 +Release: 6 License: BSD-like Group: Libraries Source0: ftp://ftp.remotesensing.org/pub/libtiff/tiff-%{version}.tar.gz @@ -30,7 +29,6 @@ BuildRequires: libjpeg-devel BuildRequires: libstdc++-devel BuildRequires: libtool -%{?with_opengl:BuildRequires: xorg-lib-libXmu-devel} BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -181,7 +179,8 @@ %{__autoconf} %{__autoheader} %{__automake} -%configure +%configure \ + %{!?with_opengl:--without-x} %{__make} @@ -253,6 +252,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.94 2008/09/05 17:14:27 draenog +- xorg-lib-libXmu-devel is not used +- fix opengl bcond (tiffgt was built always when glut headers were present) +- rel. 6 + Revision 1.93 2008/09/05 14:38:40 draenog - patch for CVE-2006-2193 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libtiff.spec?r1=1.93&r2=1.94&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
