diff --git a/.perl-Pod-LaTeX.metadata b/.perl-Pod-LaTeX.metadata new file mode 100644 index 0000000..f152670 --- /dev/null +++ b/.perl-Pod-LaTeX.metadata @@ -0,0 +1 @@ +f4c3746ac74c6131cb7b51a55668f3120e3c5601 SOURCES/Pod-LaTeX-0.61.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-Pod-LaTeX.spec b/SPECS/perl-Pod-LaTeX.spec new file mode 100644 index 0000000..d3f85b8 --- /dev/null +++ b/SPECS/perl-Pod-LaTeX.spec @@ -0,0 +1,57 @@ +Name: perl-Pod-LaTeX +Version: 0.61 +Release: 1%{?dist} +Summary: Convert POD data to formatted LaTeX +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Pod-LaTeX/ +Source0: http://www.cpan.org/authors/id/T/TJ/TJENNESS/Pod-LaTeX-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl(File::Spec) +BuildRequires: perl(Module::Build) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +# Run-time: +BuildRequires: perl(base) +BuildRequires: perl(Carp) +BuildRequires: perl(if) +BuildRequires: perl(Pod::ParseUtils) >= 0.3 +BuildRequires: perl(Pod::Select) +BuildRequires: perl(vars) +# Tests: +BuildRequires: perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(Pod::ParseUtils) >= 0.3 + +# Filter under-specified dependencies +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Pod::ParseUtils\\)$ + +%description +Pod::LaTeX is a module to convert documentation in the POD format into +LaTeX. A pod2latex replacement command is provided. + +%prep +%setup -q -n Pod-LaTeX-%{version} + +%build +perl Build.PL installdirs=vendor +./Build + +%install +./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +./Build test + +%files +%doc ChangeLog README +%{_bindir}/* +%{perl_vendorlib}/* +%{_mandir}/man1/* +%{_mandir}/man3/* + +%changelog +* Fri Jan 25 2013 Petr Pisar 0.61-1 +- Specfile autogenerated by cpanspec 1.78.