Remove needless use of %defattr
This commit is contained in:
parent
61569d8105
commit
89c61e1cd6
@ -38,7 +38,6 @@ rm -vf %{buildroot}%{_libdir}/*.{a,la}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%doc AUTHORS
|
||||
@ -46,7 +45,6 @@ rm -vf %{buildroot}%{_libdir}/*.{a,la}
|
||||
%{_libdir}/libpcaudio.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libpcaudio.so
|
||||
%dir %{_includedir}/%{name}
|
||||
%{_includedir}/%{name}/audio.h
|
||||
|
||||
Loading…
Reference in New Issue
Block a user