Accepting request 177431 from devel:languages:perl
- updated to 0.1008 - Fixed broken use of abs_path on Cygwin [Joel Berger] - Fixed broken Pod link; reordered CAVEATS section (forwarded request 177401 from coolo) OBS-URL: https://build.opensuse.org/request/show/177431 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-chdir?expand=0&rev=8
This commit is contained in:
commit
4d25172d0f
@ -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
|
Thu Nov 03 23:04:40 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-chdir
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,25 +16,24 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-File-chdir
|
Name: perl-File-chdir
|
||||||
Version: 0.1006
|
Version: 0.1008
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
|
||||||
%define cpan_name File-chdir
|
%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/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/File-chdir/
|
||||||
BuildRequires: perl(Cwd) >= 3.16
|
Source: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildRequires: perl(File::Spec) >= 3.27
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
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(Cwd) >= 3.16
|
||||||
Requires: perl(File::Spec) >= 3.27
|
Requires: perl(File::Spec::Functions) >= 3.27
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -51,25 +50,21 @@ the Cwd manpage.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
%__sed -i '/^auto_install/d' Makefile.PL
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%__perl Makefile.PL PREFIX="%{_prefix}"
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
%__make %{?_smp_flags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%__make test
|
%{__make} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(644,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes examples LICENSE README xt
|
%doc Changes CONTRIBUTING examples LICENSE perlcritic.rc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user