summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2023-03-04 15:36:08 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2023-03-04 15:36:08 +0000
commit96312b6be636032c54c74f47ee449437a14a95e5 (patch)
tree88a34fd6143ffd59de50074bc87ad2afef88e8ea
parent4a8842580da1da5f085972bec32a20bf1345622c (diff)
automatic import of ceph-dashboard-languageopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--ceph-dashboard-language.spec24
-rw-r--r--sources1
3 files changed, 26 insertions, 0 deletions
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