Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37633388
en ru br
ALT Linux repositórios
S:3.1.12-alt1
5.0: 2.2.48-alt1
4.1: 2.2.48-alt1
4.0: 2.2.46-alt0.M40.1
+updates:2.2.46-alt0.M40.1
3.0: 2.2.17-alt1

Group :: Sistema/Kernel e hardware
RPM: xfsdump

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

# hey Emacs, its -*- mode: rpm-spec; coding: cyrillic-cp1251; -*-
# $Id: xfsdump,v 1.9 2004/05/15 18:46:57 ab Exp $
Summary: Administrative utilities for the XFS filesystem
Name: xfsdump
Version: 2.2.17
Release: alt1
Source0: %name-%version.src.tar.gz
Patch: %name-2.2.14-la-alt.patch
Patch1: %name-2.2.17-uuid-shared-alt.patch

License: GPL
Group: System/Kernel and hardware
PreReq: /sbin/ldconfig
Url: http://oss.sgi.com/projects/xfs/
BuildRequires: libattr-devel libdm-devel libe2fs-devel libxfs-devel libncurses-devel

%description
The xfsdump package contains xfsdump, xfsrestore and a number of
other utilities for administering XFS filesystems.

xfsdump examines files in a filesystem, determines which need to be
backed up, and copies those files to a specified disk, tape or other
storage medium.  It uses XFS-specific directives for optimizing the
dump of an XFS filesystem, and also knows how to backup XFS extended
attributes.  Backups created with xfsdump are "endian safe" and can
thus be transfered between Linux machines of different architectures
and also between IRIX machines.

xfsrestore performs the inverse function of xfsdump; it can restore a
full backup of a filesystem.  Subsequent incremental backups can then
be layered on top of the full backup.  Single files and directory
subtrees may be restored from full or partial backups.

%prep
%setup -q
%patch -p1
%patch1 -p1

%build
autoconf

export DEBUG="-DNDEBUG"
# Call default target, it calls configure target which provides proper settings
 CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
 CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
 FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
 LOCAL_CONFIGURE_OPTIONS='--enable-shared-uuid' ; export LOCAL_CONFIGURE_OPTIONS ; \
%make_build

%install
make DIST_ROOT=%buildroot install install-dev
%__rm -rf %buildroot%_datadir/doc/%name
%find_lang %name

%files -f %name.lang
%doc doc/CHANGES.gz doc/INSTALL doc/README.xfsdump
/sbin/*
%_sbindir/*
%_mandir/*/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009