diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-03-04 15:36:08 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-03-04 15:36:08 +0000 |
commit | 96312b6be636032c54c74f47ee449437a14a95e5 (patch) | |
tree | 88a34fd6143ffd59de50074bc87ad2afef88e8ea | |
parent | 4a8842580da1da5f085972bec32a20bf1345622c (diff) |
automatic import of ceph-dashboard-languageopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | ceph-dashboard-language.spec | 24 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 26 insertions, 0 deletions
@@ -0,0 +1 @@ +/dist.tar.gz 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/* @@ -0,0 +1 @@ +f470675ad1b3d0f911ad19f9a69e2721 dist.tar.gz |