perl-ldap/cpanspec.yml
Dirk Stoecker fadbfb58f2 Accepting request 1136754 from home:pmonrealgonzalez:INET6
- Remove the dependency on perl(IO::Socket::INET6) as it has been
  deprecated by upstream, is no longer suitable for use and its not
  being maintained. A compatible replacement for this package is
  perl(IO::Socket::IP) which is shipped by the perl-base package.

OBS-URL: https://build.opensuse.org/request/show/1136754
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ldap?expand=0&rev=51
2024-01-04 12:49:24 +00:00

27 lines
689 B
YAML

# creates file perl-perl-ldap.spec, update needs manual changes
description_paragraphs: 1
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
preamble: |-
BuildRequires: perl(Digest::MD5)
BuildRequires: perl(IO::Socket::IP)
BuildRequires: perl(JSON)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(URI)
post_prep: |-
find contrib -type f | xargs -n 1 sed -i "s@%{_prefix}/local/bin/perl@%{_bindir}/perl@"
#post_install: |-
# sed on %{name}.files
license: Perl
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module