forked from pool/perl-Test-File
Accepting request 1046491 from devel:languages:perl:autoupdate
- updated to 1.993 see /usr/share/doc/packages/perl-Test-File/Changes 1.993 2022-12-31T20:33:55Z * Try harder to check for symlinks on Windows by stealing some code from Win32:: (Jean-Damien Durand) GitHub #36 1.992_01 2022-11-10T21:59:59Z * Try harder to test Windows symlinks, #36 from Jean-Damien Durand OBS-URL: https://build.opensuse.org/request/show/1046491 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-File?expand=0&rev=19
This commit is contained in:
parent
a2d8ca404d
commit
bdec37493b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:77c57c47a40df11e55d3264608703a79573f909b6f989ef1a1d17f9165680f77
|
|
||||||
size 31001
|
|
BIN
Test-File-1.993.tar.gz
(Stored with Git LFS)
Normal file
BIN
Test-File-1.993.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 3 03:12:26 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.993
|
||||||
|
see /usr/share/doc/packages/perl-Test-File/Changes
|
||||||
|
|
||||||
|
1.993 2022-12-31T20:33:55Z
|
||||||
|
* Try harder to check for symlinks on Windows by stealing some code
|
||||||
|
from Win32:: (Jean-Damien Durand) GitHub #36
|
||||||
|
|
||||||
|
1.992_01 2022-11-10T21:59:59Z
|
||||||
|
* Try harder to test Windows symlinks, #36 from Jean-Damien Durand
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 16 03:08:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
Wed Feb 16 03:08:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-File
|
# spec file for package perl-Test-File
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
%define cpan_name Test-File
|
%define cpan_name Test-File
|
||||||
Name: perl-Test-File
|
Name: perl-Test-File
|
||||||
Version: 1.992
|
Version: 1.993
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Summary: Test file attributes
|
Summary: Test file attributes
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
||||||
@ -56,7 +55,7 @@ for the test. If not supplied, a reasonable default will be generated.
|
|||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user