forked from pool/perl-Test-Pod-Coverage
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Pod-Coverage?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
e0133929bf
commit
c7df6c124c
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 17 17:36:00 CEST 2007 - pth@suse.de
|
||||||
|
|
||||||
|
- Fix Requires.
|
||||||
|
- Clean up the spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 20 13:38:40 CEST 2006 - pth@suse.de
|
Fri Oct 20 13:38:40 CEST 2006 - pth@suse.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Pod-Coverage (Version 1.08)
|
# spec file for package perl-Test-Pod-Coverage (Version 1.08)
|
||||||
#
|
#
|
||||||
# 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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@@ -12,14 +12,14 @@
|
|||||||
|
|
||||||
Name: perl-Test-Pod-Coverage
|
Name: perl-Test-Pod-Coverage
|
||||||
BuildRequires: perl-Pod-Coverage perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod
|
BuildRequires: perl-Pod-Coverage perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod
|
||||||
URL: http://search.cpan.org/~petdance/Test-Pod-Coverage
|
Url: http://search.cpan.org/~petdance/Test-Pod-Coverage
|
||||||
License: Artistic License, GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: Artistic License; LGPL v2 or later
|
||||||
Group: Development/Languages/Perl
|
Group: Development/Libraries/Perl
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version} perl-Pod-Coverage perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Summary: Check for pod coverage in your distribution..
|
Summary: Check for POD Coverage in Your Distribution
|
||||||
Version: 1.08
|
Version: 1.08
|
||||||
Release: 1
|
Release: 52
|
||||||
Source: Test-Pod-Coverage-%{version}.tar.bz2
|
Source: Test-Pod-Coverage-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@@ -38,11 +38,13 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make
|
make
|
||||||
|
|
||||||
|
%check
|
||||||
make test
|
make test
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%buildroot install_vendor
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@@ -59,8 +61,10 @@ rm -rf %buildroot
|
|||||||
%{perl_vendorlib}/Test/Pod/Coverage.pm
|
%{perl_vendorlib}/Test/Pod/Coverage.pm
|
||||||
%{perl_vendorarch}/auto/Test/Pod/Coverage/.packlist
|
%{perl_vendorarch}/auto/Test/Pod/Coverage/.packlist
|
||||||
%{_mandir}/man3/Test::Pod::Coverage.3pm.gz
|
%{_mandir}/man3/Test::Pod::Coverage.3pm.gz
|
||||||
/var/adm/perl-modules/perl-Test-Pod-Coverage
|
/var/adm/perl-modules/%{name}
|
||||||
|
%changelog
|
||||||
%changelog -n perl-Test-Pod-Coverage
|
* Wed Oct 17 2007 - pth@suse.de
|
||||||
|
- Fix Requires.
|
||||||
|
- Clean up the spec file
|
||||||
* Fri Oct 20 2006 - pth@suse.de
|
* Fri Oct 20 2006 - pth@suse.de
|
||||||
- Initial package
|
- Initial package
|
||||||
|
Reference in New Issue
Block a user