239123
Name:           perl-URI
239123
Version:        1.60
239123
Release:        9%{?dist}
239123
Summary:        A Perl module implementing URI parsing and manipulation
239123
Group:          Development/Libraries
239123
License:        GPL+ or Artistic
239123
URL:            http://search.cpan.org/dist/URI/
239123
Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/URI-%{version}.tar.gz
239123
BuildArch:      noarch
239123
BuildRequires:  perl(Carp)
239123
BuildRequires:  perl(constant)
239123
BuildRequires:  perl(Cwd)
239123
BuildRequires:  perl(Data::Dumper)
239123
BuildRequires:  perl(Encode)
239123
BuildRequires:  perl(Exporter)
239123
BuildRequires:  perl(ExtUtils::MakeMaker)
239123
BuildRequires:  perl(File::Spec::Functions)
239123
BuildRequires:  perl(MIME::Base64) >= 2
239123
BuildRequires:  perl(Net::Domain)
239123
BuildRequires:  perl(Storable)
239123
BuildRequires:  perl(Test)
239123
BuildRequires:  perl(Test::More)
239123
# Business::ISBN -> Test::Pod -> Pod::Simple -> HTML::Entities (HTML::Parser) -> URI
239123
%if 0%{!?perl_bootstrap:1}
239123
BuildRequires:  perl(Business::ISBN)
239123
%endif
239123
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
239123
Requires:       perl(Business::ISBN)
239123
Requires:       perl(Cwd)
239123
Requires:       perl(Data::Dumper)
239123
Requires:       perl(MIME::Base64) >= 2
239123
Requires:       perl(Net::Domain)
239123
239123
%description
239123
This module implements the URI class. Objects of this class represent
239123
"Uniform Resource Identifier references" as specified in RFC 2396 (and
239123
updated by RFC 2732).
239123
239123
%prep
239123
%setup -q -n URI-%{version}
239123
chmod -c 644 uri-test
239123
239123
%build
239123
perl Makefile.PL INSTALLDIRS=perl
239123
make %{?_smp_mflags}
239123
239123
%install
239123
make pure_install DESTDIR=%{buildroot}
239123
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
239123
%{_fixperms} %{buildroot}
239123
239123
%check
239123
make test
239123
239123
%files
239123
%doc Changes README uri-test
239123
%{perl_privlib}/URI.pm
239123
%{perl_privlib}/URI/
239123
%{_mandir}/man3/URI.3pm*
239123
%{_mandir}/man3/URI::Escape.3pm*
239123
%{_mandir}/man3/URI::Heuristic.3pm*
239123
%{_mandir}/man3/URI::QueryParam.3pm*
239123
%{_mandir}/man3/URI::Split.3pm*
239123
%{_mandir}/man3/URI::URL.3pm*
239123
%{_mandir}/man3/URI::WithBase.3pm*
239123
%{_mandir}/man3/URI::_punycode.3pm*
239123
%{_mandir}/man3/URI::data.3pm*
239123
%{_mandir}/man3/URI::file.3pm*
239123
%{_mandir}/man3/URI::ldap.3pm*
239123
239123
%changelog
239123
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.60-9
239123
- Mass rebuild 2013-12-27
239123
239123
* Wed Feb 27 2013 Paul Howarth <paul@city-fan.org> - 1.60-8
239123
- Retain runtime dependency of perl(Business::ISBN) when bootstrapping; a
239123
  better fix for the build dependency cycle was to drop LWP::Simple as a
239123
  buildreq of perl-Business-ISBN (needed only for optional tests) when
239123
  bootstrapping
239123
239123
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-7
239123
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
239123
239123
* Fri Nov 23 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.60-6
239123
- Update dependencies
239123
239123
* Tue Aug 28 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.60-5
239123
- Specify all dependencies
239123
239123
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-4
239123
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
239123
239123
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1.60-3
239123
- Perl 5.16 re-rebuild of bootstrapped packages
239123
239123
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.60-2
239123
- Perl 5.16 rebuild
239123
239123
* Mon Mar 26 2012 Paul Howarth <paul@city-fan.org> - 1.60-1
239123
- Update to 1.60
239123
  - Do not reverse the order of new parameters
239123
  - Avoid test failure if the local hostname is 'foo' (CPAN RT#75519)
239123
  - Work around a stupid join bug in 5.8.[12] (CPAN RT#59274)
239123
  - Updated repository URL
239123
- Don't need to remove empty directories from buildroot
239123
- BR: perl(constant)
239123
239123
* Fri Jan 20 2012 Paul Howarth <paul@city-fan.org> - 1.59-3
239123
- Break build dependency loop by only using perl(Business::ISBN) if we're not
239123
  bootstrapping
239123
- BR: perl(Carp) and perl(Exporter)
239123
- Make %%files list more explicit
239123
- Use DESTDIR rather than PERL_INSTALL_ROOT
239123
- Use %%{_fixperms} macro rather than our own chmod incantation
239123
- Don't use macros for commands
239123
239123
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.59-2
239123
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
239123
239123
* Sun Oct  2 2011 Tom Callaway <spot@fedoraproject.org> - 1.59-1
239123
- update to 1.59
239123
239123
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.58-2
239123
- Perl mass rebuild
239123
239123
* Wed Mar 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.58-1
239123
- update to 1.58
239123
239123
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.56-2
239123
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
239123
239123
* Mon Oct 11 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.56-1
239123
- update
239123
239123
* Fri Sep 23 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.55-1
239123
- update
239123
239123
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.54-2
239123
- Mass rebuild with perl-5.12.0
239123
239123
* Mon Apr 19 2010 Petr Pisar <ppisar@redhat.com> - 1.54-1
239123
- version bump
239123
- Changes is in UTF-8 already
239123
- rfc2396.txt removed by upstream
239123
239123
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.40-2
239123
- rebuild against perl 5.10.1
239123
239123
* Tue Oct  6 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1.40-1
239123
- update to new upstream release
239123
239123
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37-3
239123
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
239123
239123
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37-2
239123
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
239123
239123
* Fri Feb 20 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.37-1
239123
- Upstream update.
239123
- Add BR: perl(Test::More), perl(Business::ISBN).
239123
- Remove requires-filter.
239123
239123
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.35-8
239123
- Rebuild for perl 5.10 (again)
239123
239123
* Wed Feb 13 2008 Robin Norwood <rnorwood@redhat.com> - 1.35-7
239123
- rebuild again for new perl
239123
239123
* Wed Feb 13 2008 Robin Norwood <rnorwood@redhat.com> - 1.35-6
239123
- Last update for package review
239123
239123
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.35-5
239123
- rebuild for new perl
239123
239123
* Thu Oct 25 2007 Robin Norwood <rnorwood@redhat.com> - 1.35-4
239123
- Fix various package review issues:
239123
- Remove redundant BR: perl
239123
- remove "|| :" from %%check
239123
- move requires filter into spec file
239123
- remove tabs and fix spacing
239123
239123
* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.35-3.1
239123
- correct license tag
239123
- add BR: perl(ExtUtils::MakeMaker)
239123
239123
* Mon Jun 05 2006 Jason Vas Dias <jvdias@redhat.com> - 1.35-3
239123
- fix License: tag
239123
239123
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 1.35-2.2
239123
- rebuild for new perl-5.8.8
239123
239123
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
239123
- rebuilt for new gcc
239123
239123
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
239123
- rebuilt for new gcj
239123
239123
* Sat Apr 02 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.35-2
239123
- Update to 1.35.
239123
- Spec cleanup (#153205)
239123
239123
* Thu Sep 23 2004 Chip Turner <cturner@redhat.com> 1.30-3
239123
- rebuild
239123
239123
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 1.30-2
239123
- rebuild
239123
239123
* Fri Feb 13 2004 Chip Turner <cturner@redhat.com> 1.30-1
239123
- update to 1.30
239123
239123
* Tue Aug  6 2002 Chip Turner <cturner@redhat.com>
239123
- automated release bump and build
239123
239123
* Tue Aug  6 2002 Chip Turner <cturner@localhost.localdomain>
239123
- update to 1.21
239123
239123
* Tue Jun  4 2002 Chip Turner <cturner@redhat.com>
239123
- properly claim directories owned by package so they are removed when package is removed
239123
239123
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
239123
- automated rebuild
239123
239123
* Fri Dec 7 2001 root <root@redhat.com>
239123
- Spec file was autogenerated.