This commit is contained in:
parent
87dcfd655d
commit
6e4262d399
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b230859c19a2da316a587d910e7a6a861b4de783411bf38c0f7213bb2bceb09
|
||||
size 11812
|
3
Pod-Coverage-0.19.tar.bz2
Normal file
3
Pod-Coverage-0.19.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c44db3c8e197ce68d741e186f777199fb1a1b72c432ec3bdef73e8c9a7950513
|
||||
size 12122
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 12:56:09 CET 2007 - pth@suse.de
|
||||
|
||||
- Update to 0.19:
|
||||
Don't use _CvGV to determine if a sub was imported, there's a handy
|
||||
flag - GVf_IMPORTED_CV. Fixes 5.9.5 and future perls
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 20 13:38:06 CEST 2006 - pth@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Pod-Coverage (Version 0.18)
|
||||
# spec file for package perl-Pod-Coverage (Version 0.19)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -12,13 +12,13 @@
|
||||
|
||||
Name: perl-Pod-Coverage
|
||||
BuildRequires: perl-Devel-Symdump perl-Module-Info perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod perl-YAML
|
||||
URL: http://search.cpan.org/~rclamp/Pod-Coverage
|
||||
License: Artistic License, GNU General Public License (GPL) - all versions
|
||||
Group: Development/Languages/Perl
|
||||
Url: http://search.cpan.org/~rclamp/Pod-Coverage
|
||||
License: Artistic License; GPL v2 or later
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: perl-Devel-Symdump, perl = %{perl_version}
|
||||
Autoreqprov: on
|
||||
Summary: Check if the documentation of a module is comprehensive.
|
||||
Version: 0.18
|
||||
AutoReqProv: on
|
||||
Summary: Check if the documentation of a module is comprehensive
|
||||
Version: 0.19
|
||||
Release: 1
|
||||
Source: Pod-Coverage-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -50,6 +50,8 @@ Authors:
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make
|
||||
|
||||
%check
|
||||
make test
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
@ -75,7 +77,10 @@ rm -rf %buildroot
|
||||
%doc %{_mandir}/man3/*.3pm.gz
|
||||
/var/adm/perl-modules/%{name}
|
||||
%{_bindir}/pod_cover
|
||||
|
||||
%changelog -n perl-Pod-Coverage
|
||||
%changelog
|
||||
* Tue Nov 20 2007 - pth@suse.de
|
||||
- Update to 0.19:
|
||||
Don't use _CvGV to determine if a sub was imported, there's a handy
|
||||
flag - GVf_IMPORTED_CV. Fixes 5.9.5 and future perls
|
||||
* Fri Oct 20 2006 - pth@suse.de
|
||||
- Initial package
|
||||
|
Loading…
Reference in New Issue
Block a user