2005-04-02 22:15:42 +00:00
|
|
|
Name: perl-URI
|
|
|
|
Version: 1.35
|
2006-06-06 00:50:48 +00:00
|
|
|
Release: 3
|
2005-04-02 22:15:42 +00:00
|
|
|
Summary: A Perl module implementing URI parsing and manipulation
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
2006-06-06 00:50:48 +00:00
|
|
|
License: GPL or Artistic
|
2005-04-02 22:15:42 +00:00
|
|
|
URL: http://search.cpan.org/dist/URI/
|
|
|
|
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/URI-%{version}.tar.gz
|
|
|
|
Source1: filter-requires-perl-URI.sh
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl >= 1:5.6.1
|
|
|
|
BuildRequires: perl(MIME::Base64)
|
|
|
|
#BuildRequires: perl(Business::ISBN)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
2005-04-03 05:35:07 +00:00
|
|
|
%define __perl_requires %{SOURCE1}
|
2004-09-09 10:20:10 +00:00
|
|
|
|
|
|
|
%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).
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2005-04-02 22:15:42 +00:00
|
|
|
%setup -q -n URI-%{version}
|
|
|
|
chmod 644 uri-test
|
2004-09-09 10:20:10 +00:00
|
|
|
|
|
|
|
%build
|
2005-04-02 22:15:42 +00:00
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make %{?_smp_mflags}
|
2004-09-09 10:20:10 +00:00
|
|
|
|
2005-04-02 22:15:42 +00:00
|
|
|
%install
|
2004-09-09 10:20:10 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-04-02 22:15:42 +00:00
|
|
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|
|
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
2004-09-09 10:20:10 +00:00
|
|
|
|
2005-04-02 22:15:42 +00:00
|
|
|
%check || :
|
|
|
|
make test
|
|
|
|
|
|
|
|
%clean
|
2004-09-09 10:20:10 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2004-09-09 10:20:13 +00:00
|
|
|
|
2005-04-02 22:15:42 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc Changes README rfc2396.txt uri-test
|
|
|
|
%{perl_vendorlib}/URI*
|
|
|
|
%{_mandir}/man3/*.3*
|
2004-09-09 10:20:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2006-06-06 00:50:48 +00:00
|
|
|
* Mon Jun 05 2006 Jason Vas Dias <jvdias@redhat.com> - 1.35-3
|
|
|
|
- fix License: tag
|
|
|
|
|
2006-02-03 21:21:13 +00:00
|
|
|
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 1.35-2.2
|
|
|
|
- rebuild for new perl-5.8.8
|
|
|
|
|
2005-12-17 02:15:40 +00:00
|
|
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt for new gcc
|
|
|
|
|
2005-12-16 23:24:09 +00:00
|
|
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt for new gcj
|
|
|
|
|
2005-04-03 05:35:07 +00:00
|
|
|
* Sat Apr 02 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.35-2
|
2005-04-02 22:15:42 +00:00
|
|
|
- Update to 1.35.
|
|
|
|
- Spec cleanup (#153205)
|
2005-03-31 09:28:50 +00:00
|
|
|
|
2004-09-23 21:45:19 +00:00
|
|
|
* Thu Sep 23 2004 Chip Turner <cturner@redhat.com> 1.30-3
|
|
|
|
- rebuild
|
|
|
|
|
2004-09-22 14:21:35 +00:00
|
|
|
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 1.30-2
|
|
|
|
- rebuild
|
|
|
|
|
2004-09-09 10:23:00 +00:00
|
|
|
* Fri Feb 13 2004 Chip Turner <cturner@redhat.com> 1.30-1
|
|
|
|
- update to 1.30
|
|
|
|
|
2004-09-09 10:20:10 +00:00
|
|
|
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- automated release bump and build
|
|
|
|
|
|
|
|
* Tue Aug 6 2002 Chip Turner <cturner@localhost.localdomain>
|
|
|
|
- update to 1.21
|
|
|
|
|
|
|
|
* Tue Jun 4 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- properly claim directories owned by package so they are removed when package is removed
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Fri Dec 7 2001 root <root@redhat.com>
|
|
|
|
- Spec file was autogenerated.
|