OBS User unknown
2007-10-17 15:31:54 +00:00
committed by Git OBS Bridge
parent 6988783393
commit e9f4d6254c
2 changed files with 24 additions and 10 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 17 15:05:17 CEST 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.
-------------------------------------------------------------------
Mon Sep 18 04:34:30 CEST 2006 - lmuelle@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Pod (Version 1.26)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 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.
#
@@ -11,14 +11,15 @@
# norootforbuild
Name: perl-Test-Pod
License: Artistic License, Other License(s), see package
Group: Development/Languages/Perl
URL: http://cpan.org/
Requires: perl = %{perl_version}
Autoreqprov: on
Summary: check for POD errors in files
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
Version: 1.26
Release: 1
Release: 61
Source: http://cpan.org/modules/by-module/Test/Test-Pod-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -40,6 +41,9 @@ Authors:
perl Makefile.PL
%{__make}
%check
make test
%install
%perl_make_install
%perl_process_packlist
@@ -56,8 +60,11 @@ perl Makefile.PL
%{perl_vendorarch}/auto/Test/Pod/.packlist
%{_mandir}/man3/Test::Pod.3pm.gz
/var/adm/perl-modules/%{name}
%changelog -n perl-Test-Pod
%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.
* Mon Sep 18 2006 - lmuelle@suse.de
- Update to version 0.26.
No new functionality in this version.