dvhtool/dvhtool.spec.in

41 lines
686 B
RPMSpec

Summary: Tool to manipulate the volume header on SGI Indy
Name: dvhtool
Version: @VERSION@
Release: 1
Exclusivearch: mips
Copyright: GPL
Group: System Environment/Base
Source: dvhtool-%version.tgz
#Patch0: delo-conf.patch
Buildroot: /var/tmp/dvhtool-root
%description
dvhtool is a utility for displaying SGI disk partition and
volume header information as well as for copying files to
and from the volume header.
%prep
%setup -q
#%patch0 -p1
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
#rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%attr(0755,root,root) /usr/sbin/*
%attr(0644,root,root) /usr/share/*
%changelog