1
0

Accepting request 91110 from devel:languages:perl

- update to 0.1006:
  * handle directories with newlines [RT#72114]
- changes from 0.1005:
  * fixed RT#53064
  * removes bundled Test::More
  * converted distribution builder to Dist::Zilla

OBS-URL: https://build.opensuse.org/request/show/91110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-chdir?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2011-11-16 16:20:19 +00:00 committed by Git OBS Bridge
parent bbaa7c9b72
commit a4a854d192
4 changed files with 23 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ee4b521ece69bf4e960d04df46f48568575270ff1d80135fc7741263b231353
size 31919

3
File-chdir-0.1006.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Nov 03 23:04:40 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.1006:
* handle directories with newlines [RT#72114]
- changes from 0.1005:
* fixed RT#53064
* removes bundled Test::More
* converted distribution builder to Dist::Zilla
-------------------------------------------------------------------
Fri Jan 21 20:18:00 UTC 2011 - coolo@novell.com

View File

@ -18,15 +18,14 @@
Name: perl-File-chdir
Version: 0.1004
Version: 0.1006
Release: 1
License: GPL+ or Artistic
%define cpan_name File-chdir
Summary: a more sensible way to change directories
Summary: A more sensible way to change directories
Url: http://search.cpan.org/dist/File-chdir/
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
Source: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-%{version}.tar.gz
BuildRequires: perl(Cwd) >= 3.16
BuildRequires: perl(File::Spec) >= 3.27
BuildRequires: perl
@ -52,16 +51,18 @@ the Cwd manpage.
%prep
%setup -q -n %{cpan_name}-%{version}
%__sed -i '/^auto_install/d' Makefile.PL
%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make %{?_smp_flags}
%check
./Build test
%__make test
%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean