Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
626d5358a0 |
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 1 16:05:54 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Make it compatible with older setuptools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 28 01:36:48 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Normalize metadata directory name.
|
||||||
|
- Normalize include directory name.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 21:51:48 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Mon Oct 28 21:51:48 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.proxy
|
# spec file for package python-zope.proxy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -92,11 +92,11 @@ rm -rf zope.proxy.egg-info
|
|||||||
%exclude %{python_sitearch}/zope/proxy/proxy.h
|
%exclude %{python_sitearch}/zope/proxy/proxy.h
|
||||||
%{python_sitearch}/zope/proxy
|
%{python_sitearch}/zope/proxy
|
||||||
%{python_sitearch}/zope.proxy-%{version}-py*-nspkg.pth
|
%{python_sitearch}/zope.proxy-%{version}-py*-nspkg.pth
|
||||||
%{python_sitearch}/zope.proxy-%{version}.dist-info
|
%{python_sitearch}/zope[_.]proxy-%{version}.dist-info
|
||||||
|
|
||||||
%files %{python_files devel}
|
%files %{python_files devel}
|
||||||
%dir %{python_sysconfig_path include}/zope.proxy
|
%dir %{python_sysconfig_path include}/zope_proxy
|
||||||
%{python_sysconfig_path include}/zope.proxy/*
|
%{python_sysconfig_path include}/zope_proxy/*
|
||||||
%{python_sitearch}/zope/proxy/proxy.h
|
%{python_sitearch}/zope/proxy/proxy.h
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user