mirror of https://gitee.com/openkylin/libvirt.git
spec: Use %license when available
This is required by the fedora packaging guidelines: https://fedoraproject.org/wiki/Packaging:LicensingGuidelines This macro isn't available on stock RHEL6 so provide a backcompat definition https://bugzilla.redhat.com/show_bug.cgi?id=1483293 Reported-by: Ville Skyttä <ville.skytta@iki.fi>
This commit is contained in:
parent
6966a8cd18
commit
6cf1475a1c
|
@ -15,6 +15,8 @@
|
||||||
# touch configure.ac or Makefile.am.
|
# touch configure.ac or Makefile.am.
|
||||||
%{!?enable_autotools:%global enable_autotools 0}
|
%{!?enable_autotools:%global enable_autotools 0}
|
||||||
|
|
||||||
|
# RHEL6 doesn't have 'license' macro
|
||||||
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
|
||||||
# The hypervisor drivers that run in libvirtd
|
# The hypervisor drivers that run in libvirtd
|
||||||
%define with_xen 0%{!?_without_xen:1}
|
%define with_xen 0%{!?_without_xen:1}
|
||||||
|
@ -2030,7 +2032,7 @@ exit 0
|
||||||
%attr(0755, root, root) %{_libexecdir}/libvirt-guests.sh
|
%attr(0755, root, root) %{_libexecdir}/libvirt-guests.sh
|
||||||
|
|
||||||
%files libs -f %{name}.lang
|
%files libs -f %{name}.lang
|
||||||
%doc COPYING COPYING.LESSER
|
%license COPYING COPYING.LESSER
|
||||||
%config(noreplace) %{_sysconfdir}/libvirt/libvirt.conf
|
%config(noreplace) %{_sysconfdir}/libvirt/libvirt.conf
|
||||||
%config(noreplace) %{_sysconfdir}/libvirt/libvirt-admin.conf
|
%config(noreplace) %{_sysconfdir}/libvirt/libvirt-admin.conf
|
||||||
%{_libdir}/libvirt.so.*
|
%{_libdir}/libvirt.so.*
|
||||||
|
|
Loading…
Reference in New Issue