From e85a7a496cfa566a09dd7a9c83eee826db7a84b0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Jul 09 2009 12:55:00 +0000 Subject: - Replaced 'define' with 'global' --- diff --git a/pdfposter.spec b/pdfposter.spec index c085e5b..eb61aa1 100644 --- a/pdfposter.spec +++ b/pdfposter.spec @@ -1,8 +1,8 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pdfposter Version: 0.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Scale and tile PDF images/pages to print on multiple pages Group: Applications/Engineering @@ -57,6 +57,9 @@ rm -rf %{buildroot} %changelog +* Thu Jul 09 2009 Fabian Affolter - 0.5.0-2 +- Replaced 'define' with 'global' + * Sun May 03 2009 Fabian Affolter - 0.5.0-1 - Updated to new upstream version 0.5.0