source: projects/specs/branches/6/m/mt-st/mt-st-vl.spec @ 521

Revision 521, 3.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Install mt-st if you need a tool to control tape drives.
2Summary(ja): テープドライブを使うためのツール
3Name: mt-st
4Version: 1.1
5Release: 1%{?_dist_release}
6License: BSD
7Group: Applications/System
8Source: ftp://metalab.unc.edu/pub/Linux/system/backup/mt-st-%{version}.tar.gz
9Patch0: mt-st-0.6-redhat.patch
10Patch1: mt-st-0.7-SDLT220.patch
11BuildRoot: %{_tmppath}/%{name}-root
12
13%description
14The mt-st package contains the mt and st tape drive management
15programs. Mt (for magnetic tape drives) and st (for SCSI tape devices)
16can control rewinding, ejecting, skipping files and blocks and more.
17
18Install mt-st if you need a tool to  manage tape drives.
19
20%description -l ja
21mt-st パッケージは、テープドライブを使うためのプログラム mt と st が
22はいってます. 磁気テープデバイスには Mt, SCSI テープデバイスには st
23を使います。テープの巻き戻し、ファイルやブロックのスキップ、テープの
24取り出しなどができます。
25
26テープドライブを操作するツールが必要でしたら、mt-st をインストールし
27てください.
28
29%prep
30%setup -q
31#%patch0 -p1 -b .redhat
32#%patch1 -p1 -b .sdlt220
33
34%build
35make CFLAGS="$RPM_OPT_FLAGS -Wall"
36
37%install
38rm -rf ${RPM_BUILD_ROOT}
39install -d $RPM_BUILD_ROOT/bin
40install -d $RPM_BUILD_ROOT/sbin
41install -d $RPM_BUILD_ROOT/%{_mandir}
42make install \
43        BINDIR=$RPM_BUILD_ROOT/bin \
44        SBINDIR=$RPM_BUILD_ROOT/sbin \
45        MANDIR=$RPM_BUILD_ROOT/%{_mandir}
46
47%clean
48rm -rf ${RPM_BUILD_ROOT}
49
50%files
51%defattr(-,root,root)
52%doc COPYING README README.stinit stinit.def.examples
53/bin/mt
54/sbin/stinit
55#%{_mandir}/man1/*
56#%{_mandir}/man8/*
57
58%changelog
59* Sat Oct 04 2008 Shu KONNO <owa@bg.wakwak.com> 1.1-1vl5
60- updated mt-st to 1.1
61- applied new versioning policy, spec in utf-8
62
63* Wed Mar 27 2002 Jun Nishii <jun@vinelinux.org> 0.7-3vl1
64- added Japanese summary and description
65
66* Tue Feb 26 2002 Than Ngo <than@redhat.com> 0.7-3
67- rebuild
68
69* Wed Feb 20 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.7-2
70- Add density code 0x48 for Quantum SDLT220 tape drive (#59442)
71
72* Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.7-1
73- Update to 0.7
74
75* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
76- automated rebuild
77
78* Tue Apr 24 2001 Than Ngo <than@redhat.com>
79- update to 0.6, supports all ioctls up to kernel 2.4.0
80
81* Thu Aug 17 2000 Jeff Johnson <jbj@redhat.com>
82- summaries from specspo.
83
84* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
85- automatic rebuild
86
87* Wed Jun 14 2000 Jeff Johnson <jbj@redhat.com>
88- FHS packaging.
89
90* Sat Apr 15 2000 Jeff Johnson <jbj@redhat.com>
91- permit leading whitespace in config file.
92- cortrect spelling error.
93
94* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
95- handle compressed manpages
96
97* Fri Jan 14 2000 Jeff Johnson <jbj@redhat.com>
98- rebuild for Red Hat 6.2.
99
100* Sun Sep  5 1999 Jeff Johnson <jbj@redhat.com>
101- enable "datcompression" command (#3654).
102
103* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
104- auto rebuild in the new build environment (release 3)
105
106* Wed Feb 10 1999 Preston Brown <pbrown@redhat.com>
107- upgrade to .5b, which fixes some cmd. line arg issues (bugzilla #18)
108
109* Thu Jul 23 1998 Jeff Johnson <jbj@redhat.com>
110- package for 5.2.
111
112* Sun Jul 19 1998 Andrea Borgia <borgia@cs.unibo.it>
113- updated to version 0.5
114- removed the touch to force the build: no binaries are included!
115- added to the docs: README.stinit, stinit.def.examples
116- made buildroot capable
117
118* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
119- translations modified for de, fr, tr
120
121* Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
122- spec file cleanups
123
124* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
125- built against glibc
Note: See TracBrowser for help on using the repository browser.