Compare commits
14 Commits
Author | SHA256 | Date | |
---|---|---|---|
be53a95560 | |||
c967900d65 | |||
8e67d5406d | |||
|
fdacf4a077 | ||
|
2aee4d596e | ||
|
d87816ccd2 | ||
|
7b62359a24 | ||
|
57526dcc5c | ||
|
58d03efd22 | ||
|
70f2718e89 | ||
|
3700842230 | ||
|
e158ba37db | ||
|
8392255490 | ||
|
df9c22390b |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2665f82254a05b2a43c51bb8244661130ad9e052d4d8423b2ce2e9549c0bb5c
|
||||
size 14489
|
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,30 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- updated to 1.100602
|
||||
typo fixes (thanks, David Steinbrunner)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 07:31:00 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 1.100601
|
||||
update bugtracker and repo metadata
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 10:52:19 UTC 2012 - coolo@suse.com
|
||||
|
||||
- patch license to follow spdx.org standard
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 08:54:44 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-String-Truncate
|
||||
#
|
||||
# Copyright (c) 2011 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,25 +12,23 @@
|
||||
# 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.100600
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
%define cpan_name String-Truncate
|
||||
Summary: a module for when strings are too long to be displayed in...
|
||||
Url: http://search.cpan.org/dist/String-Truncate/
|
||||
Group: Development/Libraries/Perl
|
||||
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
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||
BuildRequires: perl(Sub::Exporter) >= 0.953
|
||||
BuildRequires: perl(Sub::Exporter::Util)
|
||||
BuildRequires: perl(Sub::Install) >= 0.03
|
||||
@@ -40,37 +38,26 @@ Requires: perl(Sub::Exporter::Util)
|
||||
Requires: perl(Sub::Install) >= 0.03
|
||||
%{perl_requires}
|
||||
|
||||
|
||||
%description
|
||||
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
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
|
||||
%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