rpms/perl-B-Keywords/F-7 perl-B-Keywords.spec, 1.2, 1.3 sources, 1.3, 1.4

Chris Weyl cweyl at fedoraproject.org
Sat May 31 23:43:26 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-B-Keywords/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5763

Modified Files:
	perl-B-Keywords.spec sources 
Log Message:
* Sat May 31 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.08-2
- update buildrequires



Index: perl-B-Keywords.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-B-Keywords/F-7/perl-B-Keywords.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-B-Keywords.spec	15 Feb 2007 17:01:42 -0000	1.2
+++ perl-B-Keywords.spec	31 May 2008 23:42:40 -0000	1.3
@@ -1,20 +1,21 @@
 Name:           perl-B-Keywords
-Version:        1.06
-Release:        1%{?dist}
+Version:        1.08
+Release:        2%{?dist}
 Summary:        Lists of reserved barewords and symbol names
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/B-Keywords/
 Source0:        http://www.cpan.org/authors/id/J/JJ/JJORE/B-Keywords-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(YAML)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test)
+
 %description
 %{summary}.
 
@@ -33,16 +34,11 @@
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 
 %check
-# Skip the Perl::Critic tests for two reasons:
-#   1) it fails a couple of tests
-#   2) it causes bootstrap problems
-#      (Perl::Critic 0.23 requires this module)
-mv t/05critic.t t/05critic.t.skip
-AUTHOR_TESTS=1 make test
+make test
 
 
 %clean
@@ -57,6 +53,25 @@
 
 
 %changelog
+* Sat May 31 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.08-2
+- update buildrequires
+
+* Sat Mar 15 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.08-1
+- update to 1.08
+
+* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.06-4
+- Rebuild normally, second pass
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.06-3
+- Rebuild for perl 5.10 (again), disable tests for first pass
+
+* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.06-2
+- rebuild normally, second pass
+
+* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.06-1.1
+- rebuild for new perl
+- disable Test-Pod-Coverage, tests for first pass
+
 * Thu Feb 15 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
 - Update to 1.06.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-B-Keywords/F-7/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	15 Feb 2007 17:01:42 -0000	1.3
+++ sources	31 May 2008 23:42:40 -0000	1.4
@@ -1 +1 @@
-24f311df8a5f0174cc465e1949082db3  B-Keywords-1.06.tar.gz
+92f0d9d63d6ee2a6a2d4c5e1a90c5367  B-Keywords-1.08.tar.gz




More information about the Fedora-perl-devel-list mailing list