auto-import changelog data from mt-st-0.8-1.src.rpm

Mon Aug 09 2004 Jindrich Novy <jnovy@redhat.com> 0.8-1
- updated to 0.8
- updated .redhat patch
- license fixup to GPL
This commit is contained in:
cvsdist 2004-09-09 08:52:33 +00:00
parent 9e0f3982d4
commit 8e7aae0772
4 changed files with 41 additions and 6 deletions

View File

@ -1 +1 @@
mt-st-0.7.tar.gz
mt-st-0.8.tar.gz

30
mt-st-0.8-redhat.patch Normal file
View File

@ -0,0 +1,30 @@
--- mt-st-0.8/Makefile.redhat 2004-04-03 11:52:08.000000000 +0200
+++ mt-st-0.8/Makefile 2004-08-09 14:37:47.240013472 +0200
@@ -1,7 +1,8 @@
-CFLAGS= -Wall -O2
-SBINDIR= /sbin
-BINDIR= /bin
-MANDIR= /usr/share/man
+CFLAGS= $(RPM_OPT_FLAGS)
+SBINDIR= $(RPM_BUILD_ROOT)/sbin
+BINDIR= $(RPM_BUILD_ROOT)/bin
+MANDIR= $(RPM_BUILD_ROOT)/$(mandir)
+CC=gcc
all: mt stinit
@@ -12,11 +13,12 @@
$(CC) $(CFLAGS) -o stinit stinit.c
install: mt stinit
- install -s mt $(BINDIR)
+ mkdir -p $(BINDIR) $(SBINDIR) $(MANDIR)/man1 $(MANDIR)/man8
+ install -m 755 mt $(BINDIR)
install -c -m 444 mt.1 $(MANDIR)/man1
(if [ -f $(MANDIR)/man1/mt.1.gz ] ; then \
rm -f $(MANDIR)/man1/mt.1.gz; gzip $(MANDIR)/man1/mt.1; fi)
- install -s stinit $(SBINDIR)
+ install -m 755 stinit $(SBINDIR)
install -c -m 444 stinit.8 $(MANDIR)/man8
(if [ -f $(MANDIR)/man8/stinit.8.gz ] ; then \
rm -f $(MANDIR)/man8/stinit.8.gz; gzip $(MANDIR)/man8/stinit.8; fi)

View File

@ -1,11 +1,11 @@
Summary: Install mt-st if you need a tool to control tape drives.
Name: mt-st
Version: 0.7
Release: 14
License: BSD
Version: 0.8
Release: 1
License: GPL
Group: Applications/System
Source: ftp://metalab.unc.edu/pub/Linux/system/backup/mt-st-%{version}.tar.gz
Patch0: mt-st-0.6-redhat.patch
Patch0: mt-st-0.8-redhat.patch
Patch1: mt-st-0.7-SDLT.patch
Patch2: mt-st-0.7-config-files.patch
BuildRoot: %{_tmppath}/%{name}-root
@ -42,6 +42,11 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man[18]/*
%changelog
* Mon Aug 09 2004 Jindrich Novy <jnovy@redhat.com> 0.8-1
- updated to 0.8
- updated .redhat patch
- license fixup to GPL
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

View File

@ -1 +1 @@
3e1cb5a09dc73c6e54089e2056f9ff55 mt-st-0.7.tar.gz
bddcad0290630e4521b4d72cbc75d9dd mt-st-0.8.tar.gz