forked from pool/perl-Class-Data-Inheritable
Compare commits
9 Commits
bundle_nex
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| fb9f43497d | |||
| dade0f45a2 | |||
| 97c4e61201 | |||
|
|
1f8a2d54f0 | ||
|
|
d02e7be4f6 | ||
| 1f944aadbf | |||
| 47a4572454 | |||
|
|
88528ae307 | ||
|
|
4a050116b8 |
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1,4 +1,4 @@
|
||||
*.changes merge=merge-changes
|
||||
## 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
|
||||
@@ -12,7 +12,6 @@
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar 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
|
||||
|
||||
Binary file not shown.
BIN
Class-Data-Inheritable-0.10.tar.gz
LFS
Normal file
BIN
Class-Data-Inheritable-0.10.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,8 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 4 10:05:02 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
|
||||
Thu Oct 24 05:32:14 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- Remove unused file:
|
||||
* cpanspec.yml
|
||||
- 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>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Class-Data-Inheritable
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,18 +18,20 @@
|
||||
|
||||
%define cpan_name Class-Data-Inheritable
|
||||
Name: perl-Class-Data-Inheritable
|
||||
Version: 0.09
|
||||
Version: 0.100.0
|
||||
Release: 0
|
||||
Summary: Inheritable, overridable class data
|
||||
# 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
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSHERER/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSHERER/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
%if "%_vendor" != "debbuild"
|
||||
ExclusiveArch: do_not_build
|
||||
%endif
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(Class::Data::Inheritable) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -81,7 +83,7 @@ longer effect Raygun.
|
||||
Pere::Ubu->Suitcase('Samsonite');
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
||||
Reference in New Issue
Block a user