diff --git a/File-chdir-0.1006.tar.gz b/File-chdir-0.1006.tar.gz deleted file mode 100644 index 2953349..0000000 --- a/File-chdir-0.1006.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b26e91f8b5480544da599412612ff9287007be9703d41c35251f09c5ff19879a -size 21188 diff --git a/File-chdir-0.1008.tar.gz b/File-chdir-0.1008.tar.gz new file mode 100644 index 0000000..1122ca1 --- /dev/null +++ b/File-chdir-0.1008.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993af084c4bd02369169e6dac20c414d5b589c53247b66bb837acce700fa0d59 +size 21595 diff --git a/perl-File-chdir.changes b/perl-File-chdir.changes index e1ae38e..38724c0 100644 --- a/perl-File-chdir.changes +++ b/perl-File-chdir.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 4 08:58:14 UTC 2013 - coolo@suse.com + +- updated to 0.1008 + - Fixed broken use of abs_path on Cygwin [Joel Berger] + - Fixed broken Pod link; reordered CAVEATS section + ------------------------------------------------------------------- Thu Nov 03 23:04:40 UTC 2011 - pascal.bleser@opensuse.org diff --git a/perl-File-chdir.spec b/perl-File-chdir.spec index a0dd7b9..0660331 100644 --- a/perl-File-chdir.spec +++ b/perl-File-chdir.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-chdir # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,25 +16,24 @@ # - Name: perl-File-chdir -Version: 0.1006 -Release: 1 -License: GPL-1.0+ or Artistic-1.0 +Version: 0.1008 +Release: 0 %define cpan_name File-chdir Summary: A more sensible way to change directories -Url: http://search.cpan.org/dist/File-chdir/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -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 +Url: http://search.cpan.org/dist/File-chdir/ +Source: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) +BuildRequires: perl(Cwd) >= 3.16 +BuildRequires: perl(File::Spec::Functions) >= 3.27 +#BuildRequires: perl(File::chdir) Requires: perl(Cwd) >= 3.16 -Requires: perl(File::Spec) >= 3.27 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch +Requires: perl(File::Spec::Functions) >= 3.27 %{perl_requires} %description @@ -51,25 +50,21 @@ the Cwd manpage. %prep %setup -q -n %{cpan_name}-%{version} -%__sed -i '/^auto_install/d' Makefile.PL %build -%__perl Makefile.PL PREFIX="%{_prefix}" -%__make %{?_smp_flags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -%__make test +%{__make} test %install %perl_make_install %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) -%doc Changes examples LICENSE README xt +%defattr(-,root,root,755) +%doc Changes CONTRIBUTING examples LICENSE perlcritic.rc README %changelog