From a750423a9ca646d3377bc74a1d590d36c71e456e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 22 Aug 2015 23:24:15 +0200 Subject: [PATCH] Drop defattr lines This causes the .so file permissions to change so that they get the executable bits, but that's just like in vast majority of other packages and shouldn't be an issue. --- pygobject3.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pygobject3.spec b/pygobject3.spec index 6a77e98..5032d61 100644 --- a/pygobject3.spec +++ b/pygobject3.spec @@ -183,11 +183,9 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1 %endif # with_check %files -n python-gobject -%defattr(644, root, root, 755) %{python_sitearch}/gi/_gi_cairo.so %files -n python-gobject-base -%defattr(644, root, root, 755) %license COPYING %doc AUTHORS NEWS README %dir %{python_sitearch}/gi @@ -198,11 +196,9 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1 %if 0%{?with_python3} %files -n python3-gobject -%defattr(644, root, root, 755) %{python3_sitearch}/gi/_gi_cairo*.so %files -n python3-gobject-base -%defattr(644, root, root, 755) %license COPYING %doc AUTHORS NEWS README %dir %{python3_sitearch}/gi @@ -213,7 +209,6 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1 %endif # with_python3 %files devel -%defattr(644, root, root, 755) %doc _docs/* %dir %{_includedir}/pygobject-3.0/ %{_includedir}/pygobject-3.0/pygobject.h