Remove unnecessary defattr
This commit is contained in:
parent
6a3e924949
commit
690007eece
@ -27,13 +27,15 @@ make %{?_smp_mflags}
|
|||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING ChangeLog
|
%doc COPYING ChangeLog
|
||||||
%{_datadir}/aclocal/xorg-macros.m4
|
%{_datadir}/aclocal/xorg-macros.m4
|
||||||
%{_datadir}/pkgconfig/xorg-macros.pc
|
%{_datadir}/pkgconfig/xorg-macros.pc
|
||||||
%{_datadir}/util-macros
|
%{_datadir}/util-macros
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 28 2016 Peter Hutterer <peter.hutterer@redhat.com>
|
||||||
|
- Remove unnecessary defattr
|
||||||
|
|
||||||
* Wed Jan 20 2016 Peter Hutterer <peter.hutterer@redhat.com>
|
* Wed Jan 20 2016 Peter Hutterer <peter.hutterer@redhat.com>
|
||||||
- s/define/global/
|
- s/define/global/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user