Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 01:48:43 -05:00
parent d6e839410c
commit c42cf7d1fe

View File

@ -134,7 +134,6 @@ fi
%postun -n libvirt-gobject -p /sbin/ldconfig %postun -n libvirt-gobject -p /sbin/ldconfig
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root,-)
%doc README COPYING AUTHORS ChangeLog NEWS %doc README COPYING AUTHORS ChangeLog NEWS
%{_libdir}/libvirt-glib-1.0.so.* %{_libdir}/libvirt-glib-1.0.so.*
%if %{with_introspection} %if %{with_introspection}
@ -154,7 +153,6 @@ fi
%endif %endif
%files devel %files devel
%defattr(-,root,root,-)
%doc examples/event-test.c %doc examples/event-test.c
%{_libdir}/libvirt-glib-1.0.so %{_libdir}/libvirt-glib-1.0.so
%{_libdir}/pkgconfig/libvirt-glib-1.0.pc %{_libdir}/pkgconfig/libvirt-glib-1.0.pc
@ -171,7 +169,6 @@ fi
%endif %endif
%files -n libvirt-gconfig-devel %files -n libvirt-gconfig-devel
%defattr(-,root,root,-)
%doc examples/event-test.c %doc examples/event-test.c
%{_libdir}/libvirt-gconfig-1.0.so %{_libdir}/libvirt-gconfig-1.0.so
%{_libdir}/pkgconfig/libvirt-gconfig-1.0.pc %{_libdir}/pkgconfig/libvirt-gconfig-1.0.pc
@ -188,7 +185,6 @@ fi
%endif %endif
%files -n libvirt-gobject-devel %files -n libvirt-gobject-devel
%defattr(-,root,root,-)
%doc examples/event-test.c %doc examples/event-test.c
%{_libdir}/libvirt-gobject-1.0.so %{_libdir}/libvirt-gobject-1.0.so
%{_libdir}/pkgconfig/libvirt-gobject-1.0.pc %{_libdir}/pkgconfig/libvirt-gobject-1.0.pc