packages: povray/povray.spec - rel .2 - no parallel make install - use mode...

baggins baggins at pld-linux.org
Mon Jun 25 12:01:20 CEST 2012


Author: baggins                      Date: Mon Jun 25 10:01:20 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel .2
- no parallel make install
- use modern X11 dirs

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

---- Diffs:

================================================================
Index: packages/povray/povray.spec
diff -u packages/povray/povray.spec:1.73 packages/povray/povray.spec:1.74
--- packages/povray/povray.spec:1.73	Mon Jun 25 11:49:03 2012
+++ packages/povray/povray.spec	Mon Jun 25 12:01:15 2012
@@ -11,7 +11,7 @@
 Summary(pl.UTF-8):	Persistence of Vision Ray Tracer
 Name:		povray
 Version:	3.7.0
-Release:	0.RC5.1
+Release:	0.RC5.2
 Epoch:		1
 License:	distributable
 Group:		Applications/Graphics
@@ -115,8 +115,8 @@
 	--enable-pvm \
 	--with-pvm-arch=%{_pvmarch} \
 	--with-pvm-libs=%{_libdir} \
-	--x-includes=/usr/X11R6/include \
-	--x-libraries=/usr/X11R6/%{_lib}
+	--x-includes=%{_includedir}/X11 \
+	--x-libraries=%{_libdir}
 %{__make}
 install unix/povray x-pvmpov
 %endif
@@ -137,8 +137,8 @@
 %if %{with x}
 %configure \
 	--libdir=%{_datadir} \
-	--x-includes=/usr/X11R6/include \
-	--x-libraries=/usr/X11R6/%{_lib}
+	--x-includes=%{_includedir}/X11 \
+	--x-libraries=%{_libdir}
 %{__make}
 install unix/povray x-povray
 %{__make} clean
@@ -152,12 +152,12 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir},/usr/X11R6/bin}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir}}
 %if %{with pvm}
 install -d $RPM_BUILD_ROOT%{_pvmroot}/bin/%{_pvmarch}
 %endif
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %if %{with x}
@@ -218,6 +218,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.74  2012/06/25 10:01:15  baggins
+- rel .2
+- no parallel make install
+- use modern X11 dirs
+
 Revision 1.73  2012/06/25 09:49:03  baggins
 - up to 3.7.0.RC5
 
================================================================

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



More information about the pld-cvs-commit mailing list