From 97559c450663fbd761b67e451e4ea40805b74c3c Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Thu, 7 Jan 2016 11:38:27 +0100 Subject: [PATCH] Use autosetup as suggested by current guidelines --- python-configobj.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-configobj.spec b/python-configobj.spec index 0ba03fd..a6d828d 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -91,7 +91,7 @@ It has lots of other features though: * A powerful unrepr mode for storing basic datatypes %prep -%setup -q -n %{pypi_name}-%{version} +%autosetup -n %{pypi_name}-%{version} cp %{SOURCE1} . %build