67 lines
1.8 KiB
RPMSpec
67 lines
1.8 KiB
RPMSpec
|
#
|
||
|
# spec file for package perl-Test-Pod-Coverage (Version 1.08)
|
||
|
#
|
||
|
# Copyright (c) 2006 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.
|
||
|
#
|
||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||
|
#
|
||
|
|
||
|
# norootforbuild
|
||
|
|
||
|
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..
|
||
|
Version: 1.08
|
||
|
Release: 1
|
||
|
Source: Test-Pod-Coverage-%{version}.tar.bz2
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
|
||
|
%description
|
||
|
Checks for POD coverage in files for your distribution.
|
||
|
|
||
|
|
||
|
|
||
|
Authors:
|
||
|
--------
|
||
|
Andy Lester <andy@petdance.com>
|
||
|
|
||
|
%prep
|
||
|
%setup -n Test-Pod-Coverage-%{version}
|
||
|
|
||
|
%build
|
||
|
perl Makefile.PL
|
||
|
make
|
||
|
make test
|
||
|
# ---------------------------------------------------------------------------
|
||
|
|
||
|
%install
|
||
|
make DESTDIR=%buildroot install_vendor
|
||
|
%perl_process_packlist
|
||
|
|
||
|
%clean
|
||
|
rm -rf %buildroot
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%doc Changes
|
||
|
%dir %{perl_vendorlib}/Test
|
||
|
%dir %{perl_vendorlib}/Test/Pod
|
||
|
%dir %{perl_vendorarch}/auto/Test
|
||
|
%dir %{perl_vendorarch}/auto/Test/Pod
|
||
|
%{perl_vendorarch}/auto/Test/Pod/Coverage
|
||
|
%{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
|
||
|
* Fri Oct 20 2006 - pth@suse.de
|
||
|
- Initial package
|