Accepting request 320507 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/320507 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-EOL?expand=0&rev=13
This commit is contained in:
commit
d3f7f382e9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:431b289f0959f7ace0ee95fe401b0d05c93dee5d6dce0aedabbf0b53c2b1cd61
|
||||
size 29150
|
3
Test-EOL-1.6.tar.gz
Normal file
3
Test-EOL-1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cab9468cda0366adcd581987628570041eb1f865562f1f965a1d3683b948b9a
|
||||
size 18617
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 09:12:24 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.6
|
||||
see /usr/share/doc/packages/perl-Test-EOL/Changes
|
||||
|
||||
1.6 2015-07-30 21:51:00-07:00 America/Los_Angeles
|
||||
- Add 'no_test' import option to allow more composability
|
||||
(Arthur Axel fREW Schmidt)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 17:20:10 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-EOL
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX 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,25 +17,19 @@
|
||||
|
||||
|
||||
Name: perl-Test-EOL
|
||||
Version: 1.5
|
||||
Version: 1.6
|
||||
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/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user