Drop useless %defattr
This commit is contained in:
parent
9a6923ce2a
commit
d0e4478621
@ -1,12 +1,12 @@
|
||||
Summary: X Display Manager Control Protocol library
|
||||
Name: libXdmcp
|
||||
Version: 1.1.2
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?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
|
||||
|
||||
BuildRequires: xorg-x11-util-macros
|
||||
BuildRequires: autoconf automake libtool
|
||||
@ -54,19 +54,20 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
|
||||
%ldconfig_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING ChangeLog Wraphelp.README.crypto
|
||||
%{_libdir}/libXdmcp.so.6
|
||||
%{_libdir}/libXdmcp.so.6.0.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
%{_includedir}/X11/Xdmcp.h
|
||||
%{_libdir}/libXdmcp.so
|
||||
%{_libdir}/pkgconfig/xdmcp.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 1.1.2-11
|
||||
- Drop useless %%defattr
|
||||
|
||||
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.1.2-10
|
||||
- Use ldconfig scriptlet macros
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user