forked from pool/perl-DB_File
- updated to 1.835 see /usr/share/doc/packages/perl-DB_File/Changes 1.835 23 Dec 2014 * Silence more compiler warnings 1.834 11 Dec 2014 * Makefile.PL: version check is missing a zero RT #100844 1.833 9 Dec 2014 * More Silence compiler warnings * 1.832 breaks bleadperl C89 build RT #100812 1.832 8 Dec 2014 * Silence compiler warnings * C++ change from blead 1.831 15 November 2013 * C99 comment is a nogo RT #90383 OBS-URL: https://build.opensuse.org/request/show/328279 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DB_File?expand=0&rev=6
28 lines
632 B
YAML
28 lines
632 B
YAML
---
|
|
#description_paragraphs: 3
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
preamble: |-
|
|
%if 0%{?suse_version} >= 1140
|
|
BuildRequires: libdb-4_8-devel
|
|
%else
|
|
BuildRequires: libdb-4_5-devel
|
|
%endif
|
|
#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_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
|