From 96312b6be636032c54c74f47ee449437a14a95e5 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 4 Mar 2023 15:36:08 +0000 Subject: automatic import of ceph-dashboard-language --- .gitignore | 1 + ceph-dashboard-language.spec | 24 ++++++++++++++++++++++++ sources | 1 + 3 files changed, 26 insertions(+) create mode 100644 ceph-dashboard-language.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..6449f35 100644 --- a/.gitignore +++ b/.gitignore @@ -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/* diff --git a/sources b/sources new file mode 100644 index 0000000..2b5d278 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +f470675ad1b3d0f911ad19f9a69e2721 dist.tar.gz -- cgit v1.2.3