Accepting request 599902 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/599902 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-ShareDir-Install?expand=0&rev=15
This commit is contained in:
commit
925bb2a6d2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32bf8772e9fea60866074b27ff31ab5bc3f88972d61915e84cbbb98455e00cc8
|
||||
size 31187
|
3
File-ShareDir-Install-0.12.tar.gz
Normal file
3
File-ShareDir-Install-0.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9176dcf4aaeec3c64f259c671df8f7fda5040b38d9910858ae0353c19269e88d
|
||||
size 30943
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user