2007-01-16 00:31:56 +01:00
|
|
|
#
|
|
|
|
# spec file for package perl-Test-Pod (Version 1.26)
|
|
|
|
#
|
2007-10-17 17:31:54 +02:00
|
|
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:31:56 +01:00
|
|
|
# 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
|
2007-10-17 17:31:54 +02:00
|
|
|
License: Artistic License
|
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
Url: http://cpan.org/
|
|
|
|
BuildRequires: perl-Pod-Escapes perl-Pod-Simple
|
|
|
|
Requires: perl = %{perl_version} perl-Pod-Simple perl-Pod-Escapes
|
|
|
|
AutoReqProv: on
|
|
|
|
Summary: Check for POD errors in files
|
2007-01-16 00:31:56 +01:00
|
|
|
Version: 1.26
|
2007-10-17 17:31:54 +02:00
|
|
|
Release: 61
|
2007-01-16 00:31:56 +01:00
|
|
|
Source: http://cpan.org/modules/by-module/Test/Test-Pod-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Test::Pod lets you check the validity of a POD file, and report its
|
|
|
|
results in standard Test::Simple fashion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Andy Lester, <andy at petdance dot com>
|
|
|
|
brian d foy, <bdfoy at cpan dot org>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n Test-Pod-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
|
|
|
%{__make}
|
|
|
|
|
2007-10-17 17:31:54 +02:00
|
|
|
%check
|
|
|
|
make test
|
|
|
|
|
2007-01-16 00:31:56 +01:00
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%dir %{perl_vendorlib}/Test
|
|
|
|
%{perl_vendorlib}/Test/Pod.pm
|
|
|
|
%dir %{perl_vendorarch}/auto/Test
|
|
|
|
%dir %{perl_vendorarch}/auto/Test/Pod
|
|
|
|
%{perl_vendorarch}/auto/Test/Pod/.packlist
|
|
|
|
%{_mandir}/man3/Test::Pod.3pm.gz
|
|
|
|
/var/adm/perl-modules/%{name}
|
2007-10-17 17:31:54 +02:00
|
|
|
%changelog
|
|
|
|
* Wed Oct 17 2007 - pth@suse.de
|
|
|
|
- Add perl-Pod-Simple to Requires
|
|
|
|
- Run testsuite and BuildRequire everything needed to do this.
|
|
|
|
- Add perl-Pod-Simple perl-Pod-Escapes to Requires.
|
2007-01-16 00:31:56 +01:00
|
|
|
* Mon Sep 18 2006 - lmuelle@suse.de
|
|
|
|
- Update to version 0.26.
|
|
|
|
No new functionality in this version.
|
|
|
|
[FIXES]
|
|
|
|
* Fixed a Win32 build bug.
|
|
|
|
* Fixed a bug in the SYNOPSIS.
|
|
|
|
[THINGS THAT MAY BREAK YOUR CODE]
|
|
|
|
* The long-deprecated pod_ok() is now gone, along with all its
|
|
|
|
constants.
|
|
|
|
[ENHANCEMENTS]
|
|
|
|
* Now runs properly under VMS. Thanks to Peter Edwards.
|
|
|
|
* Wed Jan 25 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
* Wed Oct 26 2005 - lmuelle@suse.de
|
|
|
|
- Update to 1.22.
|
|
|
|
- bzip2 source tar ball.
|
|
|
|
* Wed Feb 16 2005 - schwab@suse.de
|
|
|
|
- Don't remove BuildRoot in %%install.
|
|
|
|
* Wed Feb 16 2005 - lmuelle@suse.de
|
|
|
|
- Initial SuSE package.
|