Remove needless use of %defattr
This commit is contained in:
parent
175c84d54c
commit
6a595f47be
@ -124,7 +124,6 @@ rm -rf $RPM_BUILD_ROOT%{python_sitearch}/mercurial/locale
|
|||||||
grep -v locale %{name}-base.files > %{name}-base-filtered.files
|
grep -v locale %{name}-base.files > %{name}-base-filtered.files
|
||||||
|
|
||||||
%files -f %{name}-base-filtered.files -f hg.lang
|
%files -f %{name}-base-filtered.files -f hg.lang
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html *.cgi contrib/*.fcgi contrib/*.wsgi
|
%doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html *.cgi contrib/*.fcgi contrib/*.wsgi
|
||||||
%doc %attr(644,root,root) %{_mandir}/man?/hg*.gz
|
%doc %attr(644,root,root) %{_mandir}/man?/hg*.gz
|
||||||
%doc %attr(644,root,root) contrib/*.svg
|
%doc %attr(644,root,root) contrib/*.svg
|
||||||
@ -143,7 +142,6 @@ grep -v locale %{name}-base.files > %{name}-base-filtered.files
|
|||||||
%config(noreplace) %{_sysconfdir}/mercurial/hgrc.d/certs.rc
|
%config(noreplace) %{_sysconfdir}/mercurial/hgrc.d/certs.rc
|
||||||
|
|
||||||
%files hgk -f %{name}-hgk.files
|
%files hgk -f %{name}-hgk.files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libexecdir}/mercurial/
|
%{_libexecdir}/mercurial/
|
||||||
%{_sysconfdir}/mercurial/hgrc.d/hgk.rc
|
%{_sysconfdir}/mercurial/hgrc.d/hgk.rc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user