rpms/perl-Text-MultiMarkdown/devel perl-Text-MultiMarkdown.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Wed Jan 20 04:01:41 UTC 2010


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Text-MultiMarkdown/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14185

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-MultiMarkdown.spec 
Log Message:
initial import of perl-Text-MultiMarkdown


--- NEW FILE perl-Text-MultiMarkdown.spec ---
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.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-MultiMarkdown/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Jan 2010 18:11:56 -0000	1.1
+++ .cvsignore	20 Jan 2010 04:01:40 -0000	1.2
@@ -0,0 +1 @@
+Text-MultiMarkdown-1.000031.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-MultiMarkdown/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Jan 2010 18:11:57 -0000	1.1
+++ sources	20 Jan 2010 04:01:40 -0000	1.2
@@ -0,0 +1 @@
+43cf7ff201336234ed042c0f60bc4fe0  Text-MultiMarkdown-1.000031.tar.gz




More information about the perl-devel mailing list