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