8
0

Compare commits

3 Commits

4 changed files with 21 additions and 3 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Term-Terminfo/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Term-Terminfo)

View File

@@ -11,7 +11,7 @@
# foo.patch: -p1
# bar.patch:
preamble: |-
BuildRequires: ncurses5-devel
BuildRequires: ncurses-devel
#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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 6 22:53:46 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Fix build by depending on ncurses-devel instead of ncurses5-devel
-------------------------------------------------------------------
Thu Nov 26 13:52:20 UTC 2020 - Frank Schreiner <FSchreiner@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Term-Terminfo
#
# Copyright (c) 2020 SUSE LLC
# 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
@@ -26,6 +26,7 @@ Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
@@ -36,7 +37,7 @@ BuildRequires: perl(Module::Build::Using::PkgConfig)
BuildRequires: perl(Test::More) >= 0.88
%{perl_requires}
# MANUAL BEGIN
BuildRequires: ncurses5-devel
BuildRequires: ncurses-devel
# MANUAL END
%description