forked from pool/perl-File-Temp
don't use rpm macros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Temp?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
225958a7b1
commit
1cb6e38fbb
3
File-Temp-0.22.tar.gz
Normal file
3
File-Temp-0.22.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:989f9222497e6c056af3478018316cf634dba946e9a85d4d2b5a09c5351a4785
|
||||
size 38352
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-Temp
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products 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,12 +17,9 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
#Distribution: %dist
|
||||
#Packager: %packager
|
||||
#Vendor: %vendor
|
||||
|
||||
Name: perl-File-Temp
|
||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||
%define cpan_name File-Temp
|
||||
Summary: Return name and handle of a temporary file safely
|
||||
Version: 0.22
|
||||
Release: 1
|
||||
@@ -44,6 +41,7 @@ Requires: perl(Fcntl) >= 1.03
|
||||
Requires: perl(File::Path)
|
||||
|
||||
%description
|
||||
|
||||
%{cpan_name} module for perl
|
||||
|
||||
File::Temp can be used to create and open temporary files in a safe way.
|
||||
@@ -54,7 +52,6 @@ Requires: perl(File::Path)
|
||||
|
||||
Author: Tim Jenness <tjenness (at) cpan.org>
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user