diff --git a/Module-Install-ReadmeFromPod-0.22.tar.gz b/Module-Install-ReadmeFromPod-0.22.tar.gz deleted file mode 100644 index b5adbb9..0000000 --- a/Module-Install-ReadmeFromPod-0.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9033c2863c2f989232279e086db2f4b3e099be8033d6b777aa1f29ed81f2deff -size 34246 diff --git a/Module-Install-ReadmeFromPod-0.26.tar.gz b/Module-Install-ReadmeFromPod-0.26.tar.gz new file mode 100644 index 0000000..c0eed08 --- /dev/null +++ b/Module-Install-ReadmeFromPod-0.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaeaa4a4f5293580c7d4e011eb96c2d680d937b14c85a8bbd5b22a666a4dafaa +size 35869 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Module-Install-ReadmeFromPod.changes b/perl-Module-Install-ReadmeFromPod.changes index 3b221ae..52dcad0 100644 --- a/perl-Module-Install-ReadmeFromPod.changes +++ b/perl-Module-Install-ReadmeFromPod.changes @@ -1,3 +1,78 @@ +------------------------------------------------------------------- +Thu May 5 09:40:15 UTC 2016 - coolo@suse.com + +- updated to 0.26 + see /usr/share/doc/packages/perl-Module-Install-ReadmeFromPod/Changes + + 2016-04-26 13:54:51 +0100 0.26 + ============================== + + commit f916c088fcfc07256cdfab6a9412a589e0cd5756 + Author: Chris 'BinGOs' Williams + Date: Tue Apr 26 13:54:51 2016 +0100 + + Missed prereq IO::All + + ============================== + 2016-04-24 18:53:01 +0100 0.24 + ============================== + + commit 27492d5c7ed5dc0781ff91ad9218ab17d28bb541 + Author: Chris 'BinGOs' Williams + Date: Sun Apr 24 18:31:17 2016 +0100 + + Release engineering for 0.24 + + commit e5e932b54f292e20aaeb46c9c6934eef5613499e + Author: Chris 'BinGOs' Williams + Date: Sun Apr 24 18:28:52 2016 +0100 + + Update README + + commit 0d01dd098b1b36715c1c9ada480211c0769580b8 + Merge: e4532dc 1d63936 + Author: Chris Williams + Date: Sun Apr 24 18:13:19 2016 +0100 + + Merge pull request #4 from djerius/markdown + + add support for markdown output + + commit e4532dcbb4255c878acdeafe11bb4d70793030f1 + Merge: 327290b 53d1b55 + Author: Chris Williams + Date: Sun Apr 24 18:12:34 2016 +0100 + + Merge pull request #5 from djerius/namespace + + only load IO::All and Capture::Tiny in admin mode + + commit 58952626102ace3d4c4cc185e8b9600a642ef649 + Author: Robert Rothenberg + Date: Fri Oct 24 13:19:16 2014 +0100 + + Fixes for Makefile.PL + + commit 53d1b559b7731b04ccc91f1d11e9b1ec8780eee7 + Author: Diab Jerius + Date: Mon Sep 22 10:22:03 2014 -0400 + + only load IO::All and Capture::Tiny in admin mode + + commit 1d63936c277830285fd2d3ae7d319930ad2bf94a + Author: Diab Jerius + Date: Sat Sep 20 17:07:05 2014 -0400 + + add support for markdown output + + commit 51dfe78d5e1bb209f5a6acd6f5e5a605c4281d9b + Author: Christian Walde + Date: Sat Aug 9 23:28:18 2014 +0200 + + ensure outputs are always written in binary mode + + ============================== + ------------------------------------------------------------------- Tue Apr 14 19:54:26 UTC 2015 - coolo@suse.com diff --git a/perl-Module-Install-ReadmeFromPod.spec b/perl-Module-Install-ReadmeFromPod.spec index e499962..e92fa1c 100644 --- a/perl-Module-Install-ReadmeFromPod.spec +++ b/perl-Module-Install-ReadmeFromPod.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Install-ReadmeFromPod # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,31 +17,37 @@ Name: perl-Module-Install-ReadmeFromPod -Version: 0.22 +Version: 0.26 Release: 0 %define cpan_name Module-Install-ReadmeFromPod -Summary: A Module::Install extension to automatically convert POD to a README +Summary: Module::Install extension to automatically convert POD to a README License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Module-Install-ReadmeFromPod/ -Source: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) >= 0.05 +BuildRequires: perl(IO::All) BuildRequires: perl(Module::Install) >= 1 +BuildRequires: perl(Pod::Markdown) >= 2 BuildRequires: perl(Pod::Text) >= 3.13 +BuildRequires: perl(Test::InDistDir) +Requires: perl(IO::All) Requires: perl(Module::Install) >= 1 +Requires: perl(Pod::Markdown) >= 2 Requires: perl(Pod::Text) >= 3.13 Recommends: perl(App::pod2pdf) %{perl_requires} %description -Module::Install::ReadmeFromPod is a the Module::Install manpage extension -that generates a 'README' file automatically from an indicated file -containing POD, whenever the author runs 'Makefile.PL'. Several output -formats are supported: plain-text, HTML, PDF or manpage. +Module::Install::ReadmeFromPod is a L extension that +generates a C file automatically from an indicated file containing +POD, whenever the author runs C. Several output formats are +supported: plain-text, HTML, PDF or manpage. %prep %setup -q -n %{cpan_name}-%{version}