From 07374581d9e718240ca83f7f24116e989fa83b7c Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 02:56:33 +0000 Subject: auto-import amanda-2.4.2p2-4 from amanda-2.4.2p2-4.src.rpm --- diff --git a/amanda.spec b/amanda.spec index a229d8f..1b87440 100644 --- a/amanda.spec +++ b/amanda.spec @@ -6,7 +6,7 @@ Summary: A network-capable tape backup solution. Name: amanda Version: 2.4.2p2 -Release: 3 +Release: 4 Source: http://download.sourceforge.net/amanda/amanda-%{version}.tar.gz Source1: amanda.crontab Source2: __README_QUICKSETUP__ @@ -21,7 +21,7 @@ License: BSD Group: Applications/System URL: http://www.amanda.org Prereq: fileutils grep initscripts -BuildPreReq: dump gnuplot /usr/bin/lpr /usr/bin/smbclient +BuildPreReq: dump gnuplot /usr/bin/lpr /usr/bin/smbclient tar grep fileutils Requires: tar BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -115,6 +115,8 @@ libtoolize --copy --force make (cd common-src; make security) +(cd tape-src; make tapetype) + %install rm -rf ${RPM_BUILD_ROOT} @@ -134,6 +136,9 @@ rm -f examples/Makefile* rm -f examples/config.site cp common-src/security ${RPM_BUILD_ROOT}%{_sbindir} +pushd tape-src/.libs +install -m 755 tapetype $RPM_BUILD_ROOT/%{_sbindir} +popd cp ${RPM_SOURCE_DIR}/__README_QUICKSETUP__ docs/ @@ -244,6 +249,7 @@ useradd -M -n -g disk -o -r -d /var/lib/amanda -s /bin/bash \ %attr(-,amanda,disk) %{_sbindir}/amverify %attr(-,amanda,disk) %{_sbindir}/amstatus %attr(-,amanda,disk) %{_sbindir}/amplot +%attr(-,amanda,disk) %{_sbindir}/tapetype %attr(-,amanda,disk) %dir %{_localstatedir}/amanda/DailySet1/ %attr(-,amanda,disk) %dir %{_localstatedir}/amanda/DailySet1/index @@ -295,10 +301,14 @@ useradd -M -n -g disk -o -r -d /var/lib/amanda -s /bin/bash \ %{_libdir}/libamtape.a %{_libdir}/libamclient.a %{_libdir}/libamserver.a +%{_libdir}/*.la %changelog +* Fri Jul 13 2001 Trond Eivind Glomsr�d +- Build and install the "tapetype" utility program, for + tape size identification (#48745) + * Tue Jun 19 2001 Trond Eivind Glomsr�d -- Remove the .la-files - don't use %%configure, to make it build * Mon Apr 9 2001 Bill Nottingham