8
0

Accepting request 1046391 from devel:languages:perl:autoupdate

- updated to 1.100603
   see /usr/share/doc/packages/perl-String-Truncate/Changes
  1.100603  2022-12-31 15:48:46-05:00 America/New_York
          - update packaging and metadata
          - minimum required Perl is now v5.12
- updated to 1.100602
  typo fixes (thanks, David Steinbrunner)
- updated to 1.100601
  update bugtracker and repo metadata
- patch license to follow spdx.org standard
- regenerate with newer cpanspec
- update to version 1.100600
   fix documention: the argument is "truncate" not "elite"
   (thanks for the report, Tommy Stanton!)
- initial package 1.100570
  * created by cpanspec 1.78.03

OBS-URL: https://build.opensuse.org/request/show/1046391
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Truncate?expand=0&rev=13
This commit is contained in:
2023-01-04 15:38:03 +00:00
committed by Git OBS Bridge
parent 2aee4d596e
commit 8e67d5406d
4 changed files with 29 additions and 20 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 2 03:18:48 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.100603
see /usr/share/doc/packages/perl-String-Truncate/Changes
1.100603 2022-12-31 15:48:46-05:00 America/New_York
- update packaging and metadata
- minimum required Perl is now v5.12
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 15 15:15:08 UTC 2014 - coolo@suse.com Mon Sep 15 15:15:08 UTC 2014 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-String-Truncate # spec file for package perl-String-Truncate
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2023 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,23 +12,22 @@
# 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-String-Truncate
Version: 1.100602
Release: 0
%define cpan_name String-Truncate %define cpan_name String-Truncate
Summary: a module for when strings are too long to be displayed in... Name: perl-String-Truncate
License: Artistic-1.0 or GPL-1.0+ Version: 1.100603
Group: Development/Libraries/Perl Release: 0
Url: http://search.cpan.org/dist/String-Truncate/ License: Artistic-1.0 OR GPL-1.0-or-later
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Summary: Module for when strings are too long to be displayed in..
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Sub::Exporter) >= 0.953 BuildRequires: perl(Sub::Exporter) >= 0.953
BuildRequires: perl(Sub::Exporter::Util) BuildRequires: perl(Sub::Exporter::Util)
BuildRequires: perl(Sub::Install) >= 0.03 BuildRequires: perl(Sub::Install) >= 0.03
@@ -42,14 +41,14 @@ Requires: perl(Sub::Install) >= 0.03
a module for when strings are too long to be displayed in... a module for when strings are too long to be displayed in...
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@@ -57,7 +56,7 @@ a module for when strings are too long to be displayed in...
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %doc Changes README
%doc Changes LICENSE README %license LICENSE
%changelog %changelog