From 8e7aae07722895dbc3c0b7ee7faeb4491fef5ec7 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:52:33 +0000 Subject: [PATCH] auto-import changelog data from mt-st-0.8-1.src.rpm Mon Aug 09 2004 Jindrich Novy 0.8-1 - updated to 0.8 - updated .redhat patch - license fixup to GPL --- .cvsignore | 2 +- mt-st-0.8-redhat.patch | 30 ++++++++++++++++++++++++++++++ mt-st.spec | 13 +++++++++---- sources | 2 +- 4 files changed, 41 insertions(+), 6 deletions(-) create mode 100644 mt-st-0.8-redhat.patch diff --git a/.cvsignore b/.cvsignore index 5784d67..a185d1b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mt-st-0.7.tar.gz +mt-st-0.8.tar.gz diff --git a/mt-st-0.8-redhat.patch b/mt-st-0.8-redhat.patch new file mode 100644 index 0000000..0b2213b --- /dev/null +++ b/mt-st-0.8-redhat.patch @@ -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) diff --git a/mt-st.spec b/mt-st.spec index e7f133c..7b88d48 100644 --- a/mt-st.spec +++ b/mt-st.spec @@ -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 0.8-1 +- updated to 0.8 +- updated .redhat patch +- license fixup to GPL + * Tue Jun 15 2004 Elliot Lee - rebuilt diff --git a/sources b/sources index 52bf6e8..2242793 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3e1cb5a09dc73c6e54089e2056f9ff55 mt-st-0.7.tar.gz +bddcad0290630e4521b4d72cbc75d9dd mt-st-0.8.tar.gz