Name: perl-Text-MultiMarkdown Version: 1.000031 Release: 1%{?dist} Summary: Convert MultiMarkdown syntax to (X)HTML License: BSD Group: Development/Libraries URL: http://search.cpan.org/dist/Text-MultiMarkdown/ Source0: http://www.cpan.org/authors/id/B/BO/BOBTFISH/Text-MultiMarkdown-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.0 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Slurp) >= 9999.08 BuildRequires: perl(HTML::Tidy) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) >= 0.42 BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Text::Diff) BuildRequires: perl(Text::Markdown) >= 1.000026 Requires: perl(Text::Markdown) >= 1.000026 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to- write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links. %prep %setup -q -n Text-MultiMarkdown-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes License.text MANIFEST.skip README Readme.text Todo %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Oct 31 2009 Iain Arnell 1.000031-1 - Specfile autogenerated by cpanspec 1.78.