fixed permissions of egg-info files [release 2.7-2mamba;Sun Jun 17 2018]
This commit is contained in:
parent
c156695c81
commit
de6d19d874
@ -1,6 +1,6 @@
|
|||||||
Name: python-idna
|
Name: python-idna
|
||||||
Version: 2.6
|
Version: 2.7
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Internationalized Domain Names in Applications (IDNA)
|
Summary: Internationalized Domain Names in Applications (IDNA)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -34,11 +34,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
chmod -R +r %{buildroot}%{python_sitearch}/idna-*.egg-info
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 17 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7-2mamba
|
||||||
|
- fixed permissions of egg-info files
|
||||||
|
|
||||||
|
* Sun Jun 17 2018 Automatic Build System <autodist@mambasoft.it> 2.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Aug 20 2017 Automatic Build System <autodist@mambasoft.it> 2.6-1mamba
|
* Sun Aug 20 2017 Automatic Build System <autodist@mambasoft.it> 2.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user