From c1551db6a30d77bfbdcdabae0016a08cbcba5fb8 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Dec 27 2015 06:13:34 +0000 Subject: fix up some macros --- diff --git a/aqbanking.spec b/aqbanking.spec index 80c1500..0b5ef2b 100644 --- a/aqbanking.spec +++ b/aqbanking.spec @@ -1,13 +1,11 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%define ver %{version} - Name: aqbanking Summary: A library for online banking functions and financial data import/export Version: 5.5.1 Release: 3%{?dist} # Download is PHP form at http://www.aquamaniac.de/sites/download/packages.php -Source: %{name}-%{ver}.tar.gz +Source: %{name}-%{version}.tar.gz Group: System Environment/Libraries License: GPLv2 or GPLv3 URL: http://www.aquamaniac.de/aqbanking/ @@ -53,7 +51,7 @@ This package contains aqbanking-config and header files for writing and compiling programs using Aqbanking. %prep -%setup -q -n %{name}-%{ver} +%setup -q -n %{name}-%{version} %patch2 -p1 -b .pkgconfig %patch3 -p1 -b .conflict