Drop useless %defattr
This commit is contained in:
parent
0eaf6ce822
commit
31b4518666
@ -1,12 +1,12 @@
|
||||
Summary: X Composite Extension library
|
||||
Name: libXcomposite
|
||||
Version: 0.4.4
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?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
|
||||
@ -41,19 +41,20 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%ldconfig_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README ChangeLog
|
||||
%{_libdir}/libXcomposite.so.1
|
||||
%{_libdir}/libXcomposite.so.1.0.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/X11/extensions/Xcomposite.h
|
||||
%{_libdir}/libXcomposite.so
|
||||
%{_libdir}/pkgconfig/xcomposite.pc
|
||||
%{_mandir}/man3/X?omposite*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 0.4.4-14
|
||||
- Drop useless %%defattr
|
||||
|
||||
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 0.4.4-13
|
||||
- Use ldconfig scriptlet macros
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user