Accepting request 986680 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/986680 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-ShareDir-Install?expand=0&rev=17
This commit is contained in:
commit
047cbbddb8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45befdf0d95cbefe7c25a1daf293d85f780d6d2576146546e6828aad26e580f9
|
||||
size 31191
|
BIN
File-ShareDir-Install-0.14.tar.gz
(Stored with Git LFS)
Normal file
BIN
File-ShareDir-Install-0.14.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 2 03:06:43 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.14
|
||||
see /usr/share/doc/packages/perl-File-ShareDir-Install/Changes
|
||||
|
||||
0.14 2022-07-01 03:46:36Z
|
||||
- work around a build issue on windows (RT#125571)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 24 05:17:59 UTC 2018 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-ShareDir-Install
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,22 +12,20 @@
|
||||
# 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-File-ShareDir-Install
|
||||
Version: 0.13
|
||||
Release: 0
|
||||
%define cpan_name File-ShareDir-Install
|
||||
Summary: Install shared files
|
||||
Name: perl-File-ShareDir-Install
|
||||
Version: 0.14
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/File-ShareDir-Install/
|
||||
Summary: Install shared files
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
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
|
||||
%{perl_requires}
|
||||
@ -45,14 +43,14 @@ Please note that this module installs read-only data files; empty
|
||||
directories will be ignored.
|
||||
|
||||
%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
|
||||
@ -60,7 +58,6 @@ directories will be ignored.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING README testrules.yml
|
||||
%license LICENSE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user