Author: adamg Date: Tue Feb 14 10:43:39 2012 GMT Module: packages Tag: HEAD ---- Log message: - dont't pollute userdir on install - release 2
---- Files affected: packages/povray: povray.spec (1.71 -> 1.72) ---- Diffs: ================================================================ Index: packages/povray/povray.spec diff -u packages/povray/povray.spec:1.71 packages/povray/povray.spec:1.72 --- packages/povray/povray.spec:1.71 Tue Feb 14 10:43:27 2012 +++ packages/povray/povray.spec Tue Feb 14 11:43:34 2012 @@ -11,7 +11,7 @@ Summary(pl.UTF-8): Persistence of Vision Ray Tracer Name: povray Version: 3.7.0 -Release: 0.RC3.1 +Release: 0.RC3.2 Epoch: 1 License: distributable Group: Applications/Graphics @@ -21,6 +21,7 @@ # based on sources from CVS at http://pvmpov.sourceforge.net/ # Source0: %{name}-%{version}-%{snap}.tar.gz Source1: %{name}-ax_boost_base.m4 +Patch0: %{name}-nouserfiles.patch URL: http://www.povray.org/ BuildRequires: autoconf BuildRequires: automake @@ -101,6 +102,7 @@ %prep %setup -q -n %{name}-%{_src_pov_ver} cp %{SOURCE1} unix/config/ax_boost_base.m4 +%patch0 -p1 %build %{__aclocal} @@ -216,6 +218,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.72 2012/02/14 10:43:34 adamg +- dont't pollute userdir on install +- release 2 + Revision 1.71 2012/02/14 09:43:27 adamg - updated to 3.7.0RC3 (more libpng-1.5 friendly than 3.6.1) - replace ax_boost_base.m4 with latest version from autoconf-archive (lib64 aware) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/povray/povray.spec?r1=1.71&r2=1.72&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
