Drop useless %%defattr

f38
Adam Jackson 6 years ago
parent eead748c4b
commit 915007cb9b

@ -209,7 +209,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
%postun -p /sbin/ldconfig
%files
%defattr(-, root, root, -)
%doc AUTHORS COPYING COPYING.LIB NEWS README
%{_bindir}/gnomevfs-*
%{_libexecdir}/gnome-vfs-daemon
@ -247,7 +246,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
%{_sysconfdir}/gconf/schemas/*.schemas
%files devel
%defattr(-, root, root,-)
%{_libdir}/libgnomevfs-2.so
%{_libdir}/pkgconfig/gnome-vfs-2.0.pc
%{_libdir}/pkgconfig/gnome-vfs-module-2.0.pc
@ -257,7 +255,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
%{_datadir}/gtk-doc/html/gnome-vfs-2.0/
%files smb
%defattr(-, root, root,-)
%{_libdir}/gnome-vfs-2.0/modules/libsmb.so
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf

Loading…
Cancel
Save