Accepting request 690163 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/690163
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-Encoding?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2019-04-01 10:39:31 +00:00 committed by Git OBS Bridge
commit 180194e56f
4 changed files with 22 additions and 12 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Mar 30 06:42:55 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.03
see /usr/share/doc/packages/perl-Term-Encoding/Changes
0.03 2019-03-21 23:25:34 PDT
- Repackaged with Milla
-------------------------------------------------------------------
Tue Oct 3 08:21:08 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Term-Encoding
#
# Copyright (c) 2017 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,18 +12,18 @@
# 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-Encoding
Version: 0.02
Version: 0.03
Release: 0
%define cpan_name Term-Encoding
Summary: Detect encoding of the current terminal
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-Encoding/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@ -43,11 +43,11 @@ sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/'
# MANUAL END
%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
@ -56,6 +56,7 @@ sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/'
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes
%doc Changes README
%license LICENSE
%changelog