diff --git a/oeDevPlugin-0.0.1.tar.gz b/oeDevPlugin-0.0.1.tar.gz deleted file mode 100644 index 5ab3edac6a2f7850d1a64004c69ceac4c84dfa8b..0000000000000000000000000000000000000000 Binary files a/oeDevPlugin-0.0.1.tar.gz and /dev/null differ diff --git a/oeDevPlugin-0.0.2.tar.gz b/oeDevPlugin-0.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..956497b64cc4932a83a454f4e32aeafb5cb749c6 Binary files /dev/null and b/oeDevPlugin-0.0.2.tar.gz differ diff --git a/oeDevPlugin-1.0.1.tar.gz b/oeDevPlugin-1.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..eed904e87862dbefe13cc2e6b9f41f8bb7c197ac Binary files /dev/null and b/oeDevPlugin-1.0.1.tar.gz differ diff --git a/oeDevPlugin.spec b/oeDevPlugin.spec index 5ab8f076a2f9008b06c30eaed52235ab5f999ecc..2b485d3d35c4ef2fd7e33a8690b0e42b7716753a 100644 --- a/oeDevPlugin.spec +++ b/oeDevPlugin.spec @@ -1,6 +1,6 @@ Name: oeDevPlugin -Version: 0.0.1 -Release: 1%{?dist} +Version: 1.0.1 +Release: 1 Summary: oeDevPlugin is designed for all developers, based on the widely-used IDE VSCode. License: MulanPSL-2.0 @@ -12,7 +12,8 @@ Source3: %{name}-node_modules_extension-Linux-aarch64.tar.gz Source4: %{name}-node_modules_webview-Linux-aarch64.tar.gz BuildRequires: nodejs -Requires: code +Requires: vscodium +Requires: oegitext %description oeDevPlugin is designed for all developers, based on the widely-used IDE VSCode. It enables developers to quickly participate in openEuler community development by using the VSCode plugin to easily pull code repositories, compile with the AI4C compiler, and invoke EulerMaker with one click. It helps developers seamlessly leverage the openEuler community infrastructure. @@ -33,7 +34,7 @@ tar -xzf %{SOURCE4} -C webview-ui %endif if [ ! -f LICENSE ]; then - echo "MulanPSL-2.0 license file is missing" >&2 + echo "MulanPSL-2.0 license file is missing" >&2 exit 1 fi @@ -42,15 +43,27 @@ npm run build npm run vscode:prepublish %install -mkdir -p %{buildroot}%{_datadir}/code/resources/app/extensions/%{name}-%{version} -mkdir -p %{buildroot}%{_datadir}/code/resources/app/extensions/%{name}-%{version}/webview-ui -cp -r out resource package.json README.md README.en.md LICENSE %{buildroot}%{_datadir}/code/resources/app/extensions/%{name}-%{version} -cp -r webview-ui/build %{buildroot}%{_datadir}/code/resources/app/extensions/%{name}-%{version}/webview-ui/build +mkdir -p %{buildroot}%{_datadir}/vscodium/resources/app/extensions/%{name}-%{version} +mkdir -p %{buildroot}%{_datadir}/vscodium/resources/app/extensions/%{name}-%{version}/webview-ui +cp -r out resource package.json README.md README.en.md LICENSE %{buildroot}%{_datadir}/vscodium/resources/app/extensions/%{name}-%{version} +cp -r webview-ui/build %{buildroot}%{_datadir}/vscodium/resources/app/extensions/%{name}-%{version}/webview-ui/build %files %license LICENSE -%{_datadir}/code/resources/app/extensions/%{name}-%{version} +%{_datadir}/vscodium/resources/app/extensions/%{name}-%{version} %changelog +* Wed Mar 19 2025 2271170409@qq.com - 1.0.1-1 +- 修复部分bug + +* Fri Mar 14 2025 2271170409@qq.com - 1.0.0-1 +- 修复新建PR过程中的bug + +* Wed Mar 12 2025 2271170409@qq.com - 0.0.3-1 +- 适配vscodium相关 + +* Wed Feb 26 2025 2271170409@qq.com - 0.0.2-1 +- 增加PR相关功能 + * Wed Dec 25 2024 gjn_2012@foxmail.com - 0.0.1-1 - Initial RPM release.