Drop useless %defattr
This commit is contained in:
parent
561fe3c69b
commit
59f5e50e25
@ -1,12 +1,12 @@
|
||||
Summary: Sample Authorization Protocol for X
|
||||
Name: libXau
|
||||
Version: 1.0.8
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
|
||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
#Patch0: xau-1.0.4-local.patch
|
||||
|
||||
@ -58,19 +58,20 @@ make check
|
||||
%ldconfig_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README ChangeLog
|
||||
%{_libdir}/libXau.so.6
|
||||
%{_libdir}/libXau.so.6.0.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/X11/Xauth.h
|
||||
%{_libdir}/libXau.so
|
||||
%{_libdir}/pkgconfig/xau.pc
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 1.0.8-13
|
||||
- Drop useless %%defattr
|
||||
|
||||
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.0.8-12
|
||||
- Use ldconfig scriptlet macros
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user