Drop useless %defattr
This commit is contained in:
parent
5556a3c3cd
commit
e931042943
@ -5,7 +5,7 @@
|
||||
Summary: X.Org X11 libXrandr runtime library
|
||||
Name: libXrandr
|
||||
Version: 1.5.1
|
||||
Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -58,13 +58,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%ldconfig_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING
|
||||
%{_libdir}/libXrandr.so.2
|
||||
%{_libdir}/libXrandr.so.2.2.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/X11/extensions/Xrandr.h
|
||||
%{_libdir}/libXrandr.so
|
||||
%{_libdir}/pkgconfig/xrandr.pc
|
||||
@ -72,6 +70,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 1.5.1-7git}
|
||||
- Drop useless %%defattr
|
||||
|
||||
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.5.1-6
|
||||
- Use ldconfig scriptlet macros
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user