]> git.pld-linux.org Git - packages/mt-st.git/blame - mt-st.spec
almost raw
[packages/mt-st.git] / mt-st.spec
CommitLineData
21140534
JR
1Summary: Programs to control tape device operations.
2Name: mt-st
3Version: 0.5b
4Release: 3
5Copyright: BSD
6Group: Applications/System
7Source: ftp://metalab.unc.edu/pub/Linux/system/backup/mt-st-0.5b.tar.gz
8Patch: mt-st-buildroot.patch
9BuildRoot: /var/tmp/%{name}-root
10
11%description
12The mt-st package contains the mt and st tape drive management
13programs. Mt (for magnetic tape drives) and st (for SCSI tape
14devices) can control rewinding, ejecting, skipping files and
15blocks and more.
16
17This package can help you manage tape drives.
18
19%prep
20%setup -q
21%patch -p1 -b .buildroot
22
23%build
24make CFLAGS="$RPM_OPT_FLAGS -Wall"
25
26%install
27rm -rf $RPM_BUILD_ROOT
28mkdir -p $RPM_BUILD_ROOT/{bin,sbin,usr/man/man1,usr/man/man8}
29make install
30
31%files
32%defattr(-,root,root)
33%doc COPYING README README.stinit mt-st-0.5b.lsm stinit.def.examples
34/bin/mt
35/sbin/stinit
36/usr/man/man1/mt.1
37/usr/man/man8/stinit.8
This page took 0.079144 seconds and 4 git commands to generate.