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.
This commit is contained in:
Kalev Lember 2015-08-22 23:24:15 +02:00
parent 7102ce16e1
commit a750423a9c

View File

@ -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