Remove needless use of %defattr
This commit is contained in:
parent
6482d749ee
commit
addf0adad3
@ -71,7 +71,6 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc README COPYING AUTHORS TODO
|
||||
%{_bindir}/fprintd-*
|
||||
%{_libexecdir}/fprintd
|
||||
@ -85,12 +84,10 @@ fi
|
||||
%{_mandir}/man1/fprintd.1.gz
|
||||
|
||||
%files pam
|
||||
%defattr(-,root,root,-)
|
||||
%doc pam/README
|
||||
/%{_lib}/security/pam_fprintd.so
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/gtk-doc/
|
||||
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Device.xml
|
||||
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user