rpms/perl-Smart-Comments/FC-6 perl-Smart-Comments.spec,1.3,1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Mar 27 22:33:19 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Smart-Comments/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7944/FC-6

Modified Files:
	perl-Smart-Comments.spec 
Log Message:
Be more explict with core requires.



Index: perl-Smart-Comments.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Smart-Comments/FC-6/perl-Smart-Comments.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Smart-Comments.spec	1 Sep 2006 04:22:26 -0000	1.3
+++ perl-Smart-Comments.spec	27 Mar 2007 22:32:46 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           perl-Smart-Comments
 Version:        1.000002        
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Comments that do more than just sit there
 
 Group:          Development/Libraries
@@ -12,10 +12,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ## core
-BuildRequires:  perl
-#BuildRequires: perl(Test::More), perl(Text::Balanced), perl(Data::Dumper)
-#BuildRequires: perl(Filter::Simple), perl(List::Util),
-#BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl, perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Test::More), perl(Text::Balanced), perl(Data::Dumper)
+BuildRequires: perl(Filter::Simple), perl(List::Util)
 ## non-core
 BuildRequires:  perl(version)
 BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
@@ -68,6 +67,9 @@
 
 
 %changelog
+* Tue Mar 27 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.000002-4
+- be more explicit with core requires
+
 * Thu Aug 31 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.000002-3
 - bump for mass rebuild
 




More information about the fedora-extras-commits mailing list