This commit is contained in:
parent
6e4262d399
commit
95cfc2030f
@ -1,15 +1,23 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Pod-Coverage (Version 0.19)
|
# spec file for package perl-Pod-Coverage (Version 0.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 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.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Pod-Coverage
|
Name: perl-Pod-Coverage
|
||||||
BuildRequires: perl-Devel-Symdump perl-Module-Info perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod perl-YAML
|
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
|
Url: http://search.cpan.org/~rclamp/Pod-Coverage
|
||||||
@ -19,7 +27,7 @@ Requires: perl-Devel-Symdump, perl = %{perl_version}
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Check if the documentation of a module is comprehensive
|
Summary: Check if the documentation of a module is comprehensive
|
||||||
Version: 0.19
|
Version: 0.19
|
||||||
Release: 1
|
Release: 59
|
||||||
Source: Pod-Coverage-%{version}.tar.bz2
|
Source: Pod-Coverage-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -77,10 +85,11 @@ rm -rf %buildroot
|
|||||||
%doc %{_mandir}/man3/*.3pm.gz
|
%doc %{_mandir}/man3/*.3pm.gz
|
||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
%{_bindir}/pod_cover
|
%{_bindir}/pod_cover
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 20 2007 - pth@suse.de
|
* Tue Nov 20 2007 pth@suse.de
|
||||||
- Update to 0.19:
|
- Update to 0.19:
|
||||||
Don't use _CvGV to determine if a sub was imported, there's a handy
|
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
|
flag - GVf_IMPORTED_CV. Fixes 5.9.5 and future perls
|
||||||
* Fri Oct 20 2006 - pth@suse.de
|
* Fri Oct 20 2006 pth@suse.de
|
||||||
- Initial package
|
- Initial package
|
||||||
|
Loading…
Reference in New Issue
Block a user