Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
a5c27346ea | |||
1a913607d4 | |||
60e180c2e1 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85dc7003e00e2cb236d30f05c918dbc5dec833e631e499ee4d8ea64b12abe89b
|
||||
size 30356
|
3
IRI-0.013.tar.gz
Normal file
3
IRI-0.013.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c024975f2a6c20b50fc2b31fe36cc276ffd53960dfbc9b0517552bc8866da00
|
||||
size 31075
|
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 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 05:32:43 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.13.0 (0.013)
|
||||
see /usr/share/doc/packages/perl-IRI/Changes
|
||||
|
||||
0.013 2024-09-29
|
||||
- (Update) New version to address bad data in META.yml in 0.12 release.
|
||||
0.012 2024-09-28
|
||||
- (Update) Fix bug that inadvertently allowed trailing newlines at the end
|
||||
of an IRI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 21 03:10:50 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-IRI
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@@ -16,20 +16,22 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-IRI
|
||||
Version: 0.011
|
||||
Release: 0
|
||||
%define cpan_name IRI
|
||||
Summary: Internationalized Resource Identifiers
|
||||
Name: perl-IRI
|
||||
Version: 0.13.0
|
||||
Release: 0
|
||||
# 0.013 -> normalize -> 0.13.0
|
||||
%define cpan_version 0.013
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/G/GW/GWILLIAMS/%{cpan_name}-%{version}.tar.gz
|
||||
Summary: Internationalized Resource Identifiers
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/G/GW/GWILLIAMS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
|
||||
BuildRequires: perl(Moo)
|
||||
BuildRequires: perl(MooX::HandlesVia)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
@@ -39,6 +41,8 @@ BuildRequires: perl(URI)
|
||||
Requires: perl(Moo)
|
||||
Requires: perl(MooX::HandlesVia)
|
||||
Requires: perl(Type::Tiny) >= 0.008
|
||||
Provides: perl(IRI) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -48,12 +52,13 @@ http://www.ietf.org/rfc/rfc3987.txt and supports their parsing,
|
||||
serializing, and base resolution.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -64,7 +69,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user