SPECS: ayam.spec - removed precompilant and building oncagain.

cieciwa cieciwa at pld-linux.org
Thu Jul 21 12:57:29 CEST 2005


Author: cieciwa                      Date: Thu Jul 21 10:57:29 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- removed precompilant and building oncagain.

---- Files affected:
SPECS:
   ayam.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/ayam.spec
diff -u SPECS/ayam.spec:1.6 SPECS/ayam.spec:1.7
--- SPECS/ayam.spec:1.6	Fri Jun 17 22:39:38 2005
+++ SPECS/ayam.spec	Thu Jul 21 12:57:24 2005
@@ -16,6 +16,8 @@
 BuildRequires:	tk-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		prefix	/usr
+
 %description
 Ayam is a free (as in free speech, BSD-licensed) 3D modelling
 environment for the RenderMan interface. Free means that neither the
@@ -72,16 +74,18 @@
 %patch0 -p1
 
 %build
+mv src/affine/src/write.c src/affine/src/write.cpp 
 # TODO: optflags
+%{__make} -C src -f Makefile.shared clean
 %{__make} -C src -f Makefile.shared
 
 %install
 rm -rf $RPM_BUILD_ROOT
 # create directories if necessary
-#install -d $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
 
-#%{__make} install \
-#	DESTDIR=$RPM_BUILD_ROOT
+%{__make} -C src -f Makefile.shared install \
+	PREFIX=$RPM_BUILD_ROOT/usr
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -108,6 +112,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/07/21 10:57:24  cieciwa
+- removed precompilant and building oncagain.
+
 Revision 1.6  2005/06/17 20:39:38  qboosh
 - pl, partial cleanup
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ayam.spec?r1=1.6&r2=1.7&f=u




More information about the pld-cvs-commit mailing list