SPECS: faubackup.spec (NEW) - new, by Tomasz Grobelny
glen
glen at pld-linux.org
Sat Jun 17 12:54:43 CEST 2006
Author: glen Date: Sat Jun 17 10:54:43 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, by Tomasz Grobelny
---- Files affected:
SPECS:
faubackup.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/faubackup.spec
diff -u /dev/null SPECS/faubackup.spec:1.1
--- /dev/null Sat Jun 17 12:54:43 2006
+++ SPECS/faubackup.spec Sat Jun 17 12:54:38 2006
@@ -0,0 +1,61 @@
+# $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
+License: GPL
+Group: Applications
+Source0: http://dl.sourceforge.net/faubackup/%{name}-%{version}.tar.gz
+# Source0-md5: 6b57b076cd5669ae3b8fae29835c3e34
+URL: http://sourceforge.net/projects/faubackup/
+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}/man5/*
+%{_mandir}/man8/*
+
+%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$
+Revision 1.1 2006/06/17 10:54:38 glen
+- new, by Tomasz Grobelny
+
================================================================
More information about the pld-cvs-commit
mailing list