Add clarification for package review.
This commit is contained in:
parent
6c1fb37fc9
commit
e82709947f
@ -1,6 +1,6 @@
|
|||||||
Name: perl-URI
|
Name: perl-URI
|
||||||
Version: 1.35
|
Version: 1.35
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: A Perl module implementing URI parsing and manipulation
|
Summary: A Perl module implementing URI parsing and manipulation
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -12,8 +12,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(MIME::Base64)
|
BuildRequires: perl(MIME::Base64)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
# Uncomment the following line when bug #351761 is fixed and perl-Business-ISBN is included in Fedora
|
# Uncomment the BuildRequires line when this upstream bug is resolved:
|
||||||
# Also be sure to remove Requires filter found in prep section for perl(Business::ISBN)
|
# http://rt.cpan.org/Public/Bug/Display.html?id=33220
|
||||||
|
# Be sure to remove Requires filter found in prep section for perl(Business::ISBN)
|
||||||
#BuildRequires: perl(Business::ISBN)
|
#BuildRequires: perl(Business::ISBN)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
@ -73,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 13 2008 Robin Norwood <rnorwood@redhat.com> - 1.35-6
|
||||||
|
- Last update for package review
|
||||||
|
|
||||||
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.35-5
|
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.35-5
|
||||||
- rebuild for new perl
|
- rebuild for new perl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user