Remove unnecessary defattr
This commit is contained in:
parent
b1b371fffa
commit
64a8246c39
@ -66,13 +66,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%{_libdir}/libXi.so.6
|
||||
%{_libdir}/libXi.so.6.1.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/X11/extensions/XInput.h
|
||||
%{_includedir}/X11/extensions/XInput2.h
|
||||
%{_libdir}/libXi.so
|
||||
@ -80,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 28 2016 Peter Hutterer <peter.hutterer@redhat.com>
|
||||
- Remove unnecessary defattr
|
||||
|
||||
* Tue Jan 05 2016 Peter Hutterer <peter.hutterer@redhat.com>
|
||||
- Drop the optional disable-static, it's been disabled for years now.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user