forked from pool/perl-Archive-Zip
Accepting request 312974 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/312974 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=29
This commit is contained in:
commit
0041e76659
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6630ebeba753a7025126028eb290040ce44d86e8ced77017e31b75863348e524
|
|
||||||
size 186426
|
|
3
Archive-Zip-1.48.tar.gz
Normal file
3
Archive-Zip-1.48.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:01cb4fbc491f9890ceabc33e9888f85261f3d17f884d2b9d8e54564befd9e09f
|
||||||
|
size 192695
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 21 08:16:04 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.48
|
||||||
|
see /usr/share/doc/packages/perl-Archive-Zip/Changes
|
||||||
|
|
||||||
|
1.48 Thu 18 Jun 2015
|
||||||
|
- Wrap skip in a SKIP: block [github/plicease]
|
||||||
|
|
||||||
|
1.47 Wed 17 Jun 2015
|
||||||
|
- zip file with a deflated directory cannot be written out again [github/ntyni]
|
||||||
|
- add missing test data to MANIFEST
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 13 18:15:12 UTC 2015 - coolo@suse.com
|
Mon Apr 13 18:15:12 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Archive-Zip
|
Name: perl-Archive-Zip
|
||||||
Version: 1.46
|
Version: 1.48
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Archive-Zip
|
%define cpan_name Archive-Zip
|
||||||
Summary: Provide an interface to ZIP archive files.
|
Summary: Provide an interface to ZIP archive files
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Archive-Zip/
|
Url: http://search.cpan.org/dist/Archive-Zip/
|
||||||
Source: http://www.cpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
Loading…
Reference in New Issue
Block a user