Accepting request 297079 from devel:languages:perl:autoupdate

OBS-URL: https://build.opensuse.org/request/show/297079
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Any-Create?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2015-04-16 07:55:06 +00:00
committed by Git OBS Bridge
parent faa8d0f016
commit 69caea0110
4 changed files with 23 additions and 18 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:797ea259334c949e0a2c3dac12af6735602a5e799e51465341e7b99b778750ff
size 2892

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdd18e6427559e489041c6e3d71cf91ff5b53d294264c232b1c58773c0f3c678
size 11154

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Apr 14 10:34:56 UTC 2015 - coolo@suse.com
- updated to 0.03
see /usr/share/doc/packages/perl-Archive-Any-Create/Changes
0.03 2013-06-06 16:19:58 JST
- Use Archive::Tar's own compression (thaljef)
-------------------------------------------------------------------
Thu Apr 14 07:44:09 UTC 2011 - coolo@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Archive-Any-Create (Version 0.02)
# spec file for package perl-Archive-Any-Create
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Archive-Any-Create
Version: 0.02
Release: 1
License: CHECK(GPL+ or Artistic)
Version: 0.03
Release: 0
%define cpan_name Archive-Any-Create
Summary: Abstract API to create archives (tar.gz and zip)
Url: http://search.cpan.org/dist/Archive-Any-Create/
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Archive-Any-Create/
Source: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -31,15 +32,13 @@ BuildRequires: perl-macros
BuildRequires: perl(Archive::Tar)
BuildRequires: perl(Archive::Zip)
BuildRequires: perl(Exception::Class)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(PerlIO::gzip)
BuildRequires: perl(Test::More) >= 0.32
BuildRequires: perl(IO::Zlib)
BuildRequires: perl(Test::More) >= 0.90
BuildRequires: perl(UNIVERSAL::require)
Requires: perl(Archive::Tar)
Requires: perl(Archive::Zip)
Requires: perl(Exception::Class)
Requires: perl(PerlIO::gzip)
Requires: perl(Test::More) >= 0.32
Requires: perl(IO::Zlib)
Requires: perl(UNIVERSAL::require)
%{perl_requires}
@@ -62,11 +61,8 @@ with a single easy-to-use API.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes
%doc Changes LICENSE README
%changelog