From fcceedfb6fbcf586b67210b4669e8e392b619631 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Oct 20 2016 09:03:21 +0000 Subject: Fixed package name --- diff --git a/python-epi.spec b/python-epi.spec index 77d79ac..bd17191 100644 --- a/python-epi.spec +++ b/python-epi.spec @@ -12,7 +12,7 @@ Name: python-%{sname} Version: 0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tool for looking at the entry point plugins on a system License: ASL 2.0 @@ -47,26 +47,26 @@ BuildRequires: python3-cliff Entry Point Inspector is a tool for looking at the entry point plugins installed on a system. -%package -n python2-%{pypi_name} +%package -n python2-%{sname} Summary: Tool for looking at the entry point plugins on a system -%{?python_provide:%python_provide python2-%{pypi_name}} +%{?python_provide:%python_provide python2-%{sname}} Requires: python-cliff Requires: python-setuptools -%description -n python2-%{pypi_name} +%description -n python2-%{sname} Entry Point Inspector is a tool for looking at the entry point plugins installed on a system. %if 0%{?with_python3} -%package -n python3-%{pypi_name} +%package -n python3-%{sname} Summary: Tool for looking at the entry point plugins on a system -%{?python_provide:%python_provide python3-%{pypi_name}} +%{?python_provide:%python_provide python3-%{sname}} Requires: python3-cliff Requires: python3-setuptools -%description -n python3-%{pypi_name} +%description -n python3-%{sname} Entry Point Inspector is a tool for looking at the entry point plugins installed on a system. %endif @@ -104,7 +104,7 @@ ln -s %{_bindir}/python2-%{sname} %{buildroot}%{_bindir}/%{sname} %{__python3} setup.py nosetests %endif -%files -n python2-%{pypi_name} +%files -n python2-%{sname} %license LICENSE %doc README.rst announce.rst %{python2_sitelib}/%{pypi_name} @@ -116,7 +116,7 @@ ln -s %{_bindir}/python2-%{sname} %{buildroot}%{_bindir}/%{sname} %if 0%{?with_python3} -%files -n python3-%{pypi_name} +%files -n python3-%{sname} %license LICENSE %doc README.rst announce.rst %{python3_sitelib}/%{pypi_name} @@ -128,6 +128,9 @@ ln -s %{_bindir}/python2-%{sname} %{buildroot}%{_bindir}/%{sname} %endif %changelog +* Thu Oct 20 2016 Chandan Kumar - 0.1-4 +- Fixed package name + * Wed Sep 28 2016 Chandan Kumar - 0.1-3 - Fixed source macro in prep section