This commit is contained in:
parent
2b21850413
commit
c384d2aca6
11
mpv.spec
11
mpv.spec
@ -277,8 +277,8 @@ sed -i -e '1d' %{buildroot}%{_datadir}/bash-completion/completions/mpv
|
|||||||
%postun -n %{lname} -p /sbin/ldconfig
|
%postun -n %{lname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license LICENSE
|
||||||
%doc Copyright LICENSE README.md RELEASE_NOTES
|
%doc Copyright README.md RELEASE_NOTES
|
||||||
%doc %{_defaultdocdir}/%{name}/input.conf
|
%doc %{_defaultdocdir}/%{name}/input.conf
|
||||||
%doc %{_defaultdocdir}/%{name}/mplayer-input.conf
|
%doc %{_defaultdocdir}/%{name}/mplayer-input.conf
|
||||||
%doc %{_defaultdocdir}/%{name}/mpv.conf
|
%doc %{_defaultdocdir}/%{name}/mpv.conf
|
||||||
@ -294,20 +294,17 @@ sed -i -e '1d' %{buildroot}%{_datadir}/bash-completion/completions/mpv
|
|||||||
%{_mandir}/man?/%{name}.?%{?ext_man}
|
%{_mandir}/man?/%{name}.?%{?ext_man}
|
||||||
|
|
||||||
%files zsh-completion
|
%files zsh-completion
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_datadir}/zsh/site-functions/_mpv
|
%{_datadir}/zsh/site-functions/_mpv
|
||||||
|
|
||||||
%files bash-completion
|
%files bash-completion
|
||||||
%defattr(-,root,root)
|
%license mpv-bash-completion-%{_mbc_ver}/LICENSE
|
||||||
%doc mpv-bash-completion-%{_mbc_ver}/LICENSE mpv-bash-completion-%{_mbc_ver}/README.mkd
|
%doc mpv-bash-completion-%{_mbc_ver}/README.mkd
|
||||||
%{_datadir}/bash-completion/completions/mpv
|
%{_datadir}/bash-completion/completions/mpv
|
||||||
|
|
||||||
%files -n %{lname}
|
%files -n %{lname}
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/%{name}/
|
%{_includedir}/%{name}/
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user