- Remove no-network-tests.patch, fixed upstream - updated to 1.20240314 see /usr/share/doc/packages/perl-Mail-DMARC/Changes.md ### 1.20240313 - Fix error email sent when reports are too large - Delete reports after sending error emails - Make sending of error emails optional ### 1.20240214 - feat: add imap option to specify port #195 - feat: add configurable DNS retrans option #214 - ignore empty/wrong lines on whitelist_dmarc file #219 - test: mock DNS during testing #213 - ci: restore CI tests to working order - Force lower case for SPF domain input #212 OBS-URL: https://build.opensuse.org/request/show/1160797 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-DMARC?expand=0&rev=2
40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
---
|
|
#description_paragraphs: 3
|
|
#description: |-
|
|
# override description from CPAN
|
|
#summary: override summary from CPAN
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# bar.patch:
|
|
# baz.patch: PATCH-FIX-OPENSUSE
|
|
preamble: |-
|
|
BuildRequires: perl(CGI)
|
|
BuildRequires: perl(JSON)
|
|
BuildRequires: perl(Net::DNS::Resolver::Mock)
|
|
BuildRequires: perl(Net::HTTP)
|
|
BuildRequires: perl(Net::Server::HTTP)
|
|
BuildRequires: perl(XML::Validator::Schema)
|
|
#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_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
|
|
#skip_doc: regexp_to_skip_for_doc.*
|
|
#add_doc: files to add to docs
|
|
#misc: |-
|
|
#anything else to be added to spec file
|
|
#follows directly after %files section, so it can contain new blocks or also
|
|
#changes to %files section
|