Compare commits

...

6 Commits
rawhide ... el4

Author SHA1 Message Date
Fedora Release Engineering e73429bd21 dist-git conversion 2010-07-29 07:48:02 +00:00
Bill Nottingham 7bb0e79aa0 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:12:37 +00:00
Jose Pedro Oliveira a97713eec8 Sync with devel. 2007-04-17 14:35:45 +00:00
Warren Togami 41ba851d4d Initialize branch EL-4 for perl-Pod-Simple 2007-04-17 03:07:27 +00:00
Jose Pedro Oliveira 92676eef8e Update to 3.04. 2006-01-23 17:12:47 +00:00
Jose Pedro Oliveira 9e026c08e6 Update to 3.03. 2005-11-22 11:36:13 +00:00
5 changed files with 24 additions and 33 deletions

View File

@ -1 +0,0 @@
Pod-Simple-3.02.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Pod-Simple-3.04.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: perl-Pod-Simple
# $Id$
NAME := perl-Pod-Simple
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,21 +1,18 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
Name: perl-Pod-Simple
Version: 3.02
Release: 1
Epoch: 0
Version: 3.04
Release: 3%{?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/A/AR/ARANDAL/Pod-Simple-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl >= 2:5.8.0
BuildRequires: perl(Pod::Escapes)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
Pod::Simple is a Perl library for parsing text in the Pod ("plain old
@ -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,13 +48,28 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc ChangeLog README
%{perl_vendorlib}/Pod
%{_mandir}/man3/*.3*
%{perl_vendorlib}/Pod/
%{_mandir}/man3/*.3pm*
%exclude %{perl_vendorlib}/perlpod*.pod
%exclude %{_mandir}/man3/perlpod*.3*
%changelog
* Thu Sep 7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.04-3
- Rebuild for FC6.
* Wed Feb 15 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.04-2
- Rebuild for FC5 (perl 5.8.8).
* Thu Jan 19 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.04-1
- Update to 3.04.
* 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
- Update to 3.02.

View File

@ -1 +1 @@
4ca91ca6ff80b597608a7d1c3d1bda74 Pod-Simple-3.02.tar.gz
bf566103b75c7955d0880da3ce268744 Pod-Simple-3.04.tar.gz