forked from pool/perl-Test-Most
Compare commits
2 Commits
bundle_nex
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| 7c34064cf9 | |||
| 935c0d2546 |
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
|
||||
|
||||
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
||||
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
||||
@@ -1,8 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 4 10:05:16 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
|
||||
Fri Oct 10 22:00:12 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Remove unused file:
|
||||
* cpanspec.yml
|
||||
- Normalize CPAN version
|
||||
See https://github.com/openSUSE/cpanspec/issues/47 for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 25 03:08:13 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-Most
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# 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
|
||||
@@ -18,32 +18,36 @@
|
||||
|
||||
%define cpan_name Test-Most
|
||||
Name: perl-Test-Most
|
||||
Version: 0.38
|
||||
Version: 0.380.0
|
||||
Release: 0
|
||||
# 0.38 -> normalize -> 0.380.0
|
||||
%define cpan_version 0.38
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Most commonly needed test functions and features
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{version}.tar.gz
|
||||
%if "%_vendor" != "debbuild"
|
||||
ExclusiveArch: do_not_build
|
||||
%endif
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Exception::Class) >= 1.14
|
||||
BuildRequires: perl(Exception::Class) >= 1.140
|
||||
BuildRequires: perl(Test::Deep) >= 0.119
|
||||
BuildRequires: perl(Test::Differences) >= 0.64
|
||||
BuildRequires: perl(Test::Exception) >= 0.430000
|
||||
BuildRequires: perl(Test::Differences) >= 0.640
|
||||
BuildRequires: perl(Test::Exception) >= 0.430
|
||||
BuildRequires: perl(Test::Harness) >= 3.35
|
||||
BuildRequires: perl(Test::More) >= 1.302047
|
||||
BuildRequires: perl(Test::Warn) >= 0.30
|
||||
Requires: perl(Exception::Class) >= 1.14
|
||||
BuildRequires: perl(Test::Warn) >= 0.300
|
||||
Requires: perl(Exception::Class) >= 1.140
|
||||
Requires: perl(Test::Deep) >= 0.119
|
||||
Requires: perl(Test::Differences) >= 0.64
|
||||
Requires: perl(Test::Exception) >= 0.430000
|
||||
Requires: perl(Test::Differences) >= 0.640
|
||||
Requires: perl(Test::Exception) >= 0.430
|
||||
Requires: perl(Test::Harness) >= 3.35
|
||||
Requires: perl(Test::More) >= 1.302047
|
||||
Requires: perl(Test::Warn) >= 0.30
|
||||
Requires: perl(Test::Warn) >= 0.300
|
||||
Provides: perl(Test::Most) = %{version}
|
||||
Provides: perl(Test::Most::Exception) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -76,7 +80,7 @@ worry about accidentally forgetting them.
|
||||
no warnings;
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
||||
Reference in New Issue
Block a user