2007-01-16 00:31:56 +01:00
|
|
|
#
|
|
|
|
# spec file for package perl-Test-Pod (Version 1.26)
|
|
|
|
#
|
2010-01-09 11:51:00 +01:00
|
|
|
# Copyright (c) 2010 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2009-06-18 17:13:15 +02:00
|
|
|
|
2007-01-16 00:31:56 +01:00
|
|
|
Name: perl-Test-Pod
|
2009-07-27 22:28:53 +02:00
|
|
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
2007-10-17 17:31:54 +02:00
|
|
|
Summary: Check for POD errors in files
|
2007-01-16 00:31:56 +01:00
|
|
|
Version: 1.26
|
2010-01-09 11:51:00 +01:00
|
|
|
Release: 124
|
2009-07-27 22:28:53 +02:00
|
|
|
License: Artistic License ..
|
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
Url: http://cpan.org/
|
|
|
|
Source: http://cpan.org/modules/by-module/Test/%{cpan_name}-%{version}.tar.bz2
|
2007-01-16 00:31:56 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2009-07-27 22:28:53 +02:00
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
|
|
|
#BuildRequires: perl(Module::Build)
|
|
|
|
BuildRequires: perl(Test::More) >= 0
|
|
|
|
BuildRequires: perl(Test::Builder::Tester) >= 0
|
|
|
|
# other not perl || perl-base
|
|
|
|
BuildRequires: perl(Pod::Escapes) >= 1.04
|
|
|
|
BuildRequires: perl(Pod::Simple) >= 2.04
|
|
|
|
BuildRequires: perl(File::Spec) >= 0
|
|
|
|
Requires: perl = %{perl_version}
|
|
|
|
# other not perl || perl-base
|
|
|
|
Requires: perl(Pod::Escapes) >= 1.04
|
|
|
|
Requires: perl(Pod::Simple) >= 2.04
|
|
|
|
Requires: perl(File::Spec) >= 0
|
|
|
|
#Provides: %{cpan_name} Test::Pod
|
2007-01-16 00:31:56 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
|
2009-07-27 22:28:53 +02:00
|
|
|
%{cpan_name} module for perl
|
|
|
|
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>
|
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
|
2009-07-27 22:28:53 +02:00
|
|
|
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
2010-01-09 11:51:00 +01:00
|
|
|
%{__make} %{?jobs:-j%jobs}
|
2007-01-16 00:31:56 +01:00
|
|
|
|
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
|
2009-07-27 22:28:53 +02:00
|
|
|
%perl_gen_filelist
|
2007-01-16 00:31:56 +01:00
|
|
|
|
|
|
|
%clean
|
2009-07-27 22:28:53 +02:00
|
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
2007-01-16 00:31:56 +01:00
|
|
|
|
2009-07-27 22:28:53 +02:00
|
|
|
%files -f %{name}.files
|
|
|
|
# normally you only need to check for doc files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc Changes
|
2009-06-18 17:13:15 +02:00
|
|
|
|
2007-10-17 17:31:54 +02:00
|
|
|
%changelog
|