Don't define license tag separately for each subpackage
It's sufficient to just have it at the top of the main package.
This commit is contained in:
parent
7b2e75f27c
commit
1ef05bc45e
@ -27,13 +27,11 @@ applications, X servers (rootless or fullscreen) or other display servers.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Common headers for wayland
|
Summary: Common headers for wayland
|
||||||
License: MIT
|
|
||||||
%description devel
|
%description devel
|
||||||
Common headers for wayland
|
Common headers for wayland
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Wayland development documentation
|
Summary: Wayland development documentation
|
||||||
License: MIT
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Obsoletes: wayland < 1.8.91
|
Obsoletes: wayland < 1.8.91
|
||||||
%description doc
|
%description doc
|
||||||
@ -41,25 +39,21 @@ Wayland development documentation
|
|||||||
|
|
||||||
%package -n libwayland-client
|
%package -n libwayland-client
|
||||||
Summary: Wayland client library
|
Summary: Wayland client library
|
||||||
License: MIT
|
|
||||||
%description -n libwayland-client
|
%description -n libwayland-client
|
||||||
Wayland client library
|
Wayland client library
|
||||||
|
|
||||||
%package -n libwayland-cursor
|
%package -n libwayland-cursor
|
||||||
Summary: Wayland cursor library
|
Summary: Wayland cursor library
|
||||||
License: MIT
|
|
||||||
%description -n libwayland-cursor
|
%description -n libwayland-cursor
|
||||||
Wayland cursor library
|
Wayland cursor library
|
||||||
|
|
||||||
%package -n libwayland-server
|
%package -n libwayland-server
|
||||||
Summary: Wayland server library
|
Summary: Wayland server library
|
||||||
License: MIT
|
|
||||||
%description -n libwayland-server
|
%description -n libwayland-server
|
||||||
Wayland server library
|
Wayland server library
|
||||||
|
|
||||||
%package -n libwayland-client-devel
|
%package -n libwayland-client-devel
|
||||||
Summary: Headers and symlinks for developing wayland client applications
|
Summary: Headers and symlinks for developing wayland client applications
|
||||||
License: MIT
|
|
||||||
Requires: libwayland-client%{?_isa} = %{version}-%{release}
|
Requires: libwayland-client%{?_isa} = %{version}-%{release}
|
||||||
Requires: wayland-devel%{?_isa} = %{version}-%{release}
|
Requires: wayland-devel%{?_isa} = %{version}-%{release}
|
||||||
%description -n libwayland-client-devel
|
%description -n libwayland-client-devel
|
||||||
@ -67,7 +61,6 @@ Headers and symlinks for developing wayland client applications.
|
|||||||
|
|
||||||
%package -n libwayland-cursor-devel
|
%package -n libwayland-cursor-devel
|
||||||
Summary: Headers and symlinks for developing wayland cursor applications
|
Summary: Headers and symlinks for developing wayland cursor applications
|
||||||
License: MIT
|
|
||||||
Requires: libwayland-cursor%{?_isa} = %{version}-%{release}
|
Requires: libwayland-cursor%{?_isa} = %{version}-%{release}
|
||||||
Requires: wayland-devel%{?_isa} = %{version}-%{release}
|
Requires: wayland-devel%{?_isa} = %{version}-%{release}
|
||||||
%description -n libwayland-cursor-devel
|
%description -n libwayland-cursor-devel
|
||||||
@ -75,7 +68,6 @@ Headers and symlinks for developing wayland cursor applications.
|
|||||||
|
|
||||||
%package -n libwayland-server-devel
|
%package -n libwayland-server-devel
|
||||||
Summary: Headers and symlinks for developing wayland server applications
|
Summary: Headers and symlinks for developing wayland server applications
|
||||||
License: MIT
|
|
||||||
Requires: libwayland-server%{?_isa} = %{version}-%{release}
|
Requires: libwayland-server%{?_isa} = %{version}-%{release}
|
||||||
Requires: wayland-devel%{?_isa} = %{version}-%{release}
|
Requires: wayland-devel%{?_isa} = %{version}-%{release}
|
||||||
%description -n libwayland-server-devel
|
%description -n libwayland-server-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user