Use %license tag for licesnse files.
This commit is contained in:
parent
4ac4752d98
commit
358862a0a5
1 changed files with 14 additions and 14 deletions
28
ruby.spec
28
ruby.spec
|
|
@ -714,22 +714,22 @@ make check TESTS="-v $DISABLE_TESTS"
|
|||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc BSDL
|
||||
%doc COPYING
|
||||
%lang(ja) %doc COPYING.ja
|
||||
%doc GPL
|
||||
%doc LEGAL
|
||||
%license BSDL
|
||||
%license COPYING
|
||||
%lang(ja) %license COPYING.ja
|
||||
%license GPL
|
||||
%license LEGAL
|
||||
%{_bindir}/erb
|
||||
%{_bindir}/%{name}%{?with_rubypick:-mri}
|
||||
%{_mandir}/man1/erb*
|
||||
%{_mandir}/man1/ruby*
|
||||
|
||||
%files devel
|
||||
%doc BSDL
|
||||
%doc COPYING
|
||||
%lang(ja) %doc COPYING.ja
|
||||
%doc GPL
|
||||
%doc LEGAL
|
||||
%license BSDL
|
||||
%license COPYING
|
||||
%lang(ja) %license COPYING.ja
|
||||
%license GPL
|
||||
%license LEGAL
|
||||
|
||||
%{_rpmconfigdir}/macros.d/macros.ruby
|
||||
|
||||
|
|
@ -738,10 +738,10 @@ make check TESTS="-v $DISABLE_TESTS"
|
|||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%files libs
|
||||
%doc COPYING
|
||||
%lang(ja) %doc COPYING.ja
|
||||
%doc GPL
|
||||
%doc LEGAL
|
||||
%license COPYING
|
||||
%lang(ja) %license COPYING.ja
|
||||
%license GPL
|
||||
%license LEGAL
|
||||
%doc README.md
|
||||
%doc NEWS
|
||||
# Exclude /usr/local directory since it is supposed to be managed by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue