forked from pool/perl-Alien-Build
313e49ad75
see /usr/share/doc/packages/perl-Alien-Build/Changes 1.39 2018-03-09 05:51:47 -0500 - Production release identical to 1.38_01 1.38_01 2018-03-01 03:27:29 -0500 - Additional testing diagnostics 1.37 2018-02-23 10:13:44 -0500 - Fixed cmake test which would fail without a C++ compiler (gh#53 ppisar++) 1.36 2018-02-05 10:51:59 -0500 - Production release identical to 1.35_01 1.35_01 2017-12-28 12:42:56 -0500 - Improve diagnostic in command line extraction test 1.34_01 2017-12-27 10:30:10 -0500 - Add env_interpolate meta property. - PkgConfig plugins now attempt to set PKG_CONFIG environment variable during build 1.33_01 2017-11-08 11:54:19 -0500 - Improve diagnostic for partially installed Alien error 1.32 2017-11-03 13:15:35 -0400 - Add ALIEN_INSTALL_NETWORK environment variable. Set to false if you don't want to allow network fetch. 1.31_01 2017-10-31 16:50:52 -0400 - Fix testing prereq bug introduced in 1.30_01. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=2
29 lines
670 B
YAML
29 lines
670 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: pkg-config
|
|
#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
|