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