Compare commits

...

10 Commits

Author SHA256 Message Date
7ee9ea6d54 Accepting request 1281911 from devel:languages:perl:autoupdate
- updated to 0.400.0 (0.40)
   see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-ReadmeFromPod/Changes
  0.40 2025-05-27 11:57:19
    - Revert 0.39 since it has issues with add_file (GH #13)

OBS-URL: https://build.opensuse.org/request/show/1281911
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-ReadmeFromPod?expand=0&rev=13
2025-06-02 15:51:39 +00:00
a98375de59 Accepting request 1278621 from devel:languages:perl:autoupdate
- updated to 0.390.0 (0.39)
   see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-ReadmeFromPod/Changes
  0.39 2025-04-26 08:41:15
    [Enhancements]
    - Add a phase attribute to control when to build the README (Robert Rothenberg)
    [Bug Fixes]
    - Build the README from the content, so that it will work with Pod::Weaver (Robert Rothenberg)
    [Documentation]
    - Reorganized POD (Robert Rothenberg)
    - Updated copyright year.

OBS-URL: https://build.opensuse.org/request/show/1278621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-ReadmeFromPod?expand=0&rev=12
2025-05-24 13:46:26 +00:00
c2db5b7c21 Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-ReadmeFromPod?expand=0&rev=11
2024-03-08 22:17:32 +00:00
68bd944bed Accepting request 1100923 from devel:languages:perl:autoupdate
- new version format, see https://github.com/openSUSE/cpanspec/issues/47
- updated to 0.38
   see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-ReadmeFromPod/Changes
  0.38 2023-07-24 15:58:24
      - fix syntax of version check for Pod::Readme (@haarg)

OBS-URL: https://build.opensuse.org/request/show/1100923
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-ReadmeFromPod?expand=0&rev=10
2023-07-27 07:48:54 +00:00
Lars Vogdt
def07b1c21 Accepting request 660448 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/660448
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-ReadmeFromPod?expand=0&rev=9
2019-01-02 15:08:08 +00:00
be91171502 Accepting request 647184 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/647184
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-ReadmeFromPod?expand=0&rev=8
2018-11-08 15:18:25 +00:00
Stephan Kulow
617233a35b Accepting request 505164 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/505164
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-ReadmeFromPod?expand=0&rev=7
2017-06-25 08:05:49 +00:00
Stephan Kulow
bd1698af50 Accepting request 331013 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/331013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-ReadmeFromPod?expand=0&rev=6
2015-09-15 18:51:07 +00:00
Stephan Kulow
d0c5f11625 Accepting request 297466 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/297466
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-ReadmeFromPod?expand=0&rev=5
2015-04-17 07:33:59 +00:00
Stephan Kulow
2640d2c87c use gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-ReadmeFromPod?expand=0&rev=4
2011-11-17 15:31:06 +00:00
6 changed files with 179 additions and 41 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d50e4f31f98a95de86d3b64a4d1bc42af2701277a529c3bc513a849086387b3
size 10490

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61eace68065f217cf473b186f2ff3b19a8c8cefa4bbcdfbe7b67ffd48670b17c
size 11039

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bda042f2aa4d7bd714b772c58a3948dc4afbc1017536b64d31b90d161122a16
size 13591

20
cpanspec.yml Normal file
View File

@@ -0,0 +1,20 @@
---
#description_paragraphs: 3
#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_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

View File

@@ -1,3 +1,118 @@
-------------------------------------------------------------------
Tue May 27 05:34:50 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.400.0 (0.40)
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-ReadmeFromPod/Changes
0.40 2025-05-27 11:57:19
- Revert 0.39 since it has issues with add_file (GH #13)
-------------------------------------------------------------------
Sat Apr 26 05:34:15 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.390.0 (0.39)
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-ReadmeFromPod/Changes
0.39 2025-04-26 08:41:15
[Enhancements]
- Add a phase attribute to control when to build the README (Robert Rothenberg)
[Bug Fixes]
- Build the README from the content, so that it will work with Pod::Weaver (Robert Rothenberg)
[Documentation]
- Reorganized POD (Robert Rothenberg)
- Updated copyright year.
-------------------------------------------------------------------
Fri Mar 8 22:17:30 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Tue Jul 25 03:07:31 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.38
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-ReadmeFromPod/Changes
0.38 2023-07-24 15:58:24
- fix syntax of version check for Pod::Readme (@haarg)
-------------------------------------------------------------------
Fri Dec 21 06:05:30 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.37
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-ReadmeFromPod/Changes
0.37 2018-12-21 09:34:01
- fix path for Dist::Zilla v6+
-------------------------------------------------------------------
Thu Nov 8 06:18:34 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.36
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-ReadmeFromPod/Changes
0.36 2018-10-29 21:29:16
- Add Github Flavored Markdown ("gfm") as a format to generate.
-------------------------------------------------------------------
Wed Jun 21 05:29:37 UTC 2017 - coolo@suse.com
- updated to 0.35
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-ReadmeFromPod/Changes
0.35 2016-10-19 22:51:42
- Updated to use Path::Tiny API instead of Path::Class (diegok)
0.34 2016-10-08 09:38:53
- Auto-detect pod file if present (GH#6, polettix)
-------------------------------------------------------------------
Tue Sep 15 08:42:40 UTC 2015 - coolo@suse.com
- updated to 0.33
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-ReadmeFromPod/Changes
0.33 2015-09-10 07:57:55
- fix text and defaults by miquelruiz
-------------------------------------------------------------------
Thu Apr 16 21:32:53 UTC 2015 - coolo@suse.com
- updated to 0.32
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-ReadmeFromPod/Changes
0.32 2015-02-12 22:24:09
- no code changes
0.31 2015-02-12 09:53:04
- Remove dependency on Moose::Autobox (GH#4, Kent Fredric)
0.30 2014-12-05 21:34:38
- bump from 0.22_03, no code changes
0.22_03 2014-12-05 10:12:58
- fix issues
0.22_01 2014-12-04 09:52:02
- use Pod::Readme (Robert Rothenberg)
0.21 2013-11-04 15:54:58
- Prereqs, Pod::Simple = 3.23 (RT 90032)
0.20 2013-11-03 15:45:30
- formal release for 5.005
0.19_01 2013-10-20 15:30:38
- Convert using only characters for Dist::Zilla v5 (dagolden)
0.18 2013-02-12 11:08:05
- apply patch (filename attr) from mitakaa (RT 75272)
- regex ^ to match root README
-------------------------------------------------------------------
Fri Jan 21 20:10:56 UTC 2011 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Dist-Zilla-Plugin-ReadmeFromPod (Version 0.14)
# spec file for package perl-Dist-Zilla-Plugin-ReadmeFromPod
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,61 +12,67 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Dist-Zilla-Plugin-ReadmeFromPod
Version: 0.14
Release: 1
License: GPL+ or Artistic
%define cpan_name Dist-Zilla-Plugin-ReadmeFromPod
Summary: Automatically convert POD to a README for Dist::Zilla
Url: http://search.cpan.org/dist/Dist-Zilla-Plugin-ReadmeFromPod/
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/S/SS/SSCAFFIDI/Dist-Zilla-Plugin-ReadmeFromPod-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires: perl(Dist::Zilla::File::InMemory)
BuildRequires: perl(Dist::Zilla::Role::InstallTool)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Autobox)
Name: perl-Dist-Zilla-Plugin-ReadmeFromPod
Version: 0.400.0
Release: 0
# 0.40 -> normalize -> 0.400.0
%define cpan_version 0.40
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Dzil plugin to generate README from POD
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/F/FA/FAYLAND/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Dist::Zilla) >= 6.0.0
BuildRequires: perl(Dist::Zilla::File::InMemory)
BuildRequires: perl(Dist::Zilla::Role::FilePruner)
BuildRequires: perl(Dist::Zilla::Role::InstallTool) >= 5
BuildRequires: perl(IO::String)
BuildRequires: perl(List::Util) >= 1.33
BuildRequires: perl(Moose)
BuildRequires: perl(Path::Tiny) >= 0.4
BuildRequires: perl(Pod::Readme) >= 1.2
Requires: perl(Dist::Zilla) >= 6.0.0
Requires: perl(Dist::Zilla::File::InMemory)
Requires: perl(Dist::Zilla::Role::InstallTool)
Requires: perl(IO::Handle)
Requires: perl(Dist::Zilla::Role::FilePruner)
Requires: perl(Dist::Zilla::Role::InstallTool) >= 5
Requires: perl(IO::String)
Requires: perl(List::Util) >= 1.33
Requires: perl(Moose)
Requires: perl(Moose::Autobox)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: perl(Path::Tiny) >= 0.4
Requires: perl(Pod::Readme) >= 1.2
Provides: perl(Dist::Zilla::Plugin::ReadmeFromPod) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
Generates a plain-text README for your the Dist::Zilla manpage powered dist
from its 'main_module' with the Pod::Text manpage.
This plugin generates the _README_ from 'main_module' (or specified) by
Pod::Readme.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes dist.ini LICENSE README
%doc Changes README.md
%license LICENSE
%changelog