]> git.pld-linux.org Git - packages/python-social-auth-core.git/commitdiff
macro for python3 package name
authorElan Ruusamäe <glen@delfi.ee>
Sun, 23 Apr 2017 16:02:37 +0000 (19:02 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 23 Apr 2017 16:02:37 +0000 (19:02 +0300)
python-social-auth-core.spec

index 78faa2f98833422f76258395eb69bca4be9a1831..92e52b3d9d48405374af3c17399ee3442af3b135 100644 (file)
@@ -41,11 +41,11 @@ implements the common interface to define new authentication backends
 to third parties services, implement integrations with web frameworks
 and storage solutions.
 
-%package -n python3-social-auth-core
+%package -n python3-%{pypi_name}
 Summary:       Social auth made simple
 Group:         Development/Libraries
 
-%description -n python3-social-auth-core
+%description -n python3-%{pypi_name}
 Python Social Auth is an easy to setup social
 authentication/registration mechanism with support for several
 frameworks and auth providers.
@@ -96,7 +96,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %if %{with python3}
-%files -n python3-social-auth-core
+%files -n python3-%{pypi_name}
 %defattr(644,root,root,755)
 %doc README.md LICENSE
 %{py3_sitescriptdir}/%{module}
This page took 0.443139 seconds and 4 git commands to generate.