rpms/perl-Text-Markdown/F-7 perl-Text-Markdown.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Wed Jul 4 17:33:13 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/perl-Text-Markdown/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2277

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-Markdown.spec 
Log Message:
Initial import for F-7


--- NEW FILE perl-Text-Markdown.spec ---
Name:           perl-Text-Markdown
Version:        1.0.3
Release:        3%{?dist}
Summary:        A text-to-HTML filter

Group:          Development/Libraries
License:        BSD
URL:            http://search.cpan.org/dist/Text-Markdown/
Source0:        http://search.cpan.org/CPAN/authors/id/S/SR/SRI/Text-Markdown-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
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.

Markdown's syntax is designed not as a generic markup language, but
specifically to serve as a front-end to (X)HTML. You can use
span-level HTML tags anywhere in a Markdown document, and you can use
block level HTML tags (like <div> and <table> as well).

For more information about Markdown's syntax, see:

    http://daringfireball.net/projects/markdown/

%prep
%setup -q -n Text-Markdown-%{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 ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc
# For noarch packages: vendorlib
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Tue Jul  3 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.0.3-3
- Fix license field.

* Sat Jun 30 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.0.3-2
- BR some modules for tests

* Fri Jun  1 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.0.3-1
- First version for Fedora



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Markdown/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Jul 2007 06:04:10 -0000	1.1
+++ .cvsignore	4 Jul 2007 17:32:37 -0000	1.2
@@ -0,0 +1 @@
+Text-Markdown-1.0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Markdown/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jul 2007 06:04:10 -0000	1.1
+++ sources	4 Jul 2007 17:32:37 -0000	1.2
@@ -0,0 +1 @@
+cbef6151c4ec798754e4dd21164a4dac  Text-Markdown-1.0.3.tar.gz




More information about the scm-commits mailing list