- updated to 2.26 see /usr/share/doc/packages/perl-Vimana/Changes OBS-URL: https://build.opensuse.org/request/show/843910 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Vimana?expand=0&rev=6
30 lines
631 B
YAML
30 lines
631 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: vim
|
|
BuildRequires: perl(Data::Util)
|
|
Requires: vim
|
|
post_prep: |-
|
|
rm t/*online* t/*update*
|
|
#post_build: |-
|
|
# rm unused.files
|
|
post_install: |-
|
|
sed -i "s/env perl/perl/" %{buildroot}%{_bindir}/*
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: |-
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
#custom_test: |-
|
|
#startserver && make test
|
|
#ignore_requires: Bizarre::Module
|