File hello.spec of Package hello
BuildRequires: gcc-c++
Name: hello
License: GPL
Group: Development/Languages/Other
Version: 1.0.0
Release: 1
Summary: A Hello World Program
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A Hello World program designed to take over the World. :)
%prep
%setup -q
%build
make
%install
make INSTALL_ROOT=%buildroot install
%files
%defattr(-,root,root)
/usr/bin/hello
%changelog
* Thu May 14 2009 - franklin.chua@gmail.com
- Hello World version 1.