forked from pool/perl-Term-Terminfo
Accepting request 802502 from home:M0ses:tmp
- updated to new upstream version (0.09) OBS-URL: https://build.opensuse.org/request/show/802502 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-Terminfo?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
b3392e18db
commit
2c032c1733
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a5cd062e079807cf4199389c9962b993104fef8c6abbe268a084228a9ba77a2c
|
|
||||||
size 14914
|
|
3
Term-Terminfo-0.09.tar.gz
Normal file
3
Term-Terminfo-0.09.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71a871c717ce4bfdc1dfd98775edb516f21f1805aaa4d8fd519b6446ca99f3ae
|
||||||
|
size 14524
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 10 10:59:56 UTC 2020 - Frank Schreiner <FSchreiner@suse.com>
|
||||||
|
|
||||||
|
- updated to new upstream version (0.09)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 06 23:50:42 CET 2011 - pascal.bleser@opensuse.org
|
Sun Nov 06 23:50:42 CET 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Term-Terminfo
|
# spec file for package perl-Term-Terminfo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,28 +12,33 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-Term-Terminfo
|
Name: perl-Term-Terminfo
|
||||||
Version: 0.07
|
Version: 0.09
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Access the F<terminfo> database
|
Summary: Access the F<terminfo> database
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Term-Terminfo-%{version}.tar.gz
|
License: GPL-2.0-or-later OR Artistic-1.0(GPL-2.0-or-later OR Artistic-1.0)
|
||||||
Url: http://search.cpan.org/dist/Term-Terminfo
|
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)
|
Source: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Term-Terminfo-%{version}.tar.gz
|
||||||
|
URL: http://search.cpan.org/dist/Term-Terminfo
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: perl(ExtUtils::CBuilder)
|
BuildRequires: perl(ExtUtils::CBuilder)
|
||||||
BuildRequires: perl(Module::Build::Compat)
|
|
||||||
BuildRequires: perl(ExtUtils::CChecker) >= 0.02
|
BuildRequires: perl(ExtUtils::CChecker) >= 0.02
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
BuildRequires: gcc glibc-devel make ncurses-devel pkgconfig
|
BuildRequires: perl(Module::Build::Compat)
|
||||||
|
BuildRequires: perl(Module::Build::Using::PkgConfig)
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
|
Provides: perl(Term::Terminfo) = %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Objects in this class provide access to terminfo database entires.
|
Objects in this class provide access to terminfo database entires.
|
||||||
@@ -76,7 +81,8 @@ TERM=xterm \
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc Changes README LICENSE
|
%doc Changes README
|
||||||
|
%license LICENSE
|
||||||
%dir %{perl_vendorarch}/Term
|
%dir %{perl_vendorarch}/Term
|
||||||
%{perl_vendorarch}/Term/Terminfo.pm
|
%{perl_vendorarch}/Term/Terminfo.pm
|
||||||
%dir %{perl_vendorarch}/auto/Term
|
%dir %{perl_vendorarch}/auto/Term
|
||||||
|
Reference in New Issue
Block a user