1
0

Accepting request 349323 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/349323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Regexp-Common?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2015-12-20 09:52:30 +00:00 committed by Git OBS Bridge
commit 69b35f1f3c
5 changed files with 49 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:729a8198d264aa64ecbb233ff990507f97fbb66bda746b95f3286f50f5f25c84
size 115724

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df47f46dbbad843b65d20c6a4e4683ba9ae6cdeaf171ee7b0749d77e93f29a42
size 115794

28
cpanspec.yml Normal file
View File

@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#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_build: |-
# rm unused.files
#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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Dec 16 10:02:18 UTC 2015 - coolo@suse.com
- updated to 2015121601
see /usr/share/doc/packages/perl-Regexp-Common/Changes
Version 2015121601 Wed Dec 16 01:12:18 CET 2015
+ Force Darwin 10.0 on Perl 5.10.0 to run square tests in 32 bit mode.
-------------------------------------------------------------------
Tue Jun 11 11:58:34 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Regexp-Common
#
# 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,41 +17,32 @@
Name: perl-Regexp-Common
Version: 2013031301
Version: 2015121601
Release: 0
%define cpan_name Regexp-Common
Summary: Provide commonly requested regular expressions
License: MIT
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Regexp-Common/
Source: http://www.cpan.org/authors/id/A/AB/ABIGAIL/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/A/AB/ABIGAIL/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(Regexp::Common)
#BuildRequires: perl(Regexp::Common::_support)
#BuildRequires: perl(Regexp::Common::URI)
#BuildRequires: perl(Regexp::Common::URI::RFC1035)
#BuildRequires: perl(Regexp::Common::URI::RFC1738)
#BuildRequires: perl(Regexp::Common::URI::RFC1808)
#BuildRequires: perl(Regexp::Common::URI::RFC2384)
#BuildRequires: perl(Regexp::Common::URI::RFC2396)
#BuildRequires: perl(Regexp::Common::URI::RFC2806)
#BuildRequires: perl(t::Common)
%{perl_requires}
%description
By default, this module exports a single hash ('%RE') that stores or
generates commonly needed regular expressions (see the "List of available
patterns" manpage).
generates commonly needed regular expressions (see "List of available
patterns").
There is an alternative, subroutine-based syntax described in the
"Subroutine-based interface" manpage.
There is an alternative, subroutine-based syntax described in
"Subroutine-based interface".
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor