summaryrefslogtreecommitdiffstats
path: root/howdy/review-howdy/srpm-unpacked/howdy.spec
diff options
context:
space:
mode:
Diffstat (limited to 'howdy/review-howdy/srpm-unpacked/howdy.spec')
-rw-r--r--howdy/review-howdy/srpm-unpacked/howdy.spec28
1 files changed, 28 insertions, 0 deletions
diff --git a/howdy/review-howdy/srpm-unpacked/howdy.spec b/howdy/review-howdy/srpm-unpacked/howdy.spec
new file mode 100644
index 0000000..215f275
--- /dev/null
+++ b/howdy/review-howdy/srpm-unpacked/howdy.spec
@@ -0,0 +1,28 @@
+Name: howdy
+Version: 1
+Release: 1%{?dist}
+Summary: Say Hello ,Texas style
+
+License: Public Domain
+Source0: howdy
+BuildArch: noarch
+%description
+A simple program to greet the user, Texas style.
+
+%prep
+
+%build
+
+%install
+mkdir -p %{buildroot}/%{_bindir}
+install -p -m 755 %{SOURCE0} %{buildroot}/%{_bindir}
+
+%files
+%{_bindir}/howdy
+
+%changelog
+* Sat May 06 2017 Alejandro Acosta alxacostaa@gmail.com - 1-1
+- Initial Packaging
+
+
+