From 5ab635454a83e1e9a472429986bd9e57923802e6 Mon Sep 17 00:00:00 2001 From: Avram Lubkin Date: Mon, 16 Apr 2018 15:34:26 -0400 Subject: [PATCH] Fix directory name --- python-imagesize.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-imagesize.spec b/python-imagesize.spec index db47d45..f7ad807 100644 --- a/python-imagesize.spec +++ b/python-imagesize.spec @@ -59,7 +59,7 @@ The imagesize package parses image file headers and returns the image sizes. This is a pure Python library. %prep -%autosetup -n %{pypi_name}_py-%{version} +%autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info