]> git.pld-linux.org Git - packages/python-gitlab.git/commitdiff
fix egg name cleanup auto/th/python-gitlab-0.16-2
authorElan Ruusamäe <glen@delfi.ee>
Sun, 16 Oct 2016 22:06:35 +0000 (01:06 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 16 Oct 2016 22:06:35 +0000 (01:06 +0300)
python-gitlab.spec

index 9b275792db7e3f3b81d00c87863382553a946585..68c22fb4c26192fea22fdd487589cba879275e14 100644 (file)
@@ -11,7 +11,7 @@
 Summary:       Interact with GitLab API
 Name:          python-gitlab
 Version:       0.16
-Release:       1
+Release:       2
 License:       LGPLv3
 Group:         Libraries/Python
 Source0:       https://files.pythonhosted.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
@@ -46,7 +46,7 @@ Interact with GitLab API
 %setup -q
 
 # Remove bundled egg-info
-%{__rm} -r %{module}.egg-info
+%{__rm} -r %{egg_name}.egg-info
 
 %build
 %if %{with python2}
This page took 0.132741 seconds and 4 git commands to generate.