From 79e1725404715916723473bbd079bad805a02eff Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 23 Feb 2025 13:44:13 +0000 Subject: automatic import of fc --- fc-1.0.0.tar.gz | 80 +++++++++++++++++++++++++++++++++++++++ fc.spec | 12 ++++-- v1.0.0.tar.gz | 115 -------------------------------------------------------- 3 files changed, 89 insertions(+), 118 deletions(-) create mode 100644 fc-1.0.0.tar.gz delete mode 100644 v1.0.0.tar.gz diff --git a/fc-1.0.0.tar.gz b/fc-1.0.0.tar.gz new file mode 100644 index 0000000..b356c69 --- /dev/null +++ b/fc-1.0.0.tar.gz @@ -0,0 +1,80 @@ + + + + + + + + + + + Authing + + + + + + + + + + + + +
+
+ + loading + +
+
+ + + + + + + + diff --git a/fc.spec b/fc.spec index f91425d..453b2f4 100644 --- a/fc.spec +++ b/fc.spec @@ -12,7 +12,7 @@ Summary: %{pkg_summary} License: MulanPSL2 URL: https://atomgit.com/openeulercompetitioninfo/meiyoumingzi -Source: %{url}/archive/refs/tags/v%{version}.tar.gz +Source0: https://atomgit.com/openeulercompetitioninfo/meiyoumingzi/repository/archive.tar.gz?ref=master#/%{pkg_name}-%{pkg_version}.tar.gz BuildRequires: wget BuildRequires: gcc @@ -37,12 +37,18 @@ cjc -v cjpm build %install +mkdir -p %{buildroot}/%{_bindir} +mkdir -p %{buildroot}/usr/lib/ +%{__install} -m 755 %{_builddir}/target/release/bin/main %{buildroot}/%{_bindir}/ +%{__install} -m 755 %{_builddir}/cangjie/runtime/lib/linux_x86_64_llvm/libcangjie-runtime.so %{buildroot}/usr/lib/ +%{__install} -m 755 %{_builddir}/cangjie/runtime/lib/linux_x86_64_llvm/libsecurec.so %{buildroot}/usr/lib/ %files -n %{pkg_name} -%license LICENSE* +%license license* %doc README* - +%{_bindir}/main +/usr/lib/* %changelog * Sun Feb 23 2025 YunShu diff --git a/v1.0.0.tar.gz b/v1.0.0.tar.gz deleted file mode 100644 index 69fa662..0000000 --- a/v1.0.0.tar.gz +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - AtomGit_开放原子开源基金会代码托管平台-AtomGit - - - - - - - - - - - - -
- - - - - -- cgit v1.2.3