diff options
| author | CoprDistGit <infra@openeuler.org> | 2025-02-16 13:16:17 +0000 | 
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2025-02-16 13:16:17 +0000 | 
| commit | cfaf900a953c5f897af0ce07c1f71833e6dfb4db (patch) | |
| tree | d810a5e0a3a82632620ced56bdb0d629bdbd6161 | |
| parent | 4fec18505fd8922a9a855a95e7f6f471237e76fa (diff) | |
automatic import of hello-cangjie-eur
| -rw-r--r-- | hello_cangjie_eur.spec | 11 | 
1 files changed, 10 insertions, 1 deletions
| diff --git a/hello_cangjie_eur.spec b/hello_cangjie_eur.spec index 8ed24c2..47cf4d7 100644 --- a/hello_cangjie_eur.spec +++ b/hello_cangjie_eur.spec @@ -1,6 +1,6 @@  Name:           hello-cangjie-eur  Version:        0.0.8 -Release:        7%{?dist} +Release:        8%{?dist}  Summary:        Cangjie Eur demo.  License:        MIT  Source:         https://github.com/stevending1st/%{name}/archive/refs/tags/v%{version}.tar.gz @@ -53,6 +53,15 @@ cjpm install --root %{_buildrootdir}/%{name}-%{version}-%{release}.%{_arch}  %clean  rm -rf %{buildroot} +%pre +echo "================================" +echo $HOME/.bashrc +cat $HOME/.bashrc +echo "================================" +echo "source %{_libdir}/cangjie/envsetup.sh" >> $HOME/.bashrc +cat $HOME/.bashrc +echo "================================" +source $HOME/.bashrc  %post  for user_dir in /home/* | 
