From 0a2426f58e24874fa6a62ad8ff92360e4c0407d3188d644ccd30b4f79e10ec7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 28 May 2025 12:56:46 +0000 Subject: [PATCH] Accepting request 1280877 from home:mcalabkova:branches:devel:languages:python fix files OBS-URL: https://build.opensuse.org/request/show/1280877 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ipy?expand=0&rev=17 --- python-ipy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-ipy.spec b/python-ipy.spec index 5d15929..12ee5ad 100644 --- a/python-ipy.spec +++ b/python-ipy.spec @@ -16,6 +16,7 @@ # +%define pkg_version 1.1 Name: python-ipy Version: 1.01 Release: 0 @@ -50,8 +51,10 @@ so funky stuff like a netmask of 0xffffff0f can't be done here. %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%{python_sitelib}/ipy -%{python_sitelib}/ipy-%{version}*-info +%{python_sitelib}/IPy.py +%{python_sitelib}/ipy-%{pkg_version}*-info +%pycache_only %{python_sitelib}/__pycache__/IPy* +%doc README.rst %license COPYING %check