2 Commits

6 changed files with 41 additions and 25 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d99142afd92576f30b0cd7cb42a8dc6809998bc5d607d88761f512e26c7db20
size 1033297

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEJAk/AW/+hgLvRJu4TI7z2j/TcjAFAmKT/BwACgkQTI7z2j/T
cjDmaAf+Nbi97l7txoMiB67zS6FAuSuWVorWbPpJq0XkWLEojk/29eQS5gImCg8B
knz/icJc+nJ7rhviXzWChL273K1fHnalKZZop4dgxrDhznjfn31HTI0TEgjllusC
otxDk/dJyBIfDyAdO+i3e62byU6iXznoCk7I+xFmddyVfXgDyo82jmAUm/yRDSgz
/rUptIJRtuMxoiyq03H0+cgAHoThAr4MMvp4IyIsomjYSpLc2BnwslwywetlhdFj
+s5wkeZAsL/18EHjEYvx3pqxfM4snLu9P4PI4E9AeqXgGhFR6p332QqlP52EQtRc
5X5r+j0IX9OSiQk3yuXYX2uzGamNSQ==
=iZpO
-----END PGP SIGNATURE-----

3
hello-2.12.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a9a996dc292cc24dcf411cee87e92f6aae5b8d13bd9c6819b4c7a9dce0818ab
size 1168515

11
hello-2.12.2.tar.gz.sig Normal file
View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEJAk/AW/+hgLvRJu4TI7z2j/TcjAFAmgrHtQACgkQTI7z2j/T
cjD5EQgAzGzPrq1EKqBf5X+h6NCqnTM7sGTgB0+NiV+DM19oWtoh6bXwjI1PPf2E
QW7B7Lu9iGZKl+I1sPsIfhEcL64huTO4TbkbvWzpY7Nhatzk89WBxuVg30gNCFOX
2zY6KVquEr04TPP4Lse6nd0s9d4btZig8tKt0EPUivMdVjp+WstZ0SoAdM7FBHYv
/m0+V3Hzlu4uh2V4KgNLw97W1tTLg2gMTQwSOosYNa55E2n1amaFYq1+eTyOaglQ
Hw5PGvOBst6R2/y0fT6ITJ/56h/C7Y79Trc7JXZ34awg9QnpOLAu9cYE5zKazVPJ
O8gH0LhCYZRZwaVJ7bRNC3U06AFL1g==
=9PIt
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 19 19:43:32 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- GNU Hello 2.12.2:
* Update gnulib, and support latest versions of automake and
autoconf
* Remove outdated and irrelevant material from the contrib
directory, which is now itself removed.
-------------------------------------------------------------------
Mon May 30 10:21:23 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@@ -2,6 +2,7 @@
# spec file for package hello
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +20,10 @@
# How to define macros
%define hello echo "hello world"
Name: hello
Version: 2.12.1
Version: 2.12.2
Release: 0
Summary: A Friendly Greeting Program
License: GPL-3.0-or-later
Group: Development/Tools/Other
URL: https://www.gnu.org/software/hello
Source0: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
Source1: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz.sig
@@ -33,12 +33,16 @@ BuildRequires: makeinfo
Provides: mailreader
%description
The GNU hello program produces a familiar, friendly greeting. It
allows nonprogrammers to use a classic computer science tool that would
otherwise be unavailable to them. Because it is protected by the GNU
General Public License, users are free to share and change it.
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.
GNU hello supports many native languages.
In the context of the GNU project, the program demonstrates standard argument
parsing, multi-language support, the GNU coding standards and maintainer
practices.
For openSUSE, this package is a sample package demonstrating some rpm packaging
methods.
%lang_package
@@ -51,7 +55,10 @@ rm -f doc/*.info
%build
export CFLAGS="%{optflags}"
%configure
%configure \
--with-packager='openSUSE project' \
--with-packager-bug-reports='https://bugs.opensuse.org/' \
%{nil}
%if %{do_profiling}
%make_build CFLAGS="$CFLAGS %{cflags_profile_generate}" LDFLAGS="-fprofile-arcs"
%make_build check
@@ -71,9 +78,9 @@ export CFLAGS="%{optflags}"
%files
%license COPYING
%doc TODO NEWS README THANKS ABOUT-NLS
%{_bindir}/*
%{_infodir}/hello.info%{?ext_info}
%{_mandir}/man1/hello.1%{?ext_man}
%{_bindir}/hello
%{_infodir}/*.info%{?ext_info}
%{_mandir}/man1/*.1%{?ext_man}
%files lang -f %{name}.lang
%license COPYING