Use %license only where possible.
This commit is contained in:
parent
4f5288e8a1
commit
9ec775f7da
13
lxc.spec
13
lxc.spec
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
Name: lxc
|
Name: lxc
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: %{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
|
Release: %{?prerel:0.}2%{?prerel:.%{prerel}}%{?dist}
|
||||||
Summary: Linux Resource Containers
|
Summary: Linux Resource Containers
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: LGPLv2+ and GPLv2
|
License: LGPLv2+ and GPLv2
|
||||||
@ -221,7 +221,7 @@ mkdir -p %{buildroot}%{_sharedstatedir}/%{name}
|
|||||||
chmod -x %{buildroot}%{luapkgdir}/lxc.lua
|
chmod -x %{buildroot}%{luapkgdir}/lxc.lua
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_pkgdocdir}
|
mkdir -p %{buildroot}%{_pkgdocdir}
|
||||||
cp -a AUTHORS README %{buildroot}%{_pkgdocdir}
|
cp -a AUTHORS README %{!?_licensedir:COPYING} %{buildroot}%{_pkgdocdir}
|
||||||
mkdir -p %{buildroot}%{_pkgdocdir}/api
|
mkdir -p %{buildroot}%{_pkgdocdir}/api
|
||||||
cp -a doc/api/html/* %{buildroot}%{_pkgdocdir}/api/
|
cp -a doc/api/html/* %{buildroot}%{_pkgdocdir}/api/
|
||||||
|
|
||||||
@ -324,7 +324,11 @@ fi
|
|||||||
%dir %{_pkgdocdir}
|
%dir %{_pkgdocdir}
|
||||||
%{_pkgdocdir}/AUTHORS
|
%{_pkgdocdir}/AUTHORS
|
||||||
%{_pkgdocdir}/README
|
%{_pkgdocdir}/README
|
||||||
|
%if 0%{?_licensedir:1}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
%else
|
||||||
|
%{_pkgdocdir}/COPYING
|
||||||
|
%endif
|
||||||
%if 0%{?with_systemd}
|
%if 0%{?with_systemd}
|
||||||
%{_unitdir}/%{name}.service
|
%{_unitdir}/%{name}.service
|
||||||
%{_unitdir}/%{name}-net.service
|
%{_unitdir}/%{name}-net.service
|
||||||
@ -371,10 +375,15 @@ fi
|
|||||||
# README, AUTHORS and COPYING intentionally duplicated because -doc
|
# README, AUTHORS and COPYING intentionally duplicated because -doc
|
||||||
# can be installed on its own.
|
# can be installed on its own.
|
||||||
%{_pkgdocdir}/*
|
%{_pkgdocdir}/*
|
||||||
|
%if 0%{?_licensedir:1}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 17 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.1-2
|
||||||
|
- Use %%license only where possible.
|
||||||
|
|
||||||
* Tue Mar 17 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.1-1
|
* Tue Mar 17 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.1-1
|
||||||
- Update to 1.1.1.
|
- Update to 1.1.1.
|
||||||
- Add dependency on rsync (rhbz#1177981).
|
- Add dependency on rsync (rhbz#1177981).
|
||||||
|
Loading…
Reference in New Issue
Block a user