]> git.pld-linux.org Git - packages/faubackup.git/commitdiff
- new, by Tomasz Grobelny
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 17 Jun 2006 10:54:38 +0000 (10:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    faubackup.spec -> 1.1

faubackup.spec [new file with mode: 0644]

diff --git a/faubackup.spec b/faubackup.spec
new file mode 100644 (file)
index 0000000..2799e26
--- /dev/null
@@ -0,0 +1,50 @@
+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/*
This page took 0.055046 seconds and 4 git commands to generate.