forked from pool/perl-File-chdir
Accepting request 177401 from home:coolo:update-perl
- updated to 0.1008 - Fixed broken use of abs_path on Cygwin [Joel Berger] - Fixed broken Pod link; reordered CAVEATS section OBS-URL: https://build.opensuse.org/request/show/177401 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-chdir?expand=0&rev=6
This commit is contained in:
parent
3b1668d16c
commit
cf82ad6d53
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b26e91f8b5480544da599412612ff9287007be9703d41c35251f09c5ff19879a
|
||||
size 21188
|
3
File-chdir-0.1008.tar.gz
Normal file
3
File-chdir-0.1008.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:993af084c4bd02369169e6dac20c414d5b589c53247b66bb837acce700fa0d59
|
||||
size 21595
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user