Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
9dc98d9d47 | |||
5810d64e14 | |||
5c87a44be9 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbe963009ea79d2454a85fe1794f425b7ddc1e86b71749c884db29d601ea8f88
|
||||
size 42768
|
3
PAR-Dist-0.53.tar.gz
Normal file
3
PAR-Dist-0.53.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04cbc81e786968f9a4109ad6c2f9b81e879ac0c6b6080a9d217443b61dfd2498
|
||||
size 43238
|
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 Jun 23 16:46:01 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- updated to 0.530.0 (0.53)
|
||||
see /usr/share/doc/packages/perl-PAR-Dist/Changes
|
||||
|
||||
0.53 2024-06-18
|
||||
|
||||
- fix #2: PAR::Dist::blib_to_par quotes the version number of the dist when making the PAR file
|
||||
|
||||
- quote value of "version" in generated META.yml (if there is no (MY)META.yml)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 8 03:06:29 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-PAR-Dist
|
||||
#
|
||||
# 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,16 +18,21 @@
|
||||
|
||||
%define cpan_name PAR-Dist
|
||||
Name: perl-PAR-Dist
|
||||
Version: 0.52
|
||||
Version: 0.530.0
|
||||
Release: 0
|
||||
# 0.53 -> normalize -> 0.530.0
|
||||
%define cpan_version 0.53
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Create and manipulate PAR distributions
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(PAR::Dist) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -47,7 +52,7 @@ release of 'PAR-Dist' on CPAN, built for perl 5.8.0 running on
|
||||
'i386-freebsd'.
|
||||
|
||||
%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