forked from pool/clzip
- Update to release 1.12
OBS-URL: https://build.opensuse.org/package/show/Archiving/clzip?expand=0&rev=30
This commit is contained in:
parent
d6084ebd11
commit
e1ec0ac009
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d9d51212afa80371dc2546d278ef8ebbb3cd57c06fdd761b7b204497586d24c0
|
|
||||||
size 107499
|
|
Binary file not shown.
3
clzip-1.12.tar.gz
Normal file
3
clzip-1.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fcc92b3006d87b7c4affa03fe9dcc4869a802253052653200c26f6ba718bfee8
|
||||||
|
size 122196
|
BIN
clzip-1.12.tar.gz.sig
Normal file
BIN
clzip-1.12.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 12 22:15:31 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.12
|
||||||
|
* Make -o behave like -c, but writing to file instead of stdout.
|
||||||
|
* Make -c and -o check whether the output is a terminal
|
||||||
|
only once.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 14 20:48:48 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Thu Mar 14 20:48:48 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
12
clzip.spec
12
clzip.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package clzip
|
# spec file for package clzip
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2011-2013 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2011-2013 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,9 +18,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: clzip
|
Name: clzip
|
||||||
Version: 1.11
|
Version: 1.12
|
||||||
Release: 0
|
Release: 0
|
||||||
%define xversion 1.11
|
%define xversion 1.12
|
||||||
Summary: Lossless Data Compressor based on LZMA
|
Summary: Lossless Data Compressor based on LZMA
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
@ -28,7 +28,6 @@ URL: http://www.nongnu.org/lzip/clzip.html
|
|||||||
Source: http://download.savannah.gnu.org/releases/lzip/clzip/%name-%xversion.tar.gz
|
Source: http://download.savannah.gnu.org/releases/lzip/clzip/%name-%xversion.tar.gz
|
||||||
Source2: http://download.savannah.gnu.org/releases/lzip/clzip/%name-%version.tar.gz.sig
|
Source2: http://download.savannah.gnu.org/releases/lzip/clzip/%name-%version.tar.gz.sig
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun):info
|
Requires(preun):info
|
||||||
|
|
||||||
@ -51,8 +50,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_flags}
|
%make_build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -72,7 +71,6 @@ popd
|
|||||||
%install_info_delete --info-dir="%_infodir" "%_infodir/clzip.info%ext_info"
|
%install_info_delete --info-dir="%_infodir" "%_infodir/clzip.info%ext_info"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||||
%_bindir/clzip
|
%_bindir/clzip
|
||||||
%_mandir/man1/clzip.1%ext_man
|
%_mandir/man1/clzip.1%ext_man
|
||||||
|
Loading…
x
Reference in New Issue
Block a user