]> git.pld-linux.org Git - packages/bbackup.git/blobdiff - bbackup.spec
- może wrescie ktoś wykasuje to konto ?
[packages/bbackup.git] / bbackup.spec
index d786139bfc7f75bdbe82013952ddd2d369d16db5..e8168740923d1a2db3958dcb83b5d2088439acba 100644 (file)
@@ -6,21 +6,22 @@ Version:      0.52
 Release:       1
 License:       GPL
 Group:         Networking/Utilities
-Source0:       http://prdownloads.sourceforge.net/bbackup/%{name}-%{version}.tar.gz
-Requires:      tar >= 1.12
+Source0:       http://dl.sourceforge.net/bbackup/%{name}-%{version}.tar.gz
+# Source0-md5: 3fcff65424da518ca351971c00b51912
+URL:           http://bbackup.sourceforge.net/
 BuildRequires: perl >= 5.6.0
 BuildRequires: perl-AppConfig
 BuildRequires: perl-devel
+Requires:      tar >= 1.12
 BuildArch:     noarch
-URL:           http://bbackup.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%description 
-bbackup is a sophisticated frontend for GNU-tar. It allows to perform
-full backups as well as incremental backups. It can handle a number of
-filesystems to be backed up (which could even be mounted at runtime).
-It is possible to write backups either to streaming media or to plain
-files (perferrably on a separate harddisk).
+%description
+bbackup is a sophisticated frontend for GNU-tar. It allows you to
+perform full backups as well as incremental backups. It can handle
+a number of filesystems to be backed up (which could even be mounted
+at runtime).  It is possible to write backups either to streaming
+media or to plain files (preferably on a separate harddisk).
 
 %description -l pl
 bbackup jest wyrafinowan± nak³adk± na GNU tar. Pozwala on na tworzenie
@@ -42,14 +43,12 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}/bbackup,%{_mandir}/man1} \
        ETCDEST=$RPM_BUILD_ROOT%{_sysconfdir} \
        MANDEST=$RPM_BUILD_ROOT%{_datadir}
 
-gzip -9nf README THANKS TODO
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README THANKS TODO
 %attr(750,root,root) %dir %{_var}/bbackup
 %attr(750,root,root) %dir %{_sysconfdir}/bbackup
 %config(noreplace) %verify(not md5 size mtime) %attr(640,root,root) %{_sysconfdir}/bbackup/*
This page took 0.043611 seconds and 4 git commands to generate.