forked from pool/lziprecover
- Update to release 1.22
OBS-URL: https://build.opensuse.org/package/show/Archiving/lziprecover?expand=0&rev=20
This commit is contained in:
parent
22cb0f9244
commit
c29d713b55
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a2317bd6da78d49d8f9aadd00bd93c2dac7b280b26fbf900563e90efd0179c24
|
|
||||||
size 112895
|
|
Binary file not shown.
3
lziprecover-1.22.tar.gz
Normal file
3
lziprecover-1.22.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fd958a0975f7729c44f3b784e566891f736c3dc68374dbd2149ee692a16d0862
|
||||||
|
size 152840
|
BIN
lziprecover-1.22.tar.gz.sig
Normal file
BIN
lziprecover-1.22.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 12 21:55:44 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.22
|
||||||
|
* New options: -e/--reproduce, --lzip-level, --lzip-name,
|
||||||
|
--reference-file and -E/--debug-reproduce.
|
||||||
|
* Remove --dump-tdata, --remove-tdata and --strip-tdata.
|
||||||
|
* New debug options -M/--md5sum and -U/--unzcrash.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 7 19:21:15 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Mon Jan 7 19:21:15 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lziprecover
|
# spec file for package lziprecover
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: lziprecover
|
Name: lziprecover
|
||||||
Version: 1.21
|
Version: 1.22
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility to repair broken lzip files
|
Summary: Utility to repair broken lzip files
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -27,7 +27,6 @@ URL: http://www.nongnu.org/lzip/lunzip.html
|
|||||||
Source: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.tar.gz
|
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
|
Source2: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.tar.gz.sig
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
@ -60,8 +59,8 @@ mkdir build
|
|||||||
pushd build/
|
pushd build/
|
||||||
../configure --prefix="%_prefix" --bindir="%_bindir" --datadir="%_datadir" \
|
../configure --prefix="%_prefix" --bindir="%_bindir" --datadir="%_datadir" \
|
||||||
--infodir="%_infodir" --mandir="%_mandir" --sysconfdir="%_sysconfdir" \
|
--infodir="%_infodir" --mandir="%_mandir" --sysconfdir="%_sysconfdir" \
|
||||||
CC="%__cc" CFLAGS="%optflags"
|
CFLAGS="%optflags"
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -81,7 +80,6 @@ popd
|
|||||||
%install_info_delete --info-dir="%_infodir" "%_infodir/%name".info*
|
%install_info_delete --info-dir="%_infodir" "%_infodir/%name".info*
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||||
%_bindir/lziprecover
|
%_bindir/lziprecover
|
||||||
%_mandir/man1/lziprecover.1*
|
%_mandir/man1/lziprecover.1*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user