blob: a8f0466e8cdf24b7c90024121eb3c4ed94169996 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Name: ceph-dashboard-language
Version: 16.2.7
Release: 1
Summary: The ceph-dashboard-language is base on ceph 16.2.7 to support multi-language
Group: Applications/System
License: LGPL-2.1-only and LGPL-3.0-only and CC-BY-SA-3.0 and GPL-2.0-only and GPL-2.0-or-later and BSL-1.0 and BSD-3-Clause and MIT
URL: https://gitee.com/src-openeuler/ceph
Source0: dist.tar.gz
BuildArch: noarch
%description
The ceph-dashboard-language is base on ceph 16.2.7 to support multi-language.
It is update to /usr/share/ceph/mgr/dashboard/frontend/dist.
%prep
%setup -q -c -n %{name}
%install
# install ceph mgr dashboard support multi-language
mkdir -p %{buildroot}%{_datadir}/ceph/mgr/dashboard/frontend/
cp -r dist %{buildroot}%{_datadir}/ceph/mgr/dashboard/frontend/
%files
%{_datadir}/ceph/mgr/dashboard/frontend/dist/*
|