Dominique Leuenberger 2022-07-05 10:27:35 +00:00 committed by Git OBS Bridge
commit 047cbbddb8
4 changed files with 23 additions and 17 deletions

View File

@ -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

Binary file not shown.

View File

@ -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 Tue Apr 24 05:17:59 UTC 2018 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-File-ShareDir-Install # 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 # 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
@ -12,22 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 %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 License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Summary: Install shared files
Url: http://search.cpan.org/dist/File-ShareDir-Install/ URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.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 Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
%{perl_requires} %{perl_requires}
@ -45,14 +43,14 @@ Please note that this module installs read-only data files; empty
directories will be ignored. directories will be ignored.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@ -60,7 +58,6 @@ directories will be ignored.
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING README testrules.yml %doc Changes CONTRIBUTING README testrules.yml
%license LICENSE %license LICENSE