forked from pool/perl-String-Truncate
		
	Accepting request 1055892 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1055892 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-String-Truncate?expand=0&rev=13
This commit is contained in:
		@@ -1,3 +0,0 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:aaa3d4eec01136921484139133eb75d5c571fe51b0ad329f089e6d469a235f6e
 | 
			
		||||
size 16889
 | 
			
		||||
							
								
								
									
										3
									
								
								String-Truncate-1.100603.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								String-Truncate-1.100603.tar.gz
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:ab45602cce2dd9515edfbb2e6e5cde19cdd5498d61a23afd8c46c1f11f8eec62
 | 
			
		||||
size 19860
 | 
			
		||||
@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
#
 | 
			
		||||
# 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
 | 
			
		||||
# 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)
 | 
			
		||||
# 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
 | 
			
		||||
Summary:        a module for when strings are too long to be displayed in...
 | 
			
		||||
License:        Artistic-1.0 or GPL-1.0+
 | 
			
		||||
Group:          Development/Libraries/Perl
 | 
			
		||||
Url:            http://search.cpan.org/dist/String-Truncate/
 | 
			
		||||
Source:         http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 | 
			
		||||
Name:           perl-String-Truncate
 | 
			
		||||
Version:        1.100603
 | 
			
		||||
Release:        0
 | 
			
		||||
License:        Artistic-1.0 OR GPL-1.0-or-later
 | 
			
		||||
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
 | 
			
		||||
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 | 
			
		||||
BuildRequires:  perl
 | 
			
		||||
BuildRequires:  perl-macros
 | 
			
		||||
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.78
 | 
			
		||||
BuildRequires:  perl(Sub::Exporter) >= 0.953
 | 
			
		||||
BuildRequires:  perl(Sub::Exporter::Util)
 | 
			
		||||
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...
 | 
			
		||||
 | 
			
		||||
%prep
 | 
			
		||||
%setup -q -n %{cpan_name}-%{version}
 | 
			
		||||
%autosetup  -n %{cpan_name}-%{version}
 | 
			
		||||
 | 
			
		||||
%build
 | 
			
		||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
 | 
			
		||||
%{__make} %{?_smp_mflags}
 | 
			
		||||
perl Makefile.PL INSTALLDIRS=vendor
 | 
			
		||||
%make_build
 | 
			
		||||
 | 
			
		||||
%check
 | 
			
		||||
%{__make} test
 | 
			
		||||
make test
 | 
			
		||||
 | 
			
		||||
%install
 | 
			
		||||
%perl_make_install
 | 
			
		||||
@@ -57,7 +56,7 @@ a module for when strings are too long to be displayed in...
 | 
			
		||||
%perl_gen_filelist
 | 
			
		||||
 | 
			
		||||
%files -f %{name}.files
 | 
			
		||||
%defattr(-,root,root,755)
 | 
			
		||||
%doc Changes LICENSE README
 | 
			
		||||
%doc Changes README
 | 
			
		||||
%license LICENSE
 | 
			
		||||
 | 
			
		||||
%changelog
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user