From 02479b8cf684e4a3f9053908b67a59a05047080b Mon Sep 17 00:00:00 2001 From: Jeff Ortel Date: Thu, 2 Apr 2009 17:29:35 +0000 Subject: [PATCH] redefine version to sudsversion so not to conflict with builtin {version}. --- python-suds.spec | 4 ++-- sources | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python-suds.spec b/python-suds.spec index 5c2e3a3..43390d0 100644 --- a/python-suds.spec +++ b/python-suds.spec @@ -1,9 +1,9 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?version: %define version %(%{__python} -c "from suds import properties; print properties['version']")} +%{!?version: %define sudsversion %(%{__python} -c "from suds import properties; print properties['version']")} Summary: A python SOAP client Name: python-suds -Version: %{version} +Version: %{sudsversion} Release: 1%{?dist} Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz License: LGPLv3+ diff --git a/sources b/sources index 9bff3a0..9bff611 100644 --- a/sources +++ b/sources @@ -2,4 +2,4 @@ ae5a7e1f39c63ecf2c5622d687d6981c python-suds-0.3.1.tar.gz a4544f1eaaeb3ca0e78180160909ab01 python-suds-0.3.2.tar.gz 79cace44ca04955f2cdb8fe682b5f05d python-suds-0.3.3.tar.gz 3c704119a5a27542ea5347fc13433b89 python-suds-0.3.4.tar.gz -94fd13d373c495d32ae25f6f0ae5265c python-suds-0.3.5.tar.gz +8b3ee94361960a21a3a29e6fd6f0c95f python-suds-0.3.5.tar.gz