forked from pool/perl-File-Unpack
Accepting request 620312 from home:kstreitova:branches:devel:languages:perl
- require p7zip-full for TW as 7z binary needed by perl-File-Unpack was moved to this package (see bsc#899627 for more details about this change) OBS-URL: https://build.opensuse.org/request/show/620312 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Unpack?expand=0&rev=92
This commit is contained in:
committed by
Git OBS Bridge
parent
e8a1ebfb7a
commit
35b0038568
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 29 12:16:33 UTC 2018 - kstreitova@suse.com
|
||||
|
||||
- require p7zip-full for TW as 7z binary needed by perl-File-Unpack
|
||||
was moved to this package (see bsc#899627 for more details about
|
||||
this change)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 08:32:23 UTC 2018 - adam.majer@suse.de
|
||||
|
||||
|
@@ -20,7 +20,7 @@ Name: perl-File-Unpack
|
||||
Version: 0.70
|
||||
Release: 0%{?dist}
|
||||
Summary: An strong archive file unpacker, based on mime-types
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
License: GPL-1.0-or-later OR Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://search.cpan.org/CPAN/authors/id/J/JN/JNW/File-Unpack-%{version}.tar.gz
|
||||
Patch0: fix-xml-test.diff
|
||||
@@ -120,7 +120,12 @@ BuildRequires: mkisofs
|
||||
BuildRequires: genisoimage
|
||||
%endif
|
||||
BuildRequires: gzip
|
||||
# Remove when p7zip-full is in all products
|
||||
%if 0%{suse_version} > 1500
|
||||
BuildRequires: p7zip-full
|
||||
%else
|
||||
BuildRequires: p7zip
|
||||
%endif
|
||||
BuildRequires: rpm
|
||||
BuildRequires: sharutils
|
||||
BuildRequires: tar
|
||||
@@ -135,7 +140,12 @@ Requires: mkisofs
|
||||
Requires: genisoimage
|
||||
%endif
|
||||
Requires: gzip
|
||||
# Remove when p7zip-full is in all products
|
||||
%if 0%{suse_version} > 1500
|
||||
Requires: p7zip-full
|
||||
%else
|
||||
Requires: p7zip
|
||||
%endif
|
||||
Requires: rpm
|
||||
Requires: sharutils
|
||||
Requires: tar
|
||||
|
Reference in New Issue
Block a user