commit 6faed625a715e118263a7b6b1558a66cae40de4bc34281cccd593a82950faabe Author: Adrian Schröter Date: Fri May 3 18:13:08 2024 +0200 Sync from SUSE:SLFO:Main perl-ExtUtils-LibBuilder revision 21ee2d73d8418ded203725fa5b8db7c6 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/ExtUtils-LibBuilder-0.08.tar.gz b/ExtUtils-LibBuilder-0.08.tar.gz new file mode 100644 index 0000000..af250c9 --- /dev/null +++ b/ExtUtils-LibBuilder-0.08.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51171e06de53039f0bca1d97a6471ec37941ff59e8a3d1cb170ebdd2573b5d2 +size 5986 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#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 diff --git a/perl-ExtUtils-LibBuilder.changes b/perl-ExtUtils-LibBuilder.changes new file mode 100644 index 0000000..fc1d637 --- /dev/null +++ b/perl-ExtUtils-LibBuilder.changes @@ -0,0 +1,38 @@ +------------------------------------------------------------------- +Wed Oct 21 08:55:01 UTC 2015 - coolo@suse.com + +- updated to 0.08 + see /usr/share/doc/packages/perl-ExtUtils-LibBuilder/Changes + + 0.08 Mon Oct 19 17:46:02 WEST 2015 + - Minor spelling fix (thanks to Gregor Herrmann, + from Debian community). + +------------------------------------------------------------------- +Fri Oct 2 09:03:39 UTC 2015 - coolo@suse.com + +- updated to 0.07 + see /usr/share/doc/packages/perl-ExtUtils-LibBuilder/Changes + + 0.07 Mon Sep 28 14:53:40 WEST 2015 + - Added minimum required Perl Version (kwalitee++). + +------------------------------------------------------------------- +Fri Sep 19 12:15:47 UTC 2014 - coolo@suse.com + +- updated to 0.06 + - Fixed metadata for metacpan (thanks to Gabor Szabo). + - Added metadata for metacpan. + +------------------------------------------------------------------- +Tue May 22 21:21:22 UTC 2012 - cfarrell@suse.com + +- license update: GPL-1.0+ or Artistic-1.0 + SPDX format (http://www.spdx.org/licenses) + +------------------------------------------------------------------- +Thu Apr 14 08:31:36 UTC 2011 - coolo@opensuse.org + +- initial package 0.04 + * created by cpanspec 1.78.04 + diff --git a/perl-ExtUtils-LibBuilder.spec b/perl-ExtUtils-LibBuilder.spec new file mode 100644 index 0000000..c79b964 --- /dev/null +++ b/perl-ExtUtils-LibBuilder.spec @@ -0,0 +1,58 @@ +# +# spec file for package perl-ExtUtils-LibBuilder +# +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: perl-ExtUtils-LibBuilder +Version: 0.08 +Release: 0 +%define cpan_name ExtUtils-LibBuilder +Summary: Tool to Build C Libraries +License: Artistic-1.0 or GPL-1.0+ +Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/ExtUtils-LibBuilder/ +Source0: http://www.cpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(ExtUtils::CBuilder) >= 0.23 +BuildRequires: perl(Module::Build) >= 0.420000 +%{perl_requires} + +%description +A tool to build C libraries. + +%prep +%setup -q -n %{cpan_name}-%{version} + +%build +%{__perl} Build.PL installdirs=vendor +./Build build flags=%{?_smp_mflags} + +%check +./Build test + +%install +./Build install destdir=%{buildroot} create_packlist=0 +%perl_gen_filelist + +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes README + +%changelog