From 64df15aa50ac1aaa207a33c7a52b90f8995eaeb1cba34234a9fcb759d4f8f8a3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 28 Mar 2025 01:37:17 +0000 Subject: [PATCH] - Normalize include directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=39 --- python-zope.proxy.changes | 3 ++- python-zope.proxy.spec | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/python-zope.proxy.changes b/python-zope.proxy.changes index d3aedb1..e25bc22 100644 --- a/python-zope.proxy.changes +++ b/python-zope.proxy.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Thu Mar 27 00:40:11 UTC 2025 - Steve Kowalik +Fri Mar 28 01:36:48 UTC 2025 - Steve Kowalik - Normalize metadata directory name. +- Normalize include directory name. ------------------------------------------------------------------- Mon Oct 28 21:51:48 UTC 2024 - Dirk Müller diff --git a/python-zope.proxy.spec b/python-zope.proxy.spec index ac8bb76..cd434a0 100644 --- a/python-zope.proxy.spec +++ b/python-zope.proxy.spec @@ -95,8 +95,8 @@ rm -rf zope.proxy.egg-info %{python_sitearch}/zope_proxy-%{version}.dist-info %files %{python_files devel} -%dir %{python_sysconfig_path include}/zope.proxy -%{python_sysconfig_path include}/zope.proxy/* +%dir %{python_sysconfig_path include}/zope_proxy +%{python_sysconfig_path include}/zope_proxy/* %{python_sitearch}/zope/proxy/proxy.h %endif