2007-01-16 00:31:56 +01:00
|
|
|
#
|
2011-03-31 15:44:25 +02:00
|
|
|
# spec file for package perl-Test-Pod
|
2007-01-16 00:31:56 +01:00
|
|
|
#
|
2013-06-04 17:32:36 +02:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:31:56 +01:00
|
|
|
#
|
2009-06-18 17:13:15 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:31:56 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2011-03-31 15:44:25 +02:00
|
|
|
|
2007-01-16 00:31:56 +01:00
|
|
|
Name: perl-Test-Pod
|
2013-06-04 17:32:36 +02:00
|
|
|
Version: 1.48
|
|
|
|
Release: 0
|
2011-03-31 14:39:39 +02:00
|
|
|
%define cpan_name Test-Pod
|
|
|
|
Summary: check for POD errors in files
|
2013-06-04 17:32:36 +02:00
|
|
|
License: Artistic-1.0 or GPL-1.0+
|
2011-03-31 14:39:39 +02:00
|
|
|
Group: Development/Libraries/Perl
|
2011-08-17 11:28:22 +02:00
|
|
|
Url: http://search.cpan.org/dist/Test-Pod/
|
|
|
|
Source: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz
|
2010-02-18 16:52:08 +01:00
|
|
|
BuildArch: noarch
|
2011-03-31 14:39:39 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2009-07-27 22:28:53 +02:00
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
2013-06-04 17:32:36 +02:00
|
|
|
BuildRequires: perl(Module::Build) >= 0.30
|
|
|
|
BuildRequires: perl(Pod::Simple) >= 3.05
|
|
|
|
Requires: perl(Pod::Simple) >= 3.05
|
2010-08-24 18:00:17 +02:00
|
|
|
BuildRequires: perl(File::Spec)
|
2011-08-17 11:28:22 +02:00
|
|
|
BuildRequires: perl(Test::More) >= 0.62
|
2010-08-24 18:00:17 +02:00
|
|
|
Requires: perl(File::Spec)
|
2011-08-17 11:28:22 +02:00
|
|
|
Requires: perl(Test::Builder::Tester) >= 1.02
|
2013-06-04 17:32:36 +02:00
|
|
|
Requires: perl(Test::More) >= 0.62
|
2011-03-31 14:39:39 +02:00
|
|
|
%{perl_requires}
|
2007-01-16 00:31:56 +01:00
|
|
|
|
|
|
|
%description
|
2011-03-31 14:39:39 +02:00
|
|
|
Check POD files for errors or warnings in a test file, using 'Pod::Simple'
|
|
|
|
to do the heavy lifting.
|
2007-01-16 00:31:56 +01:00
|
|
|
|
|
|
|
%prep
|
2009-07-27 22:28:53 +02:00
|
|
|
%setup -q -n %{cpan_name}-%{version}
|
2007-01-16 00:31:56 +01:00
|
|
|
|
|
|
|
%build
|
2010-08-24 18:00:17 +02:00
|
|
|
%{__perl} Build.PL installdirs=vendor
|
|
|
|
./Build build flags=%{?_smp_mflags}
|
2007-01-16 00:31:56 +01:00
|
|
|
|
2007-10-17 17:31:54 +02:00
|
|
|
%check
|
2010-02-18 16:52:08 +01:00
|
|
|
./Build test
|
2007-10-17 17:31:54 +02:00
|
|
|
|
2007-01-16 00:31:56 +01:00
|
|
|
%install
|
2011-03-31 14:39:39 +02:00
|
|
|
./Build install destdir=%{buildroot} create_packlist=0
|
2009-07-27 22:28:53 +02:00
|
|
|
%perl_gen_filelist
|
2007-01-16 00:31:56 +01:00
|
|
|
|
2009-07-27 22:28:53 +02:00
|
|
|
%files -f %{name}.files
|
2013-06-04 17:32:36 +02:00
|
|
|
%defattr(-,root,root,755)
|
2010-04-21 14:41:32 +02:00
|
|
|
%doc Changes README
|
2009-06-18 17:13:15 +02:00
|
|
|
|
2007-10-17 17:31:54 +02:00
|
|
|
%changelog
|