Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
57500dc3c7 |
BIN
Class-Data-Inheritable-0.09.tar.gz
(Stored with Git LFS)
Normal file
BIN
Class-Data-Inheritable-0.09.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Class-Data-Inheritable-0.10.tar.gz
(Stored with Git LFS)
BIN
Class-Data-Inheritable-0.10.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,12 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Oct 24 05:32:14 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
|
||||||
|
|
||||||
- updated to 0.100.0 (0.10)
|
|
||||||
see /usr/share/doc/packages/perl-Class-Data-Inheritable/Changes
|
|
||||||
|
|
||||||
0.10 Thu Oct 24 01:40:24 UTC 2024
|
|
||||||
- don't use vars, use our (thanks haarg)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 31 03:06:48 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
Sat Jul 31 03:06:48 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Class-Data-Inheritable
|
# spec file for package perl-Class-Data-Inheritable
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2021 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,20 +18,16 @@
|
|||||||
|
|
||||||
%define cpan_name Class-Data-Inheritable
|
%define cpan_name Class-Data-Inheritable
|
||||||
Name: perl-Class-Data-Inheritable
|
Name: perl-Class-Data-Inheritable
|
||||||
Version: 0.100.0
|
Version: 0.09
|
||||||
Release: 0
|
Release: 0
|
||||||
# 0.10 -> normalize -> 0.100.0
|
|
||||||
%define cpan_version 0.10
|
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
|
||||||
Summary: Inheritable, overridable class data
|
Summary: Inheritable, overridable class data
|
||||||
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSHERER/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSHERER/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Provides: perl(Class::Data::Inheritable) = %{version}
|
|
||||||
%undefine __perllib_provides
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -55,7 +51,7 @@ The interesting part happens when a class inherits from Pere::Ubu:
|
|||||||
|
|
||||||
package Raygun;
|
package Raygun;
|
||||||
use base qw(Pere::Ubu);
|
use base qw(Pere::Ubu);
|
||||||
|
|
||||||
# Raygun's suitcase is Red.
|
# Raygun's suitcase is Red.
|
||||||
$suitcase = Raygun->Suitcase;
|
$suitcase = Raygun->Suitcase;
|
||||||
|
|
||||||
@@ -83,7 +79,7 @@ longer effect Raygun.
|
|||||||
Pere::Ubu->Suitcase('Samsonite');
|
Pere::Ubu->Suitcase('Samsonite');
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user