From b9f981a01c956e4970f10fd9ed5d45a75af0617a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:35:39 +0100 Subject: [PATCH] fix info files permissions [release 0.10.7-2mamba;Sat May 05 2018] --- python-rope.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/python-rope.spec b/python-rope.spec index b89d71a..3a113d1 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -1,6 +1,6 @@ Name: python-rope Version: 0.10.7 -Release: 1mamba +Release: 2mamba Summary: A python refactoring library Group: System/Libraries Vendor: openmamba @@ -35,16 +35,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +chmod -R +r %{buildroot}%{python_sitearch}/rope-%{version}-py*.egg-info + %files -f %{name}.filelist %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so %doc COPYING -## note: eventually add the remaining documents (if any) -# %doc README.rst %changelog +* Sat May 05 2018 Silvan Calarco 0.10.7-2mamba +- fix info files permissions + * Tue May 01 2018 Automatic Build System 0.10.7-1mamba - automatic version update by autodist