From 13d553fdbfab1b4d48907ecd1d7511c0e91e5555 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:49:19 +0000 Subject: [PATCH] auto-import changelog data from mt-st-0.6-1.src.rpm Tue Apr 24 2001 Than Ngo - update to 0.6, supports all ioctls up to kernel 2.4.0 --- .cvsignore | 2 +- mt-st.spec | 23 ++++++++++------------- sources | 2 +- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4759a8a..7c6d5d7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mt-st-0.5b.tar.gz +mt-st-0.6.tar.gz diff --git a/mt-st.spec b/mt-st.spec index b26c94b..33b75dc 100644 --- a/mt-st.spec +++ b/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 +- update to 0.6, supports all ioctls up to kernel 2.4.0 + * Thu Aug 17 2000 Jeff Johnson - summaries from specspo. diff --git a/sources b/sources index 0d897af..8ce3341 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -557d47de8e86e786ed0c57141fc45afd mt-st-0.5b.tar.gz +462b1bf60fe02651b05e735a57fabf12 mt-st-0.6.tar.gz