Accepting request 65662 from devel:languages:perl

Accepted submit request 65662 from user coolo

OBS-URL: https://build.opensuse.org/request/show/65662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Pod?expand=0&rev=20
This commit is contained in:
Sascha Peilicke 2011-03-31 13:44:16 +00:00 committed by Git OBS Bridge
commit 8a6a7906d6
4 changed files with 27 additions and 31 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad542ae914a7a4834a3c82c327bffe81e54315881d243ae8b31054d349463142
size 10509

3
Test-Pod-1.45.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d391331faf8840b38bbf87faf48b4590fe6b7c13ddfc4253743f2d52e95b607b
size 11034

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 31 12:33:48 UTC 2011 - coolo@novell.com
- update to 1.45
* Removed Module::Build from `build_requires`, since it does nothing
out-of-the ordinary, and this keeps it out of the `Makefile.PL`'s
`PM_PREREQ`. Per gripe from Peter Scott.
-------------------------------------------------------------------
Tue Mar 15 08:16:07 UTC 2011 - cfarrell@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Pod
# spec file for package perl-Test-Pod (Version 1.45)
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,40 +15,28 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Test-Pod
%define cpan_name Test-Pod
Summary: Check for POD errors in files
Version: 1.44
Release: 7
Version: 1.45
Release: 1
License: Artistic 2.0 or GPLv2
Group: Development/Libraries/Perl
%define cpan_name Test-Pod
Summary: check for POD errors in files
Url: http://search.cpan.org/dist/Test-Pod/
Source: http://www.cpan.org/modules/by-module/Test/Test-Pod-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/D/DW/DWHEELER/Test-Pod-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
BuildRequires: perl(File::Spec)
BuildRequires: perl(Pod::Simple) >= 3.05
BuildRequires: perl(Test::More) >= 0.62
#
Requires: perl(File::Spec)
Requires: perl(Pod::Simple) >= 3.05
Requires: perl(Test::Builder::Tester) >= 1.02
Requires: perl(Test::More) >= 0.62
%{perl_requires}
%description
Check POD files for errors or warnings in a test file, using Pod::Simple to
do the heavy lifting.
Authors:
--------
David E. Wheeler, <david@justatheory.com>
Check POD files for errors or warnings in a test file, using 'Pod::Simple'
to do the heavy lifting.
%prep
%setup -q -n %{cpan_name}-%{version}
@ -61,14 +49,14 @@ Authors:
./Build test
%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,-)
%defattr(644,root,root,755)
%doc Changes README
%changelog