Remove needless use of %defattr
This commit is contained in:
parent
5ad3591636
commit
a420a46bd8
1 changed files with 0 additions and 3 deletions
|
|
@ -234,7 +234,6 @@ ruby -Ilib:test:ext/%{gem_name} ./test/run-test.rb \
|
|||
%{nil}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{gem_instdir}
|
||||
%dir %{gem_instdir}/lib/
|
||||
|
||||
|
|
@ -250,13 +249,11 @@ ruby -Ilib:test:ext/%{gem_name} ./test/run-test.rb \
|
|||
%{gem_spec}
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/pkgconfig/ruby-%{gem_name}.pc
|
||||
%{header_dir}/rb-pango.h
|
||||
%{header_dir}/rb-pango-conversions.h
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%{gem_dir}/doc/%{gem_name}-%{version}
|
||||
%exclude %{gem_instdir}/Rakefile
|
||||
%{gem_instdir}/test/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue