8
0

Accepting request 297833 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297833
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Util?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-04-17 18:32:27 +00:00
committed by Git OBS Bridge
parent 26cdcb94d2
commit 96a184d0a8
5 changed files with 45 additions and 20 deletions

View File

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

3
String-Util-1.24.tar.gz Normal file
View File

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

20
cpanspec.yml Normal file
View 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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
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 Wed Sep 28 14:26:07 UTC 2011 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-String-Util # spec file for package perl-String-Util
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@@ -16,23 +16,23 @@
# #
Name: perl-String-Util Name: perl-String-Util
Version: 1.01 Version: 1.24
Release: 1 Release: 0
License: CHECK(GPL+ or Artistic)
%define cpan_name String-Util %define cpan_name String-Util
Summary: String::Util Perl module Summary: String processing utilities
Url: http://search.cpan.org/dist/String-Util/ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/M/MI/MIKO/%{cpan_name}-%{version}.tar.gz Url: http://search.cpan.org/dist/String-Util/
Source0: http://www.cpan.org/authors/id/M/MI/MIKO/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Debug::ShowStuff) >= 1.1 BuildRequires: perl(Module::Build)
#BuildRequires: perl(String::Util) BuildRequires: perl(Number::Misc)
Requires: perl(Debug::ShowStuff) >= 1.1 Requires: perl(Number::Misc)
%{perl_requires} %{perl_requires}
%description %description
@@ -43,19 +43,18 @@ strings.
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Build.PL installdirs=vendor
%{__make} %{?_smp_mflags} ./Build build flags=%{?_smp_mflags}
%check %check
%{__make} test ./Build test
%install %install
%perl_make_install ./Build install destdir=%{buildroot} create_packlist=0
%perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc README %doc Changes LICENSE README
%changelog %changelog