From 4bfa8e1683d0622c9150d601c67148d248b2dfac Mon Sep 17 00:00:00 2001 From: Eduardo Navarro Date: Mon, 26 Sep 2022 13:23:14 +0200 Subject: [PATCH] Add hello_world.spec --- hello_world.spec | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 hello_world.spec diff --git a/hello_world.spec b/hello_world.spec new file mode 100644 index 0000000..8f558af --- /dev/null +++ b/hello_world.spec @@ -0,0 +1,28 @@ +Name: hello_world +Version: 7 +Release: 1 +Summary: Most simple RPM package +License: MIT + +%description +This is my first RPM package, which does nothing. + +%prep +# we have no source, so nothing here + +%build +cat > hello_world.sh <