SPECS: povray.spec - rel 1

arekm arekm at pld-linux.org
Sat Jan 27 22:45:57 CET 2007


Author: arekm                        Date: Sat Jan 27 21:45:57 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 1

---- Files affected:
SPECS:
   povray.spec (1.55 -> 1.56) 

---- Diffs:

================================================================
Index: SPECS/povray.spec
diff -u SPECS/povray.spec:1.55 SPECS/povray.spec:1.56
--- SPECS/povray.spec:1.55	Mon Nov 13 16:01:54 2006
+++ SPECS/povray.spec	Sat Jan 27 22:45:52 2007
@@ -1,6 +1,4 @@
 # $Revision$, $Date$
-# TODO:
-# - patch for s#/usr/local#/usr# in povray.ini
 #
 # Conditional build:
 %bcond_without	x	# - without X11 subpackage
@@ -13,7 +11,7 @@
 Summary(pl):	Persistence of Vision Ray Tracer
 Name:		povray
 Version:	3.6.1
-Release:	0.1
+Release:	1
 Epoch:		1
 License:	distributable
 Group:		Applications/Graphics
@@ -26,6 +24,7 @@
 Patch2:		%{name}-X-libs.patch
 Patch3:		%{name}-lib64.patch
 Patch4:		%{name}-no_svgalib.patch
+Patch5:		%{name}-m4.patch
 URL:		http://www.povray.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -113,12 +112,13 @@
 %if !%{with svga}
 ##%patch4 -p1
 %endif
+%patch5 -p1
 
 %build
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-COMPILED_BY="xx";export COMPILED_BY;
+COMPILED_BY="PLD/Linux Team";export COMPILED_BY;
 %if %{with x} && %{with pvm}
 %configure \
 	--libdir=%{_datadir} \
@@ -162,8 +162,10 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir},/usr/X11R6/bin} \
-	$RPM_BUILD_ROOT%{_pvmroot}/bin/%{_pvmarch}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},/usr/X11R6/bin}
+%if %{with pvm}
+install -d $RPM_BUILD_ROOT%{_pvmroot}/bin/%{_pvmarch}
+%endif
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -224,6 +226,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.56  2007/01/27 21:45:52  arekm
+- rel 1
+
 Revision 1.55  2006/11/13 15:01:54  sparky
 - don't use %{without ...}, it may not work after inverting bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/povray.spec?r1=1.55&r2=1.56&f=u



More information about the pld-cvs-commit mailing list