forked from pool/perl-Sub-Name
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
3463d38e4e | |||
97857fc91f |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ecf36fba1c47ca93e1daa394968ed39c4186867459d9cd173c421e2b972043e8
|
|
||||||
size 157643
|
|
3
Sub-Name-0.28.tar.gz
Normal file
3
Sub-Name-0.28.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:39c53f6b3b02cbc73176564413b51d3c0f375f9760983fd579c27f558b169cfc
|
||||||
|
size 158803
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 16 05:37:03 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.280.0 (0.28)
|
||||||
|
see /usr/share/doc/packages/perl-Sub-Name/Changes
|
||||||
|
|
||||||
|
0.28 2024-12-15 20:57:44Z
|
||||||
|
- fix version comparison logic for forward compatibility
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 30 03:09:58 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
Sun Apr 30 03:09:58 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Sub-Name
|
# spec file for package perl-Sub-Name
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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,15 +18,19 @@
|
|||||||
|
|
||||||
%define cpan_name Sub-Name
|
%define cpan_name Sub-Name
|
||||||
Name: perl-Sub-Name
|
Name: perl-Sub-Name
|
||||||
Version: 0.27
|
Version: 0.280.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# 0.28 -> normalize -> 0.280.0
|
||||||
|
%define cpan_version 0.28
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: (Re)name a sub
|
Summary: (Re)name a sub
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Provides: perl(Sub::Name) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
BuildRequires: perl(Devel::CheckBin)
|
BuildRequires: perl(Devel::CheckBin)
|
||||||
@@ -36,7 +40,7 @@ BuildRequires: perl(Devel::CheckBin)
|
|||||||
This module has only one function, which is also exported by default:
|
This module has only one function, which is also exported by default:
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
Reference in New Issue
Block a user