Drop useless %defattr
This commit is contained in:
parent
2dc8eafae8
commit
d1f5dfaf5b
@ -3,12 +3,12 @@
|
||||
Summary: X Athena Widget Set
|
||||
Name: libXaw
|
||||
Version: 1.0.13
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.x.org
|
||||
Group: System Environment/Libraries
|
||||
|
||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(xt)
|
||||
@ -52,7 +52,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%ldconfig_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_pkgdocdir}
|
||||
%{_pkgdocdir}/ChangeLog
|
||||
%{_pkgdocdir}/COPYING
|
||||
@ -62,7 +61,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_libdir}/libXaw7.so.7.0.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/X11/Xaw
|
||||
%{_includedir}/X11/Xaw/*.h
|
||||
# FIXME: Is this C file really supposed to be here?
|
||||
@ -76,6 +74,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
#{_pkgdocdir}/%{name}.txt
|
||||
|
||||
%changelog
|
||||
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 1.0.13-10
|
||||
- Drop useless %%defattr
|
||||
|
||||
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.0.13-9
|
||||
- Use ldconfig scriptlet macros
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user