auto-import changelog data from mt-st-0.6-1.src.rpm
Tue Apr 24 2001 Than Ngo <than@redhat.com> - update to 0.6, supports all ioctls up to kernel 2.4.0
This commit is contained in:
parent
364f603090
commit
13d553fdbf
@ -1 +1 @@
|
||||
mt-st-0.5b.tar.gz
|
||||
mt-st-0.6.tar.gz
|
||||
|
||||
23
mt-st.spec
23
mt-st.spec
@ -1,13 +1,11 @@
|
||||
Summary: Install mt-st if you need a tool to control tape drives.
|
||||
Name: mt-st
|
||||
Version: 0.5b
|
||||
Release: 11
|
||||
Version: 0.6
|
||||
Release: 1
|
||||
Copyright: BSD
|
||||
Group: Applications/System
|
||||
Source: ftp://metalab.unc.edu/pub/Linux/system/backup/mt-st-%{version}.tar.gz
|
||||
Patch0: mt-st-buildroot.patch
|
||||
Patch1: mt-st-0.5b-datcomp.patch
|
||||
Patch2: mt-st-0.5b-jbj.patch
|
||||
Patch0: mt-st-0.6-redhat.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
%description
|
||||
@ -19,31 +17,30 @@ Install mt-st if you need a tool to manage tape drives.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .buildroot
|
||||
%patch1 -p1 -b .datcomp
|
||||
%patch2 -p1 -b .jbj
|
||||
%patch0 -p1 -b .redhat
|
||||
|
||||
%build
|
||||
make CFLAGS="$RPM_OPT_FLAGS -Wall" MANDIR=%{_mandir}
|
||||
make CFLAGS="$RPM_OPT_FLAGS -Wall"
|
||||
|
||||
%install
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
mkdir -p ${RPM_BUILD_ROOT}/{bin,sbin}
|
||||
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man{1,8}
|
||||
|
||||
make install MANDIR=${RPM_BUILD_ROOT}%{_mandir}
|
||||
make install mandir=%{_mandir}
|
||||
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README README.stinit mt-st-0.5b.lsm stinit.def.examples
|
||||
%doc COPYING README README.stinit mt-st-0.* stinit.def.examples
|
||||
/bin/mt
|
||||
/sbin/stinit
|
||||
%{_mandir}/man[18]/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 24 2001 Than Ngo <than@redhat.com>
|
||||
- update to 0.6, supports all ioctls up to kernel 2.4.0
|
||||
|
||||
* Thu Aug 17 2000 Jeff Johnson <jbj@redhat.com>
|
||||
- summaries from specspo.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user