diff --git a/python-QtAwesome.spec b/python-QtAwesome.spec index 08370e5..860c56b 100644 --- a/python-QtAwesome.spec +++ b/python-QtAwesome.spec @@ -2,14 +2,15 @@ %global simple_name qtawesome Name: python-%{pypi_name} -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} Summary: FontAwesome icons in PyQt and PySide applications License: MIT and OFL URL: https://github.com/spyder-ide/%{simple_name} -Source0: https://github.com/spyder-ide/%{simple_name}/archive/v%{version}/%{simple_name}-%{version}.tar.gz +Source0: %pypi_source + BuildArch: noarch BuildRequires: python3-setuptools @@ -42,7 +43,7 @@ It is a port to Python - PyQt / PySide of the QtAwesome C++ library by Rick Blommers. %prep -%autosetup -n %{simple_name}-%{version} +%autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info @@ -60,6 +61,10 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Thu May 07 2020 Mukundan Ragavan - 0.7.2-1 +- Update to 0.7.2 +- Use pypi_source macro in specfile + * Sat May 02 2020 Mukundan Ragavan - 0.7.1-1 - Update to 0.7.1