From 035015f8dbfd8e7a79f99f4a7eae5218ae2f601470e3d5f92829bfb29010f97c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 23 Apr 2018 07:49:54 +0000 Subject: [PATCH] Accepting request 599529 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/599529 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-ShareDir-Install?expand=0&rev=18 --- File-ShareDir-Install-0.11.tar.gz | 3 --- File-ShareDir-Install-0.12.tar.gz | 3 +++ perl-File-ShareDir-Install.changes | 12 ++++++++++++ perl-File-ShareDir-Install.spec | 22 +++++++++++----------- 4 files changed, 26 insertions(+), 14 deletions(-) delete mode 100644 File-ShareDir-Install-0.11.tar.gz create mode 100644 File-ShareDir-Install-0.12.tar.gz diff --git a/File-ShareDir-Install-0.11.tar.gz b/File-ShareDir-Install-0.11.tar.gz deleted file mode 100644 index 7016597..0000000 --- a/File-ShareDir-Install-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32bf8772e9fea60866074b27ff31ab5bc3f88972d61915e84cbbb98455e00cc8 -size 31187 diff --git a/File-ShareDir-Install-0.12.tar.gz b/File-ShareDir-Install-0.12.tar.gz new file mode 100644 index 0000000..ffefeeb --- /dev/null +++ b/File-ShareDir-Install-0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9176dcf4aaeec3c64f259c671df8f7fda5040b38d9910858ae0353c19269e88d +size 30943 diff --git a/perl-File-ShareDir-Install.changes b/perl-File-ShareDir-Install.changes index ee0b934..8c6d062 100644 --- a/perl-File-ShareDir-Install.changes +++ b/perl-File-ShareDir-Install.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Apr 21 05:20:36 UTC 2018 - coolo@suse.com + +- updated to 0.12 + see /usr/share/doc/packages/perl-File-ShareDir-Install/Changes + + 0.12 2018-04-20 11:00:09Z + - add rules files for 'prove' and Test::Harness to specify that tests need + to be run serially for now + - support spaces (and other special characters too) in share files (PR #2; + thanks, Shoichi Kaji!) + ------------------------------------------------------------------- Wed Aug 10 05:27:59 UTC 2016 - coolo@suse.com diff --git a/perl-File-ShareDir-Install.spec b/perl-File-ShareDir-Install.spec index e8c7aa7..b9f83cb 100644 --- a/perl-File-ShareDir-Install.spec +++ b/perl-File-ShareDir-Install.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-ShareDir-Install # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,21 +17,19 @@ Name: perl-File-ShareDir-Install -Version: 0.11 +Version: 0.12 Release: 0 %define cpan_name File-ShareDir-Install Summary: Install shared files -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/File-ShareDir-Install/ -Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build::Tiny) >= 0.034 -BuildRequires: perl(Module::Metadata) %{perl_requires} %description @@ -50,18 +48,20 @@ directories will be ignored. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL --installdirs=vendor -./Build build --flags=%{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -./Build test +%{__make} test %install -./Build install --destdir=%{buildroot} --create_packlist=0 +%perl_make_install +%perl_process_packlist %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING LICENSE README +%doc Changes CONTRIBUTING README +%license LICENSE %changelog