forked from pool/perl-Pod-AsciiDoctor
Compare commits
10 Commits
ee51963187
...
29939ad75c
Author | SHA256 | Date | |
---|---|---|---|
29939ad75c | |||
dd74e1ad71 | |||
6c6132d836 | |||
d9c80c873f | |||
fd2f12c134 | |||
15f67483e3 | |||
c50454f903 | |||
b03a08ab37 | |||
a27b64f430 | |||
df38283fdd |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a99de43d6ea28ac60a447a29351c434f2bf0a0a3b38973bc022d02a097686ce3
|
||||
size 52200
|
3
Pod-AsciiDoctor-0.102002.tar.gz
Normal file
3
Pod-AsciiDoctor-0.102002.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54bd32c458633a70c1879ba8fe7d21bf68d05523e73ce780b446c36032a85264
|
||||
size 20149
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user