2 Commits

Author SHA256 Message Date
d9de9bc58f Accepting request 1225119 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1225119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rzip?expand=0&rev=20
2024-11-19 21:23:57 +00:00
f7dc5ac3ce - Add libtool BuildRequire and Re-bootstrap the really old tarball:
the configure script was originally created with autoconf 2.13,
  which produced chechs that fail with recent compilers.

OBS-URL: https://build.opensuse.org/package/show/Archiving/rzip?expand=0&rev=11
2024-11-19 15:01:54 +00:00
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 18 16:00:56 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Add libtool BuildRequire and Re-bootstrap the really old tarball:
the configure script was originally created with autoconf 2.13,
which produced chechs that fail with recent compilers.
-------------------------------------------------------------------
Fri Feb 23 11:53:40 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rzip
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@ URL: https://rzip.samba.org
Source: https://rzip.samba.org/ftp/rzip/%{name}-%{version}.tar.gz
Patch0: fill-buffer.patch
BuildRequires: libbz2-devel
BuildRequires: libtool
%description
rzip is a compression program, similar in functionality to gzip or
@@ -37,6 +38,7 @@ ratios than other programs.
%autosetup -p1
%build
autoreconf -fiv
%configure
make %{?_smp_mflags} CFLAGS="%{optflags}"