diff options
Diffstat (limited to 'ceph-dashboard-language.spec')
-rw-r--r-- | ceph-dashboard-language.spec | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ceph-dashboard-language.spec b/ceph-dashboard-language.spec new file mode 100644 index 0000000..a8f0466 --- /dev/null +++ b/ceph-dashboard-language.spec @@ -0,0 +1,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/* |