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
|
Fri Feb 23 08:32:23 UTC 2018 - adam.majer@suse.de
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@ Name: perl-File-Unpack
|
|||||||
Version: 0.70
|
Version: 0.70
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
Summary: An strong archive file unpacker, based on mime-types
|
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
|
Group: Development/Libraries/Perl
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/J/JN/JNW/File-Unpack-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/J/JN/JNW/File-Unpack-%{version}.tar.gz
|
||||||
Patch0: fix-xml-test.diff
|
Patch0: fix-xml-test.diff
|
||||||
@@ -120,7 +120,12 @@ BuildRequires: mkisofs
|
|||||||
BuildRequires: genisoimage
|
BuildRequires: genisoimage
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: gzip
|
BuildRequires: gzip
|
||||||
|
# Remove when p7zip-full is in all products
|
||||||
|
%if 0%{suse_version} > 1500
|
||||||
|
BuildRequires: p7zip-full
|
||||||
|
%else
|
||||||
BuildRequires: p7zip
|
BuildRequires: p7zip
|
||||||
|
%endif
|
||||||
BuildRequires: rpm
|
BuildRequires: rpm
|
||||||
BuildRequires: sharutils
|
BuildRequires: sharutils
|
||||||
BuildRequires: tar
|
BuildRequires: tar
|
||||||
@@ -135,7 +140,12 @@ Requires: mkisofs
|
|||||||
Requires: genisoimage
|
Requires: genisoimage
|
||||||
%endif
|
%endif
|
||||||
Requires: gzip
|
Requires: gzip
|
||||||
|
# Remove when p7zip-full is in all products
|
||||||
|
%if 0%{suse_version} > 1500
|
||||||
|
Requires: p7zip-full
|
||||||
|
%else
|
||||||
Requires: p7zip
|
Requires: p7zip
|
||||||
|
%endif
|
||||||
Requires: rpm
|
Requires: rpm
|
||||||
Requires: sharutils
|
Requires: sharutils
|
||||||
Requires: tar
|
Requires: tar
|
||||||
|
Reference in New Issue
Block a user