Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > ebc3685e18d0e0fdca9cdd9ea25c0063 > files > 2

mtx-1.2.18-1mdk.src.rpm

Name: mtx
Version: 1.2.18
Release: 1mdk
Summary: Controls the robotic mechanism in DDS Tape drive autoloaders.
License: GPL
Group: Archiving/Backup
Source: ftp://ftp.badtux.net/pub/storage/mtx/%{name}-%{version}rel.tar.bz2
Url: http://%{name}.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-root

%description 
The MTX program controls the robotic mechanism in autoloaders and tape
libraries such as the HP SureStore DAT 40x6, Exabyte EZ-17, and
Exabyte 220. This program is also reported to work with a variety of
other tape libraries and autochangers from ADIC, Tandberg/Overland,
Breece Hill, HP, and Seagate.

If you have a backup tape device capable of handling more than one
tape at a time, you should install MTX.

%prep
%setup -q -n %{name}-%{version}rel

%build
%configure
%make

%install
rm -fr %{buildroot}
mkdir -p %{buildroot}/sbin
install mtx %{buildroot}/sbin/mtx
install tapeinfo %{buildroot}/sbin/tapeinfo
mkdir -p %{buildroot}%{_mandir}/man1
install mtx.1 %{buildroot}%{_mandir}/man1/mtx.1
install tapeinfo.1 %{buildroot}%{_mandir}/man1/tapeinfo.1

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CHANGES COMPATABILITY contrib FAQ LICENSE LICENSE.html
%doc mtx.doc mtxl.README.html README TODO
%{_mandir}/man1/*
/sbin/*

%changelog
* Wed Aug 06 2003 Buchan Milne <bgmilne@linux-mandrake.com> 1.2.18-1mdk
- 1.2.18

* Mon Jan 06 2003 Buchan Milne <bgmilne@linux-mandrake.com> 1.2.17-1mdk
- 1.2.17

* Thu May 16 2002 Buchan Milne <bgmilne@cae.co.za> 1.2.16-2mdk
- Fix macros in changelog

* Thu May 16 2002 Buchan Milne <bgmilne@cae.co.za> 1.2.16-1mdk
- Mandrakisation
- uses %%configure now
- Make rpmlint happy
- 1.2.16

* Wed Feb 14 2001 Michael Stefaniuc <mstefani@redhat.com>
- 1.2.10
- updated %%doc

* Mon Dec 11 2000 Preston Brown <pbrown@redhat.com>
- 1.2.9

* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild

* Thu Jun 15 2000 Preston Brown <pbrown@redhat.com>
- 1.2.7

* Tue May 23 2000 Preston Brown <pbrown@redhat.com> 
- adopted for Winston

* Fri May 12 2000 Kenneth Porter <shiva@well.com>
- 1.2.6
- Fixed 'eepos' stuff to use | rather than || (whoops!)
- Accept a 4-byte element descriptor for the robot arm for certain older
- autochangers. 

* Mon May 8 2000 Kenneth Porter <shiva@well.com>
- Spell sourceforge right so the link at rpmfind.net will work.

* Thu May 4 2000 Kenneth Porter <shiva@well.com>
- 1.2.5

* Thu Oct 29 1998  Ian Macdonald <ianmacd@xs4all.nl>
- moved mtx from /sbin to /bin, seeing as mt is also located there

* Fri Oct 23 1998  Ian Macdonald <ianmacd@xs4all.nl>
- first RPM release