add cleanup of empty egg-info dirs [release 0.56.0-2mamba;Sat Oct 31 2020]
This commit is contained in:
parent
d31326ee6d
commit
0dec8a2c91
10
meson.spec
10
meson.spec
@ -1,6 +1,6 @@
|
|||||||
Name: meson
|
Name: meson
|
||||||
Version: 0.56.0
|
Version: 0.56.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The Meson Build System
|
Summary: The Meson Build System
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -45,6 +45,11 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.meson
|
|||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
%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
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -54,6 +59,9 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.meson
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 30 2020 Automatic Build System <autodist@mambasoft.it> 0.56.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user