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 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 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 0000000000000000000000000000000000000000..d561116d853129883ef1370a6fc39059ebc5e493 --- /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