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