summaryrefslogtreecommitdiffstats
path: root/howdy/howdy.spec
blob: 215f2750a3feedbaae65220339156820fa660170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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