forked from pool/perl-String-Util
Compare commits
10 Commits
26cdcb94d2
...
3ac228ccc0
Author | SHA256 | Date | |
---|---|---|---|
3ac228ccc0 | |||
0f56353ffb | |||
143e75840c | |||
05313ca6bc | |||
25aacf19f7 | |||
a9ecc7cdcf | |||
1c5d0596f1 | |||
54cdf17c3e | |||
|
6d3bf41892 | ||
|
96a184d0a8 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e2d8622d0b32b48f93a09bd60ef7816ca727e1d0f02c0f7f4d7b4f41f79f1fd
|
||||
size 8426
|
3
String-Util-1.35.tar.gz
Normal file
3
String-Util-1.35.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e089dc4aa714c4801b359df6546f265bad392ca2380309c8900e45b4668bb76e
|
||||
size 17216
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#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_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: -
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 05:32:20 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.350.0 (1.35)
|
||||
see /usr/share/doc/packages/perl-String-Util/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 03:09:37 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.34
|
||||
see /usr/share/doc/packages/perl-String-Util/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 27 03:09:02 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.32
|
||||
see /usr/share/doc/packages/perl-String-Util/Changes
|
||||
|
||||
1.32 2021-03-26 14:06:00 PDT
|
||||
1.32 2021-03-26 09:27:35 PDT
|
||||
- Per bug reports, trim(undef) will return undef
|
||||
- Add a custom separtor option to sanitize
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 09:53:49 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.31
|
||||
see /usr/share/doc/packages/perl-String-Util/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 8 16:47:51 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.26
|
||||
see /usr/share/doc/packages/perl-String-Util/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 17:53:21 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.24
|
||||
see /usr/share/doc/packages/perl-String-Util/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 28 14:26:07 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-String-Util
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,42 +12,41 @@
|
||||
# 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-Util
|
||||
Version: 1.01
|
||||
Release: 1
|
||||
License: CHECK(GPL+ or Artistic)
|
||||
%define cpan_name String-Util
|
||||
Summary: String::Util Perl module
|
||||
Url: http://search.cpan.org/dist/String-Util/
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/M/MI/MIKO/%{cpan_name}-%{version}.tar.gz
|
||||
Name: perl-String-Util
|
||||
Version: 1.350.0
|
||||
Release: 0
|
||||
# 1.35 -> normalize -> 1.350.0
|
||||
%define cpan_version 1.35
|
||||
License: MIT
|
||||
Summary: String processing utility functions
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BA/BAKERSCOT/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Debug::ShowStuff) >= 1.1
|
||||
#BuildRequires: perl(String::Util)
|
||||
Requires: perl(Debug::ShowStuff) >= 1.1
|
||||
Provides: perl(String::Util) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
String::Util provides a collection of small, handy utilities for processing
|
||||
strings.
|
||||
*String::Util* provides a collection of small, handy functions for
|
||||
processing strings in various ways.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_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
|
||||
@@ -55,7 +54,7 @@ strings.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc README
|
||||
%doc Changes README.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user