Accepting request 177563 from devel:languages:perl
- updated to 1.5 - Change to default to searching for trailing whitespace from the current directory downwards (as tests are run from the top of a dist normally), rather than one directory above the test file, as then we don't work as expected if tests are in t/author or similar. - Fix to ignore inc/ directory used by Module::Install. - Fix bad regex matching directories containing 'svn', not just .svn' directories. RT#75968 OBS-URL: https://build.opensuse.org/request/show/177563 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-EOL?expand=0&rev=10
This commit is contained in:
commit
dff02e9d68
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c5ea38c86cb91f0f10abb377ccfd455472913f06ca550766438aaf33135fe56
|
||||
size 15610
|
3
Test-EOL-1.5.tar.gz
Normal file
3
Test-EOL-1.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:431b289f0959f7ace0ee95fe401b0d05c93dee5d6dce0aedabbf0b53c2b1cd61
|
||||
size 29150
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 17:20:10 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 1.5
|
||||
- Change to default to searching for trailing whitespace from the
|
||||
current directory downwards (as tests are run from the top of a dist
|
||||
normally), rather than one directory above the test file, as then
|
||||
we don't work as expected if tests are in t/author or similar.
|
||||
|
||||
- Fix to ignore inc/ directory used by Module::Install.
|
||||
|
||||
- Fix bad regex matching directories containing 'svn', not just .svn'
|
||||
directories. RT#75968
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 16 08:17:26 UTC 2012 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-EOL
|
||||
#
|
||||
# Copyright (c) 2012 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
|
||||
@ -17,19 +17,25 @@
|
||||
|
||||
|
||||
Name: perl-Test-EOL
|
||||
Version: 1.1
|
||||
Version: 1.5
|
||||
Release: 0
|
||||
%define cpan_name Test-EOL
|
||||
Summary: Check the correct line endings in your project
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Test-EOL/
|
||||
Source: http://www.cpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
|
||||
Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
#BuildRequires: perl(JSON)
|
||||
#BuildRequires: perl(LWP::Simple)
|
||||
#BuildRequires: perl(Module::Build)
|
||||
#BuildRequires: perl(Module::Install::Base)
|
||||
#BuildRequires: perl(Parse::CPAN::Meta)
|
||||
#BuildRequires: perl(Test::EOL)
|
||||
#BuildRequires: perl(YAML::Tiny)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -38,11 +44,6 @@ modules, etc) for the presence of windows line endings.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
# MANUAL BEGIN
|
||||
%if 0%{?sles_version} == 10
|
||||
%{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL
|
||||
%endif
|
||||
# MANUAL END
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
|
Loading…
Reference in New Issue
Block a user