Drop useless %defattr
This commit is contained in:
parent
52c93a9a70
commit
64aa30f6c1
@ -5,7 +5,7 @@
|
||||
Summary: Cursor management library
|
||||
Name: libXcursor
|
||||
Version: 1.1.15
|
||||
Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -76,7 +76,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%ldconfig_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README
|
||||
%{_libdir}/libXcursor.so.1
|
||||
%{_libdir}/libXcursor.so.1.0.2
|
||||
@ -84,7 +83,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_datadir}/icons/default/index.theme
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/X11/Xcursor
|
||||
%{_includedir}/X11/Xcursor/Xcursor.h
|
||||
%if %{with_static}
|
||||
@ -96,6 +94,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_mandir}/man3/Xcursor*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 1.1.15-3
|
||||
- Drop useless %%defattr
|
||||
|
||||
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.1.15-2
|
||||
- Use ldconfig scriptlet macros
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user