From 14f31eb5979adbe7a5944624c6208c887e6faf24 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 13 Jan 2025 02:15:50 +0000 Subject: automatic import of hello --- .gitignore | 1 + hello.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 50 insertions(+) create mode 100644 hello.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..3beba5a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 2.12.1-1 +- update to 2.12.1 + +* Wed May 11 2022 liukuo - 2.10-2 +- Change the license to "GPL-3.0-or-later" + +* Thu Jul 16 2020 overweight 2.10-1 +- package init diff --git a/sources b/sources new file mode 100644 index 0000000..7398ac2 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +5cf598783b9541527e17c9b5e525b7eb hello-2.12.1.tar.gz -- cgit v1.2.3