Drop unneeded defattr lines
This commit is contained in:
@@ -93,7 +93,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README
|
%doc README
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_bindir}/weston
|
%{_bindir}/weston
|
||||||
@@ -125,7 +124,6 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
|||||||
%{_datadir}/weston/wayland.svg
|
%{_datadir}/weston/wayland.svg
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%dir %{_includedir}/weston
|
%dir %{_includedir}/weston
|
||||||
%{_includedir}/weston/compositor.h
|
%{_includedir}/weston/compositor.h
|
||||||
%{_includedir}/weston/config-parser.h
|
%{_includedir}/weston/config-parser.h
|
||||||
|
|||||||
Reference in New Issue
Block a user