Stephan Kulow 2015-09-07 15:19:59 +00:00 committed by Git OBS Bridge
parent 8fe4a557bc
commit efad9e17e1
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 7 15:19:52 UTC 2015 - coolo@suse.com
- extend version
-------------------------------------------------------------------
Sun Jul 19 08:50:47 UTC 2015 - coolo@suse.com

View File

@ -17,15 +17,16 @@
Name: perl-File-Path
Version: 2.11
Version: 2.110000
Release: 0
%define cpan_version 2.11
Provides: perl(File::Path) = 2.110000
%define cpan_name File-Path
Summary: Create or remove directory trees
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/File-Path/
#Source0: http://www.cpan.org/authors/id/D/DL/DLAND/%{cpan_name}-2.09.tar.gz
Source0: File-Path-2.11.tar.gz
Source0: http://www.cpan.org/authors/id/R/RI/RICHE/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -38,7 +39,7 @@ This module provide a convenient way to create directories of arbitrary
depth and to delete an entire directory subtree from the filesystem.
%prep
%setup -q -n %{cpan_name}-%{version}
%setup -q -n %{cpan_name}-%{cpan_version}
find . -type f -print0 | xargs -0 chmod 644
%build