faubackup.spec

Tomasz Grobelny tomasz at grobelny.oswiecenia.net
Sat Jun 17 01:54:53 CEST 2006


Attached is a spec file for faubackup program. Please check and commit if ok. 
Not yet tested in production environment.
-- 
Regards,
Tomasz Grobelny
-------------- next part --------------
# $Revision:$, $Date:$
Summary:	The faubackup backup in filesystem tool
Summary(pl):	Narzędzie faubackup do wykonywania kopii w systemie plików
Name:		faubackup
Version:	0.5.8
Release:	1
Epoch:		1
License:	GPL
Group:		Applications
Source0:	http://dl.sourceforge.net/faubackup/%{name}-%{version}.tar.gz
# Source0-md5:	6b57b076cd5669ae3b8fae29835c3e34
URL:		http://sourceforge.net/projects/%name/
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
FauBackup uses a filesystem on a hard drive for incremental and full
backups. All backups can easily be accessed by standard filesystem
tools (ls, find, grep, cp, ...). Later backups to the same filesystem
will automatically be incremental, as unchanged files are only
hard-linked with the existing version of the file.

%description -l pl
Faubackup używa systemu plików na dysku twardym do wykonywania kopii
pełnych i przyrostowych. Wszystkie kopie są łatwo dostępne z
wykorzystaniem standardowych narzędzi (ls, find, grep, cp, ...).
Późniejsze kopie na tym samym systemie plików automatycznie będą
kopiami przyrostowymi ponieważ do niezmienionych plików są tylko
tworzone twarde dowiązania.

%prep
%setup -q -n %{name}

%build
%configure
%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc AUTHORS NEWS README TODO
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/faubackup.conf
%attr(755,root,root) %{_sbindir}/faubackup*
%{_mandir}/man8/*
%{_mandir}/man5/*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log: faubackup.spec,v $


More information about the pld-devel-en mailing list