8
0

Compare commits

...

10 Commits

Author SHA256 Message Date
29939ad75c Accepting request 1165837 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1165837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Pod-AsciiDoctor?expand=0&rev=6
2024-04-07 20:11:29 +00:00
dd74e1ad71 Accepting request 1160774 from devel:languages:perl:autoupdate
- updated to 0.102002
   see /usr/share/doc/packages/perl-Pod-AsciiDoctor/Changes
  0.102002    2024-03-15
      - Fix italic markup:
          - https://github.com/shlomif/Pod-AsciiDoctor/pull/3
          - Thanks to @perlpunk

OBS-URL: https://build.opensuse.org/request/show/1160774
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-AsciiDoctor?expand=0&rev=13
2024-04-06 12:55:52 +00:00
6c6132d836 Accepting request 1136842 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1136842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Pod-AsciiDoctor?expand=0&rev=5
2024-01-04 17:11:04 +00:00
d9c80c873f Accepting request 1136568 from devel:languages:perl:autoupdate
- updated to 0.102001
   see /usr/share/doc/packages/perl-Pod-AsciiDoctor/Changes
  0.102001    2023-12-06
      - bin/pod2asciidoctor : fix "-o -"
      - try to fix bullets-lists

OBS-URL: https://build.opensuse.org/request/show/1136568
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-AsciiDoctor?expand=0&rev=11
2024-01-04 15:09:33 +00:00
fd2f12c134 Accepting request 1118903 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1118903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Pod-AsciiDoctor?expand=0&rev=4
2023-10-19 20:49:59 +00:00
15f67483e3 Accepting request 1116906 from devel:languages:perl:autoupdate
- updated to 0.102000
   see /usr/share/doc/packages/perl-Pod-AsciiDoctor/Changes
  0.102000    2023-10-06
      - add bin/pod2asciidoctor

OBS-URL: https://build.opensuse.org/request/show/1116906
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-AsciiDoctor?expand=0&rev=9
2023-10-19 11:29:15 +00:00
c50454f903 Accepting request 1098168 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1098168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Pod-AsciiDoctor?expand=0&rev=3
2023-07-12 15:27:03 +00:00
b03a08ab37 Accepting request 1097595 from devel:languages:perl:autoupdate
- updated to 0.101003
   see /usr/share/doc/packages/perl-Pod-AsciiDoctor/Changes
  0.101003    2023-07-03
      - avoid packaging *.old files.
          - https://github.com/shlomif/Pod-AsciiDoctor/issues/2
          - Thanks to @perlpunk

OBS-URL: https://build.opensuse.org/request/show/1097595
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-AsciiDoctor?expand=0&rev=7
2023-07-11 13:16:06 +00:00
a27b64f430 Accepting request 1085698 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1085698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Pod-AsciiDoctor?expand=0&rev=2
2023-05-12 18:34:27 +00:00
df38283fdd Accepting request 1084670 from devel:languages:perl:autoupdate
- updated to 0.101002
   see /usr/share/doc/packages/perl-Pod-AsciiDoctor/Changes
  0.101002    2023-02-08
      Further Fix for https://github.com/shlomif/Pod-AsciiDoctor/issues/1 .
          - remove leftover Makefile.PL
          - Thanks to @eserte
  0.101001    2023-02-06
      Fix for https://github.com/shlomif/Pod-AsciiDoctor/issues/1 .
          - missing Pod::Parser
          - Thanks to @eserte
  0.101000    2023-02-02
      Convert to dzil / @SHLOMIF + other cleanups

OBS-URL: https://build.opensuse.org/request/show/1084670
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-AsciiDoctor?expand=0&rev=5
2023-05-09 12:10:55 +00:00
5 changed files with 88 additions and 21 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54bd32c458633a70c1879ba8fe7d21bf68d05523e73ce780b446c36032a85264
size 20149

View File

@@ -26,7 +26,7 @@ license: Apache-2.0
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#skip_doc: regexp_to_skip_for_doc.*
skip_doc: .*\.old
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file

View File

@@ -1,3 +1,66 @@
-------------------------------------------------------------------
Fri Mar 22 16:35:59 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.102002
see /usr/share/doc/packages/perl-Pod-AsciiDoctor/Changes
0.102002 2024-03-15
- Fix italic markup:
- https://github.com/shlomif/Pod-AsciiDoctor/pull/3
- Thanks to @perlpunk
-------------------------------------------------------------------
Thu Dec 7 03:08:30 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.102001
see /usr/share/doc/packages/perl-Pod-AsciiDoctor/Changes
0.102001 2023-12-06
- bin/pod2asciidoctor : fix "-o -"
- try to fix bullets-lists
-------------------------------------------------------------------
Sat Oct 7 03:07:16 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.102000
see /usr/share/doc/packages/perl-Pod-AsciiDoctor/Changes
0.102000 2023-10-06
- add bin/pod2asciidoctor
-------------------------------------------------------------------
Tue Jul 4 03:07:08 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.101003
see /usr/share/doc/packages/perl-Pod-AsciiDoctor/Changes
0.101003 2023-07-03
- avoid packaging *.old files.
- https://github.com/shlomif/Pod-AsciiDoctor/issues/2
- Thanks to @perlpunk
-------------------------------------------------------------------
Thu May 4 12:24:23 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
- updated to 0.101002
see /usr/share/doc/packages/perl-Pod-AsciiDoctor/Changes
0.101002 2023-02-08
Further Fix for https://github.com/shlomif/Pod-AsciiDoctor/issues/1 .
- remove leftover Makefile.PL
- Thanks to @eserte
0.101001 2023-02-06
Fix for https://github.com/shlomif/Pod-AsciiDoctor/issues/1 .
- missing Pod::Parser
- Thanks to @eserte
0.101000 2023-02-02
Convert to dzil / @SHLOMIF + other cleanups
-------------------------------------------------------------------
Sat Nov 28 12:41:27 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Pod-AsciiDoctor
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,28 @@
#
Name: perl-Pod-AsciiDoctor
Version: 0.1
Release: 0
#Upstream: This program is free software; you can redistribute it and/or modify it under the terms of the the Apache License (2.0). You can get a copy of the license at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
%define cpan_name Pod-AsciiDoctor
Summary: Convert from POD to AsciiDoc
Name: perl-Pod-AsciiDoctor
Version: 0.102002
Release: 0
License: Apache-2.0
Group: Development/Libraries/Perl
Summary: Convert from POD to AsciiDoc
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BA/BALA/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Pod::Parser) >= 1.65
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(autodie)
BuildRequires: perl(parent)
Requires: perl(Path::Tiny)
Requires: perl(Pod::Parser) >= 1.65
Requires: perl(autodie)
Requires: perl(parent)
%{perl_requires}
# MANUAL BEGIN
BuildRequires: perl(Pod::Parser)
@@ -41,23 +47,21 @@ BuildRequires: perl(Pod::Parser)
Convert from POD to AsciiDoc
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%autosetup -n %{cpan_name}-%{version}
%build
perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README README.adoc
%license LICENSE.md
%license LICENSE LICENSE.md
%changelog