diff options
Diffstat (limited to 'lssbus.spec')
| -rw-r--r-- | lssbus.spec | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lssbus.spec b/lssbus.spec new file mode 100644 index 0000000..6901ed6 --- /dev/null +++ b/lssbus.spec @@ -0,0 +1,32 @@ +Name: lssbus +Version: 0.1 +Release: 1 +Summary: Simple utility to list sbus/ebus devices +License: GPL +Group: Applications/System +URL: http://people.redhat.com/tcallawa/lssbus +Source: %name-%version.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-root +ExclusiveArch: sparc + +%description +lssbus is a simple Linux/SPARC utility to list sbus/ebus devices. +There is no rocket science here. + +%prep +%setup -q + +%build +CFLAGS="$RPM_OPT_FLAGS" \ +make + +%install +make install DESTDIR=$RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +/usr/sbin/lssbus + +%changelog +* Wed Apr 7 2004 Tom "spot" Callaway <tcallawa@redhat.com> +- initial rpm |
