forked from pool/perl-ExtUtils-F77
see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES v1.20 released May 28th 2016 ------------------------------ * Apply upstream FreeBSD patch thanks to srezic for submitting * Fix fallback compiler logic to support gcc-5.x and higher * Limited Improved gfortran linking on OS X Yosemite+ to OS X v1.19_3 released May 28th 2016 ------------------------------ * Apply upstream FreeBSD patch thanks to srezic for submitting v1.19_2 released May 28th 2016 ------------------------------ * Fix fallback compiler logic to support gcc-5.x and higher v1.19_1 released Mar 6th 2016 ---------------------------- * Limited Improved gfortran linking on OS X Yosemite+ to OS X OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-F77?expand=0&rev=20
29 lines
681 B
YAML
29 lines
681 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: gcc-fortran gmp-devel
|
|
#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
|