commit 1fd5e524da3efdbedad1111f8aa624d774ef4111 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 11:13:38 2019 -0400 Package init diff --git a/URI-1.76.tar.gz b/URI-1.76.tar.gz new file mode 100644 index 0000000..d630a9a Binary files /dev/null and b/URI-1.76.tar.gz differ diff --git a/perl-URI.spec b/perl-URI.spec new file mode 100644 index 0000000..6780a56 --- /dev/null +++ b/perl-URI.spec @@ -0,0 +1,55 @@ +Name: perl-URI +Version: 1.76 +Release: 2 +Summary: The Perl URI module implementation +License: GPLv1+ or Artistic 1.0 +URL: https://metacpan.org/release/URI +Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-%{version}.tar.gz +BuildArch: noarch +BuildRequires: make perl perl-generators perl-ExtUtils-MakeMaker +BuildRequires: perl(Test::Needs) +Requires: perl perl-Encode perl-MIME-Base64 perl-Data-Dumper perl-libnet perl-PathTools + +%description +This module implements the URI class. Objects of this class +represent "Uniform Resource Identifier references" as specified +in RFC 2396 (and updated by RFC 2732). + +%package help +Summary: Man page for %{name} +BuildArch: noarch + +%description help +%{summary}. + +%prep +%autosetup -n URI-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 +%make_build + +%install +%make_install + +%check +make test + +%files +%defattr(-,root,root) +%doc Changes CONTRIBUTING.md +%license LICENSE +%{perl_vendorlib}/URI.pm +%{perl_vendorlib}/URI/ + +%files help +%defattr(-,root,root) +%{_mandir}/man3/URI* + + +%changelog +* Tue Sep 24 2019 openEuler Buildteam - 1.74-2 +- Adjust requires + +* Fri Sep 6 2019 openEuler Buildteam - 1.74-1 +- Package init