|
|
4fd058 |
Name: perl-Pod-Markdown
|
|
|
4fd058 |
Version: 3.005
|
|
|
4fd058 |
Release: 6%{?dist}
|
|
|
4fd058 |
Summary: Convert POD to Markdown
|
|
|
4fd058 |
License: GPL+ or Artistic
|
|
|
4fd058 |
Group: Development/Libraries
|
|
|
4fd058 |
URL: http://search.cpan.org/dist/Pod-Markdown/
|
|
|
4fd058 |
Source0: http://www.cpan.org/authors/id/R/RW/RWSTAUNER/Pod-Markdown-%{version}.tar.gz
|
|
|
4fd058 |
BuildArch: noarch
|
|
|
4fd058 |
BuildRequires: findutils
|
|
|
4fd058 |
BuildRequires: make
|
|
|
4fd058 |
BuildRequires: perl-interpreter
|
|
|
4fd058 |
BuildRequires: perl-generators
|
|
|
4fd058 |
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
4fd058 |
BuildRequires: perl(strict)
|
|
|
4fd058 |
BuildRequires: perl(warnings)
|
|
|
4fd058 |
# Run-time:
|
|
|
4fd058 |
BuildRequires: perl(Encode)
|
|
|
4fd058 |
BuildRequires: perl(parent)
|
|
|
4fd058 |
BuildRequires: perl(Pod::Simple) >= 3.27
|
|
|
4fd058 |
BuildRequires: perl(Pod::Simple::Methody)
|
|
|
4fd058 |
# Tests:
|
|
|
4fd058 |
BuildRequires: perl(Exporter)
|
|
|
4fd058 |
BuildRequires: perl(File::Spec)
|
|
|
4fd058 |
BuildRequires: perl(File::Spec::Functions)
|
|
|
4fd058 |
BuildRequires: perl(File::Temp)
|
|
|
4fd058 |
BuildRequires: perl(IO::Handle)
|
|
|
4fd058 |
BuildRequires: perl(IPC::Open3)
|
|
|
4fd058 |
BuildRequires: perl(lib)
|
|
|
4fd058 |
BuildRequires: perl(Symbol)
|
|
|
4fd058 |
BuildRequires: perl(Test::Differences)
|
|
|
4fd058 |
BuildRequires: perl(Test::More) >= 0.88
|
|
|
4fd058 |
BuildRequires: perl(utf8)
|
|
|
4fd058 |
BuildRequires: perl(version)
|
|
|
4fd058 |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
4fd058 |
|
|
|
4fd058 |
%description
|
|
|
4fd058 |
This module subclasses Pod::Parser and converts POD to Markdown.
|
|
|
4fd058 |
|
|
|
4fd058 |
%prep
|
|
|
4fd058 |
%setup -q -n Pod-Markdown-%{version}
|
|
|
4fd058 |
|
|
|
4fd058 |
%build
|
|
|
4fd058 |
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
4fd058 |
make %{?_smp_mflags}
|
|
|
4fd058 |
|
|
|
4fd058 |
%install
|
|
|
4fd058 |
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
4fd058 |
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
|
|
4fd058 |
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
4fd058 |
|
|
|
4fd058 |
%check
|
|
|
4fd058 |
make test
|
|
|
4fd058 |
|
|
|
4fd058 |
%files
|
|
|
4fd058 |
%license LICENSE
|
|
|
4fd058 |
%doc Changes README
|
|
|
4fd058 |
%{perl_vendorlib}/*
|
|
|
4fd058 |
%{_mandir}/man[13]/*
|
|
|
4fd058 |
%{_bindir}/*
|
|
|
4fd058 |
|
|
|
4fd058 |
%changelog
|
|
|
4fd058 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.005-6
|
|
|
4fd058 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
4fd058 |
|
|
|
4fd058 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.005-5
|
|
|
4fd058 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
4fd058 |
|
|
|
4fd058 |
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3.005-4
|
|
|
4fd058 |
- Perl 5.26 rebuild
|
|
|
4fd058 |
|
|
|
4fd058 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.005-3
|
|
|
4fd058 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
4fd058 |
|
|
|
4fd058 |
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.005-2
|
|
|
4fd058 |
- Perl 5.24 rebuild
|
|
|
4fd058 |
|
|
|
4fd058 |
* Mon Mar 07 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.005-1
|
|
|
4fd058 |
- 3.005 bump
|
|
|
4fd058 |
|
|
|
4fd058 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.003-2
|
|
|
4fd058 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
4fd058 |
|
|
|
4fd058 |
* Tue Sep 29 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.003-1
|
|
|
4fd058 |
- 3.003 bump
|
|
|
4fd058 |
|
|
|
4fd058 |
* Mon Aug 24 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.002-1
|
|
|
4fd058 |
- 3.002 bump
|
|
|
4fd058 |
|
|
|
4fd058 |
* Mon Aug 17 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.000-1
|
|
|
4fd058 |
- 3.000 bump
|
|
|
4fd058 |
|
|
|
4fd058 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.002-4
|
|
|
4fd058 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
4fd058 |
|
|
|
4fd058 |
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.002-3
|
|
|
4fd058 |
- Perl 5.22 rebuild
|
|
|
4fd058 |
|
|
|
4fd058 |
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.002-2
|
|
|
4fd058 |
- Perl 5.20 rebuild
|
|
|
4fd058 |
|
|
|
4fd058 |
* Mon Jul 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.002-1
|
|
|
4fd058 |
- 2.002 bump
|
|
|
4fd058 |
|
|
|
4fd058 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.001-2
|
|
|
4fd058 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
4fd058 |
|
|
|
4fd058 |
* Thu Apr 24 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.001-1
|
|
|
4fd058 |
- 2.001 bump
|
|
|
4fd058 |
|
|
|
4fd058 |
* Mon Feb 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.000-1
|
|
|
4fd058 |
- 2.000 bump
|
|
|
4fd058 |
|
|
|
4fd058 |
* Tue Nov 26 2013 Petr Pisar <ppisar@redhat.com> - 1.500-1
|
|
|
4fd058 |
- 1.500 bump
|
|
|
4fd058 |
|
|
|
4fd058 |
* Wed Nov 06 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.401-1
|
|
|
4fd058 |
- 1.401 bump
|
|
|
4fd058 |
|
|
|
4fd058 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.322-4
|
|
|
4fd058 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
4fd058 |
|
|
|
4fd058 |
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 1.322-3
|
|
|
4fd058 |
- Perl 5.18 rebuild
|
|
|
4fd058 |
|
|
|
4fd058 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.322-2
|
|
|
4fd058 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
4fd058 |
|
|
|
4fd058 |
* Mon Nov 19 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.322-1
|
|
|
4fd058 |
- 1.322 bump
|
|
|
4fd058 |
- Use DESTDIR rather than PERL_INSTALL_ROOT
|
|
|
4fd058 |
- Don't use macros for commands
|
|
|
4fd058 |
- Don't need to remove empty directories from the buildroot
|
|
|
4fd058 |
|
|
|
4fd058 |
* Mon Oct 29 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.321-1
|
|
|
4fd058 |
- 1.321 bump
|
|
|
4fd058 |
|
|
|
4fd058 |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.320-3
|
|
|
4fd058 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
4fd058 |
|
|
|
4fd058 |
* Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 1.320-2
|
|
|
4fd058 |
- Perl 5.16 rebuild
|
|
|
4fd058 |
|
|
|
4fd058 |
* Tue Jun 26 2012 Jitka Plesnikova <jplesnik@redhat.com> 1.320-1
|
|
|
4fd058 |
- Specfile autogenerated by cpanspec 1.78.
|