8
0
Stephan Kulow
2011-11-17 14:05:15 +00:00
committed by Git OBS Bridge
parent 225958a7b1
commit 1cb6e38fbb
2 changed files with 10 additions and 10 deletions

3
File-Temp-0.22.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:989f9222497e6c056af3478018316cf634dba946e9a85d4d2b5a09c5351a4785
size 38352

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-File-Temp # 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 # 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
@@ -17,12 +17,9 @@
# norootforbuild # norootforbuild
#Distribution: %dist
#Packager: %packager
#Vendor: %vendor
Name: perl-File-Temp 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 Summary: Return name and handle of a temporary file safely
Version: 0.22 Version: 0.22
Release: 1 Release: 1
@@ -39,11 +36,12 @@ BuildRequires: perl(File::Spec) >= 0.8
BuildRequires: perl(Fcntl) >= 1.03 BuildRequires: perl(Fcntl) >= 1.03
BuildRequires: perl(File::Path) BuildRequires: perl(File::Path)
#BuildRequires: perl(Module::Build) #BuildRequires: perl(Module::Build)
Requires: perl(File::Spec) >= 0.8 Requires: perl(File::Spec) >= 0.8
Requires: perl(Fcntl) >= 1.03 Requires: perl(Fcntl) >= 1.03
Requires: perl(File::Path) Requires: perl(File::Path)
%description %description
%{cpan_name} module for perl %{cpan_name} module for perl
File::Temp can be used to create and open temporary files in a safe way. 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> Author: Tim Jenness <tjenness (at) cpan.org>
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}