- updated to 0.12 see /usr/share/doc/packages/perl-Net-HTTPS-Any/Changes 0.12 - Get rid of the LWP codepath, now just a simple wrapper for Business::OnlinePayment - fix test failures (closes: CPAN#116405) 0.11 - doc: update example in synopsis - Depend on Net::SSLeay and test on it (and not Crypt::SSLeay), to eliminate spurious test failures and increase installability. Alas, but the last four years have not provided OR relationships in CPAN dependencies (closes: CPAN#73363) - doc: spelling (closes: CPAN#88510) - test: fix 404 test OBS-URL: https://build.opensuse.org/request/show/843401 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-HTTPS-Any?expand=0&rev=6
30 lines
628 B
YAML
30 lines
628 B
YAML
---
|
|
#description_paragraphs: 3
|
|
#description: |-
|
|
# override description from CPAN
|
|
#summary: override summary from CPAN
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
preamble: |-
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
BuildRequires: perl(Test::Pod)
|
|
post_prep: |-
|
|
# needs online connection
|
|
rm t/*ssleay*
|
|
#post_build: |-
|
|
# rm unused.files
|
|
#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
|