- updated to 1.000031, tons of changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Markdown?expand=0&rev=4
This commit is contained in:
parent
b884b45694
commit
c72cdaac6e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1191bb1a1ba0268a8d940dcc10c767ac68e18bc5fe4cc38f559210d4c62c35b3
|
|
||||||
size 17372
|
|
BIN
Text-Markdown-1.000031.tar.gz
(Stored with Git LFS)
Normal file
BIN
Text-Markdown-1.000031.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 1 10:35:54 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.000031, tons of changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 1 13:35:46 UTC 2010 - coolo@novell.com
|
Wed Dec 1 13:35:46 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Text-Markdown (Version 1.0.3)
|
# spec file for package perl-Text-Markdown (Version 1.000031)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,72 +15,62 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
Name: perl-Text-Markdown
|
Name: perl-Text-Markdown
|
||||||
|
Version: 1.000031
|
||||||
|
Release: 1
|
||||||
|
License: BSD
|
||||||
%define cpan_name Text-Markdown
|
%define cpan_name Text-Markdown
|
||||||
Summary: Convert Markdown syntax to (X)HTML
|
Summary: Convert Markdown syntax to (X)HTML
|
||||||
Version: 1.0.3
|
|
||||||
Release: 1
|
|
||||||
License: GPL+ or Artistic
|
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
Url: http://search.cpan.org/dist/Text-Markdown/
|
Url: http://search.cpan.org/dist/Text-Markdown/
|
||||||
Source: http://www.cpan.org/modules/by-module/Text/Text-Markdown-1.0.3.tar.gz
|
Group: Development/Libraries/Perl
|
||||||
|
Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(Module::Build)
|
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(inc::Module::Install)
|
||||||
|
BuildRequires: perl(JSON)
|
||||||
|
BuildRequires: perl(List::MoreUtils)
|
||||||
|
BuildRequires: perl(LWP::Simple)
|
||||||
|
BuildRequires: perl(Module::Build)
|
||||||
|
BuildRequires: perl(Parse::CPAN::Meta)
|
||||||
|
BuildRequires: perl(Test::Differences)
|
||||||
|
BuildRequires: perl(Test::Exception)
|
||||||
|
BuildRequires: perl(Text::Diff)
|
||||||
|
BuildRequires: perl(YAML::Tiny)
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Markdown is a text-to-HTML filter; it translates an easy-to-read /
|
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
|
easy-to-write structured text format into HTML. Markdown's text format is
|
||||||
is most similar to that of plain text email, and supports features such
|
most similar to that of plain text email, and supports features such as
|
||||||
as headers, *emphasis*, code blocks, blockquotes, and links.
|
headers, *emphasis*, code blocks, blockquotes, and links.
|
||||||
|
|
||||||
Markdown's syntax is designed not as a generic markup language, but
|
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
|
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 anywhere in a Markdown document, and you can use block level HTML
|
||||||
HTML tags (like <div> and <table> as well).
|
tags (like <div> and <table> as well).
|
||||||
|
|
||||||
Authors:
|
|
||||||
John Gruber
|
|
||||||
http://daringfireball.net/
|
|
||||||
|
|
||||||
PHP port and other contributions by Michel Fortin
|
|
||||||
http://michelf.com/
|
|
||||||
|
|
||||||
MultiMarkdown changes by Fletcher Penney
|
|
||||||
http://fletcher.freeshell.org/
|
|
||||||
|
|
||||||
CPAN Module Text::MultiMarkdown (based on Text::Markdown by Sebastian
|
|
||||||
Riedel) originally by Darren Kulp (http://kulp.ch/)
|
|
||||||
|
|
||||||
Support for markdown="1" by Dan Dascalescu (http://dandascalescu.com)
|
|
||||||
|
|
||||||
This module is maintained by: Tomas Doran http://www.bobtfish.net/
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
./Build
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
%{__make} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
%perl_make_install
|
||||||
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes License.text README Readme.text
|
%doc Changes License.text README Readme.text Todo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user