SPECS: pixie.spec (NEW) - added - nfy -- error in libcommon.a

aredridel aredridel at pld-linux.org
Thu Sep 1 03:41:39 CEST 2005


Author: aredridel                    Date: Thu Sep  1 01:41:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added
- nfy -- error in libcommon.a

---- Files affected:
SPECS:
   pixie.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pixie.spec
diff -u /dev/null SPECS/pixie.spec:1.1
--- /dev/null	Thu Sep  1 03:41:39 2005
+++ SPECS/pixie.spec	Thu Sep  1 03:41:34 2005
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+#
+Summary:	RenderMan-compatible renderer
+Name:		pixie
+Version:	1.4.5
+Release:	1
+License:	GPL
+Group:		Applications
+Source0:	http://dl.sourceforge.net/pixie/Pixie-src-%{version}.tgz
+# Source0-md5:	51378b014fea28b2efa239aa4b74bda9
+Patch0:	%{name}-destdir.patch
+URL:		http://www.cs.berkeley.edu/~okan/Pixie/pixie.htm
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Pixie is a RenderMan like photorealistic renderer. It is being developed in the hope that it will be useful for graphics research and for people who can not afford a commercial renderer.
+
+%prep
+%setup -q -n Pixie
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/09/01 01:41:34  aredridel
+- added
+- nfy -- error in libcommon.a
+
================================================================



More information about the pld-cvs-commit mailing list