SPECS: i3d.spec - updated BR, - based on template.spec - not clear...
cieciwa
cieciwa at pld-linux.org
Sun Apr 9 11:54:29 CEST 2006
Author: cieciwa Date: Sun Apr 9 09:54:29 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated BR,
- based on template.spec - not clearing.
---- Files affected:
SPECS:
i3d.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/i3d.spec
diff -u SPECS/i3d.spec:1.1 SPECS/i3d.spec:1.2
--- SPECS/i3d.spec:1.1 Sun Apr 9 10:18:44 2006
+++ SPECS/i3d.spec Sun Apr 9 11:54:24 2006
@@ -1,7 +1,8 @@
# $Revision$, $Date$
#
# Conditional build:
-%bcond_with tests # build with tests
+%bcond_with tiff # build with tiff support
+
%bcond_without tests # build without tests
#
Summary: Innovation 3D
@@ -21,24 +22,12 @@
BuildRequires: rpmbuild(macros) >= 1.228
Requires(post,preun): /sbin/chkconfig
%endif
+BuildRequires: glut-devel
BuildRequires: libtiff-devel
BuildRequires: nurbs++-devel
BuildRequires: qt-devel
BuildRequires: xorg-lib-libXmu-devel
-#BuildRequires: automake
-#BuildRequires: intltool
-#BuildRequires: libtool
-#Requires(postun): -
-#Requires(pre,post): -
-#Requires(preun): -
-#Requires: -
-#Provides: -
-#Provides: group(foo)
-#Provides: user(foo)
-#Obsoletes: -
-#Conflicts: -
-#BuildArch: noarch
-#ExclusiveArch: %{ix86}
+
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -93,17 +82,29 @@
%patch0 -p1
%build
-#{__intltoolize}
-#{__gettextize}
-#{__libtoolize}
-#{__aclocal}
-#{__autoconf}
-#{__autoheader}
-#{__automake}
-#cp -f /usr/share/automake/config.sub .
%configure \
- --with-tiff-prexix=/usr/
-#{__make}
+ --x-libraries=/usr/X11R6/lib \
+ %{?with_tiff: --with-tiff-prexix=/usr/ } \
+ --with-python-version=2.4
+
+# --with-gl-prefix=PFX Prefix where OpenGL or Mesa is installed
+# --with-gl-includes=DIR where the OpenGL or Mesa includes are installed
+# --with-gl-libraries=DIR where the OpenGL or Mesa libraries are installed
+# --with-glut-prefix=PFX Prefix where GLUT is installed
+# --with-glut-includes=DIR where the GLUT includes are installed
+# --with-glut-libraries=DIR where the GLUT libraries are installed
+# --with-tiff-prefix=PFX Prefix where libtiff is installed
+# --with-tiff-includes=DIR where the libtiff includes are installed
+# --with-tiff-libraries=DIR where the libtiff libraries are installed
+# --with-python-version=VER The version of Python to use, 1.5 is default
+# --with-python-prefix=PFX where the root of Python is installed
+# --with-python-includes=DIR where the Python includes are installed
+# --with-python-libraries=DIR where the Python libraries are installed.
+# --with-dmalloc-cflags=CFLAGS
+
+
+
+%{__make}
#%{__make} \
# CFLAGS="%{rpmcflags}" \
@@ -179,10 +180,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/04/09 09:54:24 cieciwa
+- updated BR,
+- based on template.spec - not clearing.
+
Revision 1.1 2006/04/09 08:18:44 cieciwa
- initial
NFY
-
-Revision 1.59 2006/03/04 22:52:54 glen
-- adapterized, truncate changelog
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/i3d.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list