Remove needless use of %defattr
This commit is contained in:
parent
ad267a1f59
commit
5a73ebef1f
@ -69,13 +69,11 @@ install -p -m 644 doc/man/*.3 $RPM_BUILD_ROOT/%{_mandir}/man3
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS ChangeLog COPYING README doc/*.png doc/*.html
|
%doc AUTHORS ChangeLog COPYING README doc/*.png doc/*.html
|
||||||
# don't include contents of doc/ directory as it is mostly obsolete
|
# don't include contents of doc/ directory as it is mostly obsolete
|
||||||
%{_libdir}/libglut.so.3*
|
%{_libdir}/libglut.so.3*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_includedir}/GL/*.h
|
%{_includedir}/GL/*.h
|
||||||
%{_libdir}/libglut.so
|
%{_libdir}/libglut.so
|
||||||
%{_libdir}/pkgconfig/freeglut.pc
|
%{_libdir}/pkgconfig/freeglut.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user