From 27962a472cb46eb54677d83942b350c2c928d15a Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Apr 27 2012 10:48:06 +0000 Subject: fix endif statement, update spec --- diff --git a/YafaRay.spec b/YafaRay.spec index bb644b2..0bb4d52 100644 --- a/YafaRay.spec +++ b/YafaRay.spec @@ -20,12 +20,12 @@ Source1: python-%{date}.tar.gz Source2: README.Fedora Source3: yafaray-snapshot.sh %else -Release: 4%{?dist} +Release: 5%{?dist} Source0: http://static.yafaray.org/sources/%{name}.%{version}.zip Source1: http://static.yafaray.org/sources/%{name}-blender.%{version}.zip Source2: README.Fedora -%endiff -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%endif + BuildRequires: scons >= 0.97 BuildRequires: freetype-devel BuildRequires: libjpeg-devel @@ -93,7 +93,6 @@ scons build scons swig %install -rm -rf %{buildroot} scons PREFIX=%{buildroot}%{_prefix} install mkdir -p %{buildroot}%{_datadir}/blender/scripts @@ -119,9 +118,6 @@ cp -p %{yname}-blender/yaf*.py \ %endif popd -%clean -rm -rf %{buildroot} - %files %defattr(-, root, root) %doc CODING LICENSE INSTALL @@ -142,6 +138,9 @@ rm -rf %{buildroot} %changelog +* Fri Apr 27 2012 Peter Robinson - 0.1.1-5 +- Fix endif statement + * Tue Feb 28 2012 Fedora Release Engineering - 0.1.1-4 - Rebuilt for c++ ABI breakage