rpms/perl-Carp-Clan/F-7 perl-Carp-Clan.spec,1.8,1.9

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Wed Jul 25 14:31:08 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-Carp-Clan/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20728

Modified Files:
	perl-Carp-Clan.spec 
Log Message:
bugzilla: 247754 - do not prompt for user input when building.


Index: perl-Carp-Clan.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Carp-Clan/F-7/perl-Carp-Clan.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-Carp-Clan.spec	26 Jan 2007 18:16:01 -0000	1.8
+++ perl-Carp-Clan.spec	25 Jul 2007 14:30:36 -0000	1.9
@@ -1,16 +1,18 @@
 Name:           perl-Carp-Clan
-Version:        5.8
-Release: 	2%{?dist}
+Version:        5.9
+Release:        1%{?dist}
 Summary:        Report errors from perspective of caller of a "clan" of modules
 
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/Carp-Clan/
-Source0:        http://www.cpan.org/authors/id/S/ST/STBEY/Carp-Clan-5.8.tar.gz
+Source0:        http://www.cpan.org/authors/id/J/JJ/JJORE/Carp-Clan-%{version}.tar.gz
+# The upstream Makefile.PL prompts for user input.  Don't do that.
+Patch1:         perl-Carp-Clan-no-prompt-Makefile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
+BuildRequires:  perl >= 1:5.6.1, perl(Test::Exception)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -23,6 +25,7 @@
 
 %prep
 %setup -q -n Carp-Clan-%{version}
+%patch1 -p1
 
 # Filter unwanted Provides:
 cat << EOF > %{name}-prov
@@ -60,6 +63,12 @@
 
 
 %changelog
+* Wed Jul 25 2007 Robin Norwood <rnorwood at redhat.com> - 5.9-1
+- Update to latest CPAN version: 5.9
+- Upstream Makefile.PL prompts for user input to include
+  Object::Deadly as a prerequisite.  We don't ship Object::Deadly, so
+  just comment out the prompt.
+
 * Fri Jan 26 2007 Robin Norwood <rnorwood at redhat.com> - 5.8-2
 - Resolves: bz#224571 - Remove erroneous rpm 'provides' of perl(DB)
 




More information about the scm-commits mailing list