forked from pool/perl-PAR-Dist
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
b9646a494d | |||
fd52060f79 |
@@ -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
|
@@ -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>
|
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
|
# 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
|
# 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,16 +18,20 @@
|
|||||||
|
|
||||||
%define cpan_name PAR-Dist
|
%define cpan_name PAR-Dist
|
||||||
Name: perl-PAR-Dist
|
Name: perl-PAR-Dist
|
||||||
Version: 0.52
|
Version: 0.530.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# 0.53 -> normalize -> 0.530.0
|
||||||
|
%define cpan_version 0.53
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Create and manipulate PAR distributions
|
Summary: Create and manipulate PAR distributions
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Provides: perl(PAR::Dist) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -47,7 +51,7 @@ release of 'PAR-Dist' on CPAN, built for perl 5.8.0 running on
|
|||||||
'i386-freebsd'.
|
'i386-freebsd'.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user