summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-01-13 02:15:50 +0000
committerCoprDistGit <infra@openeuler.org>2025-01-13 02:15:50 +0000
commit14f31eb5979adbe7a5944624c6208c887e6faf24 (patch)
tree025fb3e9018a879e8b65474bf52e49c48381884f
parent8e5a812fa4d8ee63caed6ebf62e081bc417e3734 (diff)
automatic import of helloopeneuler24.03_LTS
-rw-r--r--.gitignore1
-rw-r--r--hello.spec48
-rw-r--r--sources1
3 files changed, 50 insertions, 0 deletions
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 <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
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