- updated to 0.15 see /usr/share/doc/packages/perl-Alien-unibilium/Changes - updated to 0.15 0.15 2019-02-19 15:09:41 [CHANGES] * Updates to latest inc/Alien/make/Module/Build.pm + Don't bother with -Wl,-rpath hackery because Module::Build::Using::PkgConfig should handle it instead + Defer mangling of paths in .pc file until ACTION_install time, thus allowing never-installed `cpan> test` dependency trees to work 0.14 2019-02-17 01:30:01 [CHANGES] * Updates to latest inc/Alien/make/Module/Build.pm + Accept a --use-bundled argument to force use of bundled source + Support alien_requires on other alien modules + Set PKG_CONFIG_PATH so second-level dependencies will work + Neater rewrite of .pc file to not break .packlist + Set LIBDIR during build so generated .la files agree * Updated for unibilium v2.0.0 + PR#39 patch - updated to 0.13 0.13 2016/12/05 00:16:49 [CHANGES] * Updates to latest inc/Alien/make/Module/Build.pm: + alien_requires logic (though not used here) + don't get upset by lack of GNU make + libtool if we're not actually going to use them to build bundled source * Updated for unibilium v1.2.0 0.12 2016/12/05 00:16:49 [CHANGES] * Updates to latest inc/Alien/make/Module/Build.pm: + alien_requires logic (though not used here) + don't get upset by lack of GNU make + libtool if we're not actually going to use them to build bundled source * Updated for unibilium v1.2.0 - updated to 0.12 see /usr/share/doc/packages/perl-Alien-unibilium/Changes 0.12 2015/05/29 18:55:18 [CHANGES] * No need to declare dependency on ExtUtils::PkgConfig when it is no longer used * Updated for unibilium v1.1.4 - initial package $version * created by $NAME $VERSION OBS-URL: https://build.opensuse.org/request/show/843440 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-unibilium?expand=0&rev=4
26 lines
601 B
YAML
26 lines
601 B
YAML
---
|
|
description_paragraphs: 2
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
preamble: |-
|
|
BuildRequires: libtool
|
|
BuildRequires: unibilium-devel
|
|
Requires: unibilium-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_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
|