summaryrefslogtreecommitdiffstats
path: root/lssbus.spec
blob: 6901ed6a5afc51dbd15fd6d2ac48be8c58da3812 (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
29
30
31
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