packages: povray/povray.spec - rel .3 - fixed install - no need to set up x...

baggins baggins at pld-linux.org
Mon Jun 25 14:10:04 CEST 2012


Author: baggins                      Date: Mon Jun 25 12:10:04 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel .3
- fixed install
- no need to set up x libs and includes in configure

---- Files affected:
packages/povray:
   povray.spec (1.74 -> 1.75) 

---- Diffs:

================================================================
Index: packages/povray/povray.spec
diff -u packages/povray/povray.spec:1.74 packages/povray/povray.spec:1.75
--- packages/povray/povray.spec:1.74	Mon Jun 25 12:01:15 2012
+++ packages/povray/povray.spec	Mon Jun 25 14:09:59 2012
@@ -11,7 +11,7 @@
 Summary(pl.UTF-8):	Persistence of Vision Ray Tracer
 Name:		povray
 Version:	3.7.0
-Release:	0.RC5.2
+Release:	0.RC5.3
 Epoch:		1
 License:	distributable
 Group:		Applications/Graphics
@@ -114,9 +114,7 @@
 	--libdir=%{_datadir} \
 	--enable-pvm \
 	--with-pvm-arch=%{_pvmarch} \
-	--with-pvm-libs=%{_libdir} \
-	--x-includes=%{_includedir}/X11 \
-	--x-libraries=%{_libdir}
+	--with-pvm-libs=%{_libdir}
 %{__make}
 install unix/povray x-pvmpov
 %endif
@@ -136,9 +134,7 @@
 
 %if %{with x}
 %configure \
-	--libdir=%{_datadir} \
-	--x-includes=%{_includedir}/X11 \
-	--x-libraries=%{_libdir}
+	--libdir=%{_datadir}
 %{__make}
 install unix/povray x-povray
 %{__make} clean
@@ -149,15 +145,16 @@
 	--without-x
 %{__make}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir}}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_datadir}}
 %if %{with pvm}
 install -d $RPM_BUILD_ROOT%{_pvmroot}/bin/%{_pvmarch}
 %endif
 
-%{__make} -j1 install \
+%{__make} install \
+	INSTALL="install -c -D" \
+	mkdir_p="mkdir -p" \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %if %{with x}
@@ -218,6 +215,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.75  2012/06/25 12:09:59  baggins
+- rel .3
+- fixed install
+- no need to set up x libs and includes in configure
+
 Revision 1.74  2012/06/25 10:01:15  baggins
 - rel .2
 - no parallel make install
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/povray/povray.spec?r1=1.74&r2=1.75



More information about the pld-cvs-commit mailing list