Accepting request 725712 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/725712
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-Detect-Software?expand=0&rev=2
This commit is contained in:
2019-08-26 11:42:44 +00:00
committed by Git OBS Bridge
parent 475f5da88c
commit aeae25a40b
5 changed files with 51 additions and 16 deletions

View File

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

View File

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

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#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
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Aug 24 05:31:59 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.221
see /usr/share/doc/packages/perl-Term-Detect-Software/Changes
-------------------------------------------------------------------
Sun Jul 17 10:00:43 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Term-Detect-Software
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,29 +12,29 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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-Detect-Software
Version: 0.21
Version: 0.221
Release: 0
%define cpan_name Term-Detect-Software
Summary: Detect terminal (emulator) software and its capabilities
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Term-Detect-Software/
Source0: http://www.cpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Which)
BuildRequires: perl(Perl::osnames) >= 0.09
BuildRequires: perl(Proc::Find::Parents) >= 0.60
BuildRequires: perl(Proc::Find::Parents) >= 0.631
BuildRequires: perl(experimental)
Requires: perl(File::Which)
Requires: perl(Proc::Find::Parents) >= 0.60
Requires: perl(Proc::Find::Parents) >= 0.631
Requires: perl(experimental)
%{perl_requires}
@@ -48,11 +48,11 @@ Term::Encoding.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
@@ -61,6 +61,7 @@ Term::Encoding.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README TODO.md
%doc Changes README
%license LICENSE
%changelog