From f15ff1d38b79489d59daf0efd2ae93f06e2e2411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=2E=E9=AB=98?= <1772525701@qq.com> Date: Tue, 29 Aug 2023 07:07:35 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20gao13213833671?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gao13213833671/.keep" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "\346\236\204\345\273\272\344\273\273\345\212\241\347\273\223\346\236\234\345\272\223/gao13213833671/.keep" diff --git "a/\346\236\204\345\273\272\344\273\273\345\212\241\347\273\223\346\236\234\345\272\223/gao13213833671/.keep" "b/\346\236\204\345\273\272\344\273\273\345\212\241\347\273\223\346\236\234\345\272\223/gao13213833671/.keep" new file mode 100644 index 0000000..e69de29 -- Gitee From 7a617d2682178cb2ac4831fb5390a39e39aa6887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=2E=E9=AB=98?= <1772525701@qq.com> Date: Tue, 29 Aug 2023 07:09:54 +0000 Subject: [PATCH 2/2] =?UTF-8?q?#I5CYEP=20add=20=E6=9E=84=E5=BB=BA=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=BB=93=E6=9E=9C=E5=BA=93/gao13213833671/opengnb.spe?= =?UTF-8?q?c.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mr.高 <1772525701@qq.com> --- .../gao13213833671/opengnb.spec" | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 "\346\236\204\345\273\272\344\273\273\345\212\241\347\273\223\346\236\234\345\272\223/gao13213833671/opengnb.spec" diff --git "a/\346\236\204\345\273\272\344\273\273\345\212\241\347\273\223\346\236\234\345\272\223/gao13213833671/opengnb.spec" "b/\346\236\204\345\273\272\344\273\273\345\212\241\347\273\223\346\236\234\345\272\223/gao13213833671/opengnb.spec" new file mode 100644 index 0000000..d561116 --- /dev/null +++ "b/\346\236\204\345\273\272\344\273\273\345\212\241\347\273\223\346\236\234\345\272\223/gao13213833671/opengnb.spec" @@ -0,0 +1,37 @@ +Name: opengnb +Version: 1.0 +Release: 1%{?dist} +Summary: opengnb + +License: GPL +URL: https://gitee.com/jackwl/opengnb +Source0: opengnb.tgz + +BuildRequires: gcc +Requires: gcc + +%description + +%global debug_package %{nil} + +%prep +%autosetup + + +%build + +## echo '%debug_package %{nil}' >> ~/.rpmmacros + +make -f Makefile.linux + +%install +make -f Makefile.linux install DESTDIR=%{buildroot} + + +%files +/ + + +%changelog +* Fri Jul 29 2022 jack +- \ No newline at end of file -- Gitee