From fa03792cdc83a6fdb8cf6f43a65eb7e2141d05ec Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Jun 25 2013 11:18:09 +0000 Subject: import perl-podlators-2.5.1-2.el7.src.rpm --- diff --git a/.perl-podlators.metadata b/.perl-podlators.metadata new file mode 100644 index 0000000..a8deca5 --- /dev/null +++ b/.perl-podlators.metadata @@ -0,0 +1 @@ +40ee52083dab5820977d8e28b41e73e583cd0c9b SOURCES/podlators-2.5.1.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-podlators.spec b/SPECS/perl-podlators.spec new file mode 100644 index 0000000..f6a91ea --- /dev/null +++ b/SPECS/perl-podlators.spec @@ -0,0 +1,85 @@ +Name: perl-podlators +Version: 2.5.1 +Release: 2%{?dist} +Summary: Format POD source into various output formats +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/podlators/ +Source0: http://www.cpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl(Config) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) >= 0.8 +# Run-time: +BuildRequires: perl(Carp) +BuildRequires: perl(Encode) +BuildRequires: perl(Exporter) +BuildRequires: perl(File::Basename) +BuildRequires: perl(Pod::Simple) >= 3.06 +BuildRequires: perl(POSIX) +BuildRequires: perl(strict) +BuildRequires: perl(subs) +BuildRequires: perl(Term::ANSIColor) +BuildRequires: perl(Term::Cap) +BuildRequires: perl(vars) +# Tests: +BuildRequires: perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(File::Spec) >= 0.8 +Requires: perl(Pod::Simple) >= 3.06 +Conflicts: perl < 4:5.16.1-234 + +# Filter under-specified dependencies +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Pod::Simple\\)$ + +%description +This package contains Pod::Man and Pod::Text modules which convert POD input +to *roff source output, suitable for man pages, or plain text. It also +includes several sub-classes of Pod::Text for formatted output to terminals +with various capabilities. + +%prep +%setup -q -n podlators-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%doc ChangeLog NOTES README THANKS TODO +%{_bindir}/* +%{perl_vendorlib}/* +%{_mandir}/man1/* +%{_mandir}/man3/* + +%changelog +* Tue Jun 25 2013 Petr Pisar - 2.5.1-2 +- Specify all dependencies + +* Thu Feb 28 2013 Petr Pisar - 2.5.1-1 +- 2.5.1 bump + +* Thu Feb 07 2013 Petr Pisar - 2.5.0-2 +- Correct dependencies + +* Fri Jan 04 2013 Petr Pisar - 2.5.0-1 +- 2.5.0 bump +- This version makes pod2* tools failing if POD syntax error is encountered + +* Thu Nov 01 2012 Petr Pisar - 2.4.2-3 +- Do not export under-specified dependencies + +* Wed Oct 31 2012 Petr Pisar - 2.4.2-2 +- Conflict perl-podlators with perl before sub-packaging + +* Wed Sep 12 2012 Petr Pisar 2.4.2-1 +- Specfile autogenerated by cpanspec 1.78.