Accepting request 1236817 from devel:languages:perl

- updated to 0.90.0 (0.09)
   see /usr/share/doc/packages/perl-ExtUtils-LibBuilder/Changes
  0.09    
          - Added support to Haiku OS (thanks to Joachim Mairböc) (forwarded request 1236708 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1236817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-LibBuilder?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2025-01-12 10:08:41 +00:00 committed by Git OBS Bridge
commit 6e6f9ebd66
4 changed files with 30 additions and 20 deletions

BIN
ExtUtils-LibBuilder-0.08.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbfac85d015874189a704fa0a2f001d13b5a0c7d89f36c06ff32d569720a6cfb
size 6103

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 7 05:33:07 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.90.0 (0.09)
see /usr/share/doc/packages/perl-ExtUtils-LibBuilder/Changes
0.09 Mon Jan 6 13:36:44 UTC 2025
- Added support to Haiku OS (thanks to Joachim Mairböc)
-------------------------------------------------------------------
Wed Oct 21 08:55:01 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-LibBuilder
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,47 +12,48 @@
# 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/
# Please submit bugfixes or comments via https://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
Name: perl-ExtUtils-LibBuilder
Version: 0.90.0
Release: 0
# 0.09 -> normalize -> 0.90.0
%define cpan_version 0.09
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Tool to build C libraries
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{cpan_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
BuildRequires: perl(Module::Build) >= 0.42
Provides: perl(ExtUtils::LibBuilder) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
A tool to build C libraries.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog