Update to 3.03.

This commit is contained in:
Jose Pedro Oliveira 2005-11-22 11:36:23 +00:00
parent 03688c0198
commit ae3047343b
3 changed files with 11 additions and 11 deletions

View File

@ -1 +1 @@
Pod-Simple-3.02.tar.gz
Pod-Simple-3.03.tar.gz

View File

@ -1,15 +1,12 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
Name: perl-Pod-Simple
Version: 3.02
Release: 2
Version: 3.03
Release: 1%{?dist}
Summary: Framework for parsing POD documentation
Group: Development/Libraries
License: GPL or Artistic
URL: http://search.cpan.org/dist/Pod-Simple/
Source0: http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Simple-3.02.tar.gz
Source0: http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Simple-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -40,7 +37,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
%check || :
%check
make test
@ -51,14 +48,17 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc ChangeLog README
%{perl_vendorlib}/Pod
%{perl_vendorlib}/Pod/
%{_mandir}/man3/*.3*
%exclude %{perl_vendorlib}/perlpod*.pod
%exclude %{_mandir}/man3/perlpod*.3*
%changelog
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
* Tue Nov 22 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.03-1
- Update to 3.03.
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 3.02-2
- rebuilt
* Tue May 25 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:3.02-0.fdr.1

View File

@ -1 +1 @@
4ca91ca6ff80b597608a7d1c3d1bda74 Pod-Simple-3.02.tar.gz
8b29d147d00245bffa39b2e97d9fe7b0 Pod-Simple-3.03.tar.gz