forked from pool/perl-File-Temp
Compare commits
1 Commits
6934bcb8c5
...
b915c65115
Author | SHA256 | Date | |
---|---|---|---|
b915c65115 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2290d61bf5c39882fc3311da9ce1c7f42dbdf825ae169e552c59fe4598b36f4a
|
||||
size 76988
|
BIN
File-Temp-0.2312.tar.gz
(Stored with Git LFS)
Normal file
BIN
File-Temp-0.2312.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 12:33:36 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.2312
|
||||
see /usr/share/doc/packages/perl-File-Temp/Changes
|
||||
|
||||
0.2312 2025-09-01 18:56:18Z
|
||||
- fix filename check for VMS (Craig Berry, GH#44)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 03:11:19 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-Temp
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,24 +16,22 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-File-Temp
|
||||
Version: 0.2311
|
||||
Release: 0
|
||||
%define cpan_name File-Temp
|
||||
Summary: Return name and handle of a temporary file safely
|
||||
Name: perl-File-Temp
|
||||
Version: 0.2312
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Summary: Return name and handle of a temporary file safely
|
||||
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
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Path) >= 2.060000
|
||||
BuildRequires: perl(File::Path) >= 2.06
|
||||
BuildRequires: perl(parent) >= 0.221
|
||||
Requires: perl(File::Path) >= 2.060000
|
||||
Requires: perl(File::Path) >= 2.06
|
||||
Requires: perl(parent) >= 0.221
|
||||
%{perl_requires}
|
||||
|
||||
@@ -67,11 +65,11 @@ exist by the time the caller opens the filename.
|
||||
Filehandles returned by these functions support the seekable methods.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -82,7 +80,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING README
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user