4 Commits

4 changed files with 32 additions and 11 deletions

View File

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

3
Inline-0.87.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jul 11 05:38:20 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.870.0 (0.87)
see /usr/share/doc/packages/perl-Inline/Changes
-------------------------------------------------------------------
Sat May 24 16:54:30 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 14 14:33:59 UTC 2022 - Tina Müller <tina.mueller@suse.com> Fri Jan 14 14:33:59 UTC 2022 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Inline # spec file for package perl-Inline
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,29 @@
%define cpan_name Inline %define cpan_name Inline
Name: perl-Inline Name: perl-Inline
Version: 0.86 Version: 0.870.0
Release: 0 Release: 0
Summary: Write Perl Subroutines in Other Programming Languages # 0.87 -> normalize -> 0.870.0
%define cpan_version 0.87
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Write Perl Subroutines in Other Programming Languages
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(JSON::PP) BuildRequires: perl(JSON::PP)
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Warn) >= 0.23 BuildRequires: perl(Test::Warn) >= 0.230
BuildRequires: perl(version) >= 0.82 BuildRequires: perl(version) >= 0.82
Requires: perl(version) >= 0.82 Requires: perl(version) >= 0.82
Provides: perl(Foo::Tester) = 0.20.0
Provides: perl(Inline) = %{version}
Provides: perl(Inline::Foo) = %{version}
Provides: perl(Inline::MakeMaker) = %{version}
Provides: perl(Inline::denter)
%undefine __perllib_provides
%{perl_requires} %{perl_requires}
%description %description
@@ -55,11 +63,12 @@ the module is installed, so the end user will never notice the compilation
time. time.
Best of all, it works the same on both Unix and Microsoft Windows. See Best of all, it works the same on both Unix and Microsoft Windows. See
Inline- Support for support information. Inline-Support for support information.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor