diff --git a/Text-Markdown-1.0.3.tar.gz b/Text-Markdown-1.0.3.tar.gz deleted file mode 100644 index 5da9b3e..0000000 --- a/Text-Markdown-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1191bb1a1ba0268a8d940dcc10c767ac68e18bc5fe4cc38f559210d4c62c35b3 -size 17372 diff --git a/Text-Markdown-1.000031.tar.gz b/Text-Markdown-1.000031.tar.gz new file mode 100644 index 0000000..2fbdd47 --- /dev/null +++ b/Text-Markdown-1.000031.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c191c6d5eceb8cb75c0565192360662d202d716bad07a233c4b329a4284dc71b +size 103428 diff --git a/perl-Text-Markdown.changes b/perl-Text-Markdown.changes index 9703db7..7f44935 100644 --- a/perl-Text-Markdown.changes +++ b/perl-Text-Markdown.changes @@ -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 diff --git a/perl-Text-Markdown.spec b/perl-Text-Markdown.spec index e25a83d..4ddbc2f 100644 --- a/perl-Text-Markdown.spec +++ b/perl-Text-Markdown.spec @@ -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 # remain the property of their copyright owners, unless otherwise agreed @@ -15,72 +15,62 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Text-Markdown +Version: 1.000031 +Release: 1 +License: BSD %define cpan_name Text-Markdown 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/ -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 BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl -BuildRequires: perl(Module::Build) 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 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. +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
and 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/ - +HTML tags anywhere in a Markdown document, and you can use block level HTML +tags (like
and
as well). %prep %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor -./Build +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -./Build test +%{__make} test %install -./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +%perl_make_install +%perl_process_packlist %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(-,root,root,-) -%doc Changes License.text README Readme.text +%defattr(-,root,root,755) +%doc Changes License.text README Readme.text Todo %changelog