]> git.pld-linux.org Git - packages/faubackup.git/blob - faubackup.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/faubackup.git] / faubackup.spec
1 Summary:        The faubackup backup in filesystem tool
2 Summary(pl.UTF-8):      Narzędzie faubackup do wykonywania kopii w systemie plików
3 Name:           faubackup
4 Version:        0.5.9
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/faubackup/%{name}-%{version}.tar.gz
9 # Source0-md5:  44d3723e3c2d7bc4a63f8ac91699c8c2
10 URL:            http://sourceforge.net/projects/faubackup/
11 BuildRequires:  popt-devel
12 BuildRequires:  rpm-perlprov >= 4.1-13
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 FauBackup uses a filesystem on a hard drive for incremental and full
17 backups. All backups can easily be accessed by standard filesystem
18 tools (ls, find, grep, cp, ...). Later backups to the same filesystem
19 will automatically be incremental, as unchanged files are only
20 hard-linked with the existing version of the file.
21
22 %description -l pl.UTF-8
23 Faubackup używa systemu plików na dysku twardym do wykonywania kopii
24 pełnych i przyrostowych. Wszystkie kopie są łatwo dostępne z
25 wykorzystaniem standardowych narzędzi (ls, find, grep, cp, ...).
26 Późniejsze kopie na tym samym systemie plików automatycznie będą
27 kopiami przyrostowymi ponieważ do niezmienionych plików są tylko
28 tworzone twarde dowiązania.
29
30 %prep
31 %setup -q
32
33 %build
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS NEWS README TODO
49 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/faubackup.conf
50 %attr(755,root,root) %{_sbindir}/faubackup*
51 %{_mandir}/man5/*
52 %{_mandir}/man8/*
This page took 0.03777 seconds and 3 git commands to generate.