diff options
author | CoprDistGit <infra@openeuler.org> | 2025-01-13 02:15:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-01-13 02:15:50 +0000 |
commit | 14f31eb5979adbe7a5944624c6208c887e6faf24 (patch) | |
tree | 025fb3e9018a879e8b65474bf52e49c48381884f | |
parent | 8e5a812fa4d8ee63caed6ebf62e081bc417e3734 (diff) |
automatic import of helloopeneuler24.03_LTS
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | hello.spec | 48 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 50 insertions, 0 deletions
@@ -0,0 +1 @@ +/hello-2.12.1.tar.gz diff --git a/hello.spec b/hello.spec new file mode 100644 index 0000000..b764ae0 --- /dev/null +++ b/hello.spec @@ -0,0 +1,48 @@ +Name: hello +Version: 2.12.1 +Release: 1 +Summary: a test tool + +License: GPL-3.0-or-later +URL: http://www.gnu.org/software/hello/ +Source0: http://ftp.gnu.org/gnu/hello/hello-2.12.1.tar.gz + +BuildRequires: gcc make patch +Requires: glibc + +%description +The GNU Hello program produces a familiar, friendly greeting. +Yes, this is another implementation of the classic program that prints “Hello, world!” when you run it. + + +%prep +%autosetup + + +%build +%configure +%make_build + + +%install +rm -rf $RPM_BUILD_ROOT +%make_install + + +%files +#%license add-license-file-here +%doc README +%{_bindir}/hello +%{_datarootdir}/* + + + +%changelog +* Thu Jul 28 2022 hkgy <kaguyahatu@outlook.com> - 2.12.1-1 +- update to 2.12.1 + +* Wed May 11 2022 liukuo <liukuo@kylinos.cn> - 2.10-2 +- Change the license to "GPL-3.0-or-later" + +* Thu Jul 16 2020 overweight <hexiaowen@huawei.com> 2.10-1 +- package init @@ -0,0 +1 @@ +5cf598783b9541527e17c9b5e525b7eb hello-2.12.1.tar.gz |