27 lines
689 B
YAML
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
|