Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
6ed06e604a | |||
9799e9e2a9 | |||
|
c9ca729958 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d8fdc7dce60087b6cf9e493b8d6ae84a5ab4c0608a806a6d395cc6557460744
|
||||
size 81381
|
3
Pod-Usage-2.05.tar.gz
Normal file
3
Pod-Usage-2.05.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:100c27908757c56ebfeca8b7bf15a9867e449df663ff013de3855d183dfbea30
|
||||
size 42464
|
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)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 30 05:33:18 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.05
|
||||
see /usr/share/doc/packages/perl-Pod-Usage/Changes
|
||||
|
||||
2.05 2025-03-29
|
||||
- merged PR #27, fixing spurious Exporter inheritance
|
||||
2.04 2025-03-25
|
||||
- merged three pull requests, removing the internal Pod::PlainText
|
||||
- fixed Github: Relies on formatter to inherit from Exporter #17
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 22 03:09:07 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Pod-Usage
|
||||
#
|
||||
# Copyright (c) 2022 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,7 +18,7 @@
|
||||
|
||||
%define cpan_name Pod-Usage
|
||||
Name: perl-Pod-Usage
|
||||
Version: 2.03
|
||||
Version: 2.05
|
||||
Release: 0
|
||||
#Upstream: Artistic-1.0 or GPL-1.0-or-later
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
@@ -26,6 +26,7 @@ Summary: Extracts POD documentation and shows usage information
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MAREKR/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -47,7 +48,7 @@ description (if present) of the command line options and arguments. If the
|
||||
verbose level is 2, then the entire manual page is printed.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user