From a4a854d192498ddb311c5264f36bb38d6a4ceea533aa68b7f84a7ef0d6a56b9b Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 16 Nov 2011 16:20:19 +0000 Subject: [PATCH] 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 --- File-chdir-0.1004.tar.bz2 | 3 --- File-chdir-0.1006.tar.gz | 3 +++ perl-File-chdir.changes | 11 +++++++++++ perl-File-chdir.spec | 17 +++++++++-------- 4 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 File-chdir-0.1004.tar.bz2 create mode 100644 File-chdir-0.1006.tar.gz diff --git a/File-chdir-0.1004.tar.bz2 b/File-chdir-0.1004.tar.bz2 deleted file mode 100644 index 60df96b..0000000 --- a/File-chdir-0.1004.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ee4b521ece69bf4e960d04df46f48568575270ff1d80135fc7741263b231353 -size 31919 diff --git a/File-chdir-0.1006.tar.gz b/File-chdir-0.1006.tar.gz new file mode 100644 index 0000000..2953349 --- /dev/null +++ b/File-chdir-0.1006.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26e91f8b5480544da599412612ff9287007be9703d41c35251f09c5ff19879a +size 21188 diff --git a/perl-File-chdir.changes b/perl-File-chdir.changes index 88b751a..e1ae38e 100644 --- a/perl-File-chdir.changes +++ b/perl-File-chdir.changes @@ -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 diff --git a/perl-File-chdir.spec b/perl-File-chdir.spec index f197e65..5c83272 100644 --- a/perl-File-chdir.spec +++ b/perl-File-chdir.spec @@ -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