From 246c94e7f14b0ac16befc0149290343d472a0372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 17 Jan 2018 12:57:28 +0100 Subject: [PATCH] Simplify %files section --- python-productmd.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/python-productmd.spec b/python-productmd.spec index 5b16337..da1f905 100644 --- a/python-productmd.spec +++ b/python-productmd.spec @@ -92,15 +92,13 @@ and installation media. %files -n python2-productmd %license LICENSE %doc AUTHORS -%{python_sitelib}/productmd/ -%{python_sitelib}/productmd-%{version}-py?.?.egg-info +%{python_sitelib}/* %if 0%{?with_python3} %files -n python%{python3_pkgversion}-productmd %license LICENSE %doc AUTHORS -%{python3_sitelib}/productmd/ -%{python3_sitelib}/productmd-%{version}-py?.?.egg-info +%{python3_sitelib}/* %endif %changelog