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 <[EMAIL PROTECTED]>
+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
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to