add cleanup of empty egg-info dirs [release 0.56.0-2mamba;Sat Oct 31 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 07:06:36 +01:00
parent d31326ee6d
commit 0dec8a2c91

View File

@ -1,6 +1,6 @@
Name: meson
Version: 0.56.0
Release: 1mamba
Release: 2mamba
Summary: The Meson Build System
Group: Development/Tools
Vendor: openmamba
@ -45,6 +45,11 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.meson
%find_lang %{name} || touch %{name}.lang
%posttrans
# cleanup of empty egg-info dirs
find %{python3_sitearch}/*.egg-info -type d -empty -delete > /dev/null || true
:
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -54,6 +59,9 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.meson
%doc COPYING
%changelog
* Sat Oct 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.56.0-2mamba
- add cleanup of empty egg-info dirs
* Fri Oct 30 2020 Automatic Build System <autodist@mambasoft.it> 0.56.0-1mamba
- automatic version update by autodist