rpms/perl-Pod-Coverage/EL-4 .cvsignore, 1.3, 1.4 perl-Pod-Coverage.spec, 1.5, 1.6 sources, 1.3, 1.4

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Fri Dec 28 13:45:23 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/perl-Pod-Coverage/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28276

Modified Files:
	.cvsignore perl-Pod-Coverage.spec sources 
Log Message:
sync with devel. Keep the BuildRequires perl(Test::More)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Pod-Coverage/EL-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	2 Dec 2004 20:06:30 -0000	1.3
+++ .cvsignore	28 Dec 2007 13:44:37 -0000	1.4
@@ -1,2 +1 @@
-Pod-Coverage-0.14.tar.gz
-Pod-Coverage-0.17.tar.gz
+Pod-Coverage-0.18.tar.gz


Index: perl-Pod-Coverage.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Pod-Coverage/EL-4/perl-Pod-Coverage.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Pod-Coverage.spec	20 Apr 2005 14:20:22 -0000	1.5
+++ perl-Pod-Coverage.spec	28 Dec 2007 13:44:37 -0000	1.6
@@ -1,20 +1,20 @@
-%{!?perl_vendorarch: %define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)}
-
 Name:           perl-Pod-Coverage
-Version:        0.17
-Release:        1.1
-Epoch:          0
+Version:        0.18
+Release:        2%{?dist}
 Summary:        Checks if the documentation of a module is comprehensive
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Pod-Coverage/
-Source0:    http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-0.17.tar.gz
+Source0:        http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Devel::Symdump), perl(Test::More), perl(Test::Pod)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(Devel::Symdump)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 Developers hate writing documentation.  They'd hate it even more if their
@@ -41,7 +41,7 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 ./Build test
 
 
@@ -53,14 +53,29 @@
 %defattr(-,root,root,-)
 %doc Changes README examples/
 %{_bindir}/*
-%{perl_vendorarch}/Pod/
-%{perl_vendorarch}/auto/Pod/
-%{_mandir}/man3/*.3*
+%{perl_vendorlib}/Pod/
+%{_mandir}/man3/*.3pm*
 
 
 %changelog
-* Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.17-1.1
+* Wed Aug  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-2
+- Version 0.18 is now a noarch package.
+
+* Wed Aug  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-1
+- Update to 0.18.
+
+* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-5
+- Rebuild for FC5 (perl 5.8.8).
+
+* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-4
+- Add dist tag.
+
+* Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-3
 - Avoid .packlist creation with Module::Build >= 0.2609.
+- Trust that %%{perl_vendorlib} is defined.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
 
 * Sat Nov 27 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.17-1
 - Update to 0.17.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Pod-Coverage/EL-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	2 Dec 2004 20:06:30 -0000	1.3
+++ sources	28 Dec 2007 13:44:37 -0000	1.4
@@ -1 +1 @@
-79fbf29b4438bebc24a3957cc9017612  Pod-Coverage-0.17.tar.gz
+12e4f06fa8411a1f5011d3e6ce3628b3  Pod-Coverage-0.18.tar.gz




More information about the fedora-extras-commits mailing list