Use autosetup as suggested by current guidelines

This commit is contained in:
Fabio Alessandro Locati 2016-01-07 11:38:27 +01:00
parent b834dabac9
commit 97559c4506

View File

@ -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