forked from pool/lziprecover
lziprecover-1.16
OBS-URL: https://build.opensuse.org/package/show/Archiving/lziprecover?expand=0&rev=4
This commit is contained in:
parent
31c35061be
commit
38fc9fdcc7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c49a944d9cc7279139d4009fc3c09e848cc0614d6399f65af0ed790949d40a7c
|
||||
size 61153
|
Binary file not shown.
3
lziprecover-1.16.tar.gz
Normal file
3
lziprecover-1.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe01f89f439aa13cf8e169a92ac591262d24b9df61942cbecaa89180c3004882
|
||||
size 71746
|
BIN
lziprecover-1.16.tar.gz.sig
Normal file
BIN
lziprecover-1.16.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 11:41:42 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.16
|
||||
* Repairing of single-byte errors is now about 10 times faster,
|
||||
depending on file size and position of error.
|
||||
* Copying of file dates, permissions, and ownership now behaves
|
||||
like `cp -p`. (If the user ID or the group ID cannot be
|
||||
duplicated, the file permission bits S_ISUID and S_ISGID are
|
||||
cleared).
|
||||
* The license has been changed to GPL version 2 or later.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 29 20:46:03 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
# vim: set sw=4 ts=4 et nu:
|
||||
|
||||
#
|
||||
# spec file for package lziprecover
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -12,23 +15,24 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
Name: lziprecover
|
||||
Version: 1.15
|
||||
Release: 0
|
||||
Summary: Fix Broken lzip Files
|
||||
URL: http://www.nongnu.org/lzip/lunzip.html
|
||||
Group: Productivity/Archiving/Compression
|
||||
License: GPL-3.0+
|
||||
|
||||
Source: http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz
|
||||
Source2: http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz.sig
|
||||
Source3: %name.keyring
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
BuildRequires: gcc-c++ lzip make glibc-devel pkgconfig
|
||||
%if 0%{?suse_version} >= 1230
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
|
||||
Name: lziprecover
|
||||
Version: 1.16
|
||||
Release: 0
|
||||
Summary: Fix Broken lzip Files
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Archiving/Compression
|
||||
Url: http://www.nongnu.org/lzip/lunzip.html
|
||||
|
||||
Source: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.tar.gz
|
||||
Source2: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.tar.gz.sig
|
||||
Source3: %name.keyring
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc-c++
|
||||
Requires(post): info
|
||||
Requires(preun): info
|
||||
|
||||
@ -52,13 +56,7 @@ Lziprecover can print correct total file sizes and ratios even for
|
||||
multi-member files.
|
||||
|
||||
%prep
|
||||
%{?gpg_verify: %gpg_verify %{S:2}}
|
||||
%if 0%{?__lzip:1}
|
||||
%setup -q
|
||||
%else
|
||||
tar --use=lzip -xf "%{S:0}"
|
||||
%setup -DTq
|
||||
%endif
|
||||
|
||||
%build
|
||||
# not autoconf
|
||||
|
Loading…
x
Reference in New Issue
Block a user