forked from pool/perl-CommonMark
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
6bc7b9d9dd | |||
7fef1c9ae0 |
12
README.md
12
README.md
@@ -1,12 +0,0 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -21,10 +21,8 @@ preamble: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
custom_build: |-
|
||||
# https://github.com/Perl/perl5/issues/23192
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -std=gnu11"
|
||||
%make_build
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
||||
|
@@ -1,10 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 29 11:27:33 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- build with -std=gnu11 to fix build with gcc15
|
||||
- modified sources
|
||||
% cpanspec.yml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 18:28:54 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
@@ -27,7 +27,6 @@ Summary: Interface to the CommonMark C library
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/N/NW/NWELLNHOF/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Devel::CheckLib)
|
||||
@@ -54,8 +53,7 @@ CommonMark::Parser provides a push parser interface.
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
# https://github.com/Perl/perl5/issues/23192
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -std=gnu11"
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%make_build
|
||||
|
||||
%check
|
||||
|
Reference in New Issue
Block a user