Name: hello
Summary: Simple Example for RPM Building DEMO
Version: 0.1
Release: 1
Copyright: OpenSource
Group: Extensions/Chinese
Source: hello.tar.gz
Packager: arbour wang
%description
This package is used as a demo for rpm building only.
%changelog
*Tue Oct 19 2004 Arbour Wang
-build for the first time.
%prep
%setup
%build
make hello
%install
install -m 755 hello /usr/local/bin/hello
%files
%doc readme
/usr/local/bin/hello