commit 4c9d5b7eb87a339448fc70d6c59f4f0a68028762
Author: Elan Ruusamäe <[email protected]>
Date:   Thu Oct 17 17:54:04 2013 +0300

    why start with epoch 1? fixed encoding errors; cleanup/adapter

 zbackup.spec | 31 ++++++++++++++-----------------
 1 file changed, 14 insertions(+), 17 deletions(-)
---
diff --git a/zbackup.spec b/zbackup.spec
index f41d36f..fd957d7 100644
--- a/zbackup.spec
+++ b/zbackup.spec
@@ -1,45 +1,43 @@
 Summary:       A versatile deduplicating backup tool
-Summary(pl.UTF-8):     Uniwersalne narzędzie do deduplikacji kopii zapasowych
+Summary(pl.UTF-8):     Uniwersalne narzędzie do deduplikacji kopii zapasowych
 Name:          zbackup
 Version:       1.2
 Release:       1
-Epoch:         1
 License:       GPL v2+
 Group:         Applications/Archiving
-Source0:       https://github.com/%{name}/%{name}/archive/%{version}.tar.gz
+Source0:       https://github.com/zbackup/zbackup/archive/%{version}.tar.gz
 # Source0-md5: e816af0e1381a35236488dbe86003d14
 URL:           http://zbackup.org/
 BuildRequires: cmake >= 2.8.2
 BuildRequires: lzma-devel
 BuildRequires: openssl-devel
 BuildRequires: protobuf-devel
-BuildRequires: zlib-devel
 BuildRequires: rpmbuild(macros) >= 1.600
+BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-zbackup is a globally-deduplicating backup tool, based on the ideas found in 
rsync.
-Feed a large .tar into it, and it will store duplicate regions of it only once,
-then compress and optionally encrypt the result. Feed another .tar file,
-and it will also re-use any data found in any previous backups.
-This way only new changes are stored, and as long as the files are
-not very different, the amount of storage required is very low.
+zbackup is a globally-deduplicating backup tool, based on the ideas
+found in rsync. Feed a large .tar into it, and it will store duplicate
+regions of it only once, then compress and optionally encrypt the
+result. Feed another .tar file, and it will also re-use any data found
+in any previous backups. This way only new changes are stored, and as
+long as the files are not very different, the amount of storage
+required is very low.
+
 %description -l pl.UTF-8
-zbackup jest narzędziem służącym do archiwizacji danyc,
-bazującym na rsync i wykorzystujące deduplikację
+zbackup jest narzędziem służącym do archiwizacji danyc, bazującym na
+rsync i wykorzystujące deduplikację
 
 %prep
 %setup -q
 
 %build
-%cmake . 
-#\
-#      -CMAKE_INSTALL_PREFIX=%{_bindir}
+%cmake .
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -49,4 +47,3 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/%{name}
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zbackup.git/commitdiff/4c9d5b7eb87a339448fc70d6c59f4f0a68028762

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to