8
0

- updated to 1.15

see /usr/share/doc/packages/perl-File-Find-Rule-Perl/Changes
  1.15    2015-04-05
          - fix tests from 1.14 release
  
  1.14    2015-04-05
          - fix tests for ExtUtils::MakeMaker 7.05_* (ETHER)
          - use warnings in module and tests
          - switch off of Module::Install again
  
  1.13 Wed 30 Oct 2012
  	- Updating Module::Install (ADAMK)
  
  1.12 Mon 31 Oct 2011
  	- Ignore debian directory in tests (ADAMK)
  	- Ignore all dot dirs in tests (ADAMK)
  
  1.11 Mon 31 Oct 2011
  	- Updating to Module::Install::DSL 1.04 (ADAMK)
          - Skip MYMETA.json too (CHORNY)
  	- Do not import from Params::Util (ADAMK)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Rule-Perl?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2015-05-07 08:08:47 +00:00
committed by Git OBS Bridge
parent 734ed8c8f4
commit b331a6fee9
6 changed files with 73 additions and 25 deletions

View File

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

View File

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

View File

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

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#description_paragraphs: 3
no_testing: broken within build env
#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

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu May 7 07:13:18 UTC 2015 - coolo@suse.com
- updated to 1.15
see /usr/share/doc/packages/perl-File-Find-Rule-Perl/Changes
1.15 2015-04-05
- fix tests from 1.14 release
1.14 2015-04-05
- fix tests for ExtUtils::MakeMaker 7.05_* (ETHER)
- use warnings in module and tests
- switch off of Module::Install again
1.13 Wed 30 Oct 2012
- Updating Module::Install (ADAMK)
1.12 Mon 31 Oct 2011
- Ignore debian directory in tests (ADAMK)
- Ignore all dot dirs in tests (ADAMK)
1.11 Mon 31 Oct 2011
- Updating to Module::Install::DSL 1.04 (ADAMK)
- Skip MYMETA.json too (CHORNY)
- Do not import from Params::Util (ADAMK)
-------------------------------------------------------------------
Sat Jan 22 20:16:27 UTC 2011 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Find-Rule-Perl (Version 1.10)
# spec file for package perl-File-Find-Rule-Perl
#
# Copyright (c) 2010 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
@@ -15,26 +15,27 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-File-Find-Rule-Perl
Version: 1.10
Release: 1
License: GPL+ or Artistic
Version: 1.15
Release: 0
%define cpan_name File-Find-Rule-Perl
Summary: Common rules for searching for Perl things
Url: http://search.cpan.org/dist/File-Find-Rule-Perl/
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/A/AD/ADAMK/File-Find-Rule-Perl-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires: perl(File::Find::Rule) >= 0.20
BuildRequires: perl(File::Spec) >= 0.82
BuildRequires: perl(Params::Util) >= 0.38
Url: http://search.cpan.org/dist/File-Find-Rule-Perl/
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Find::Rule) >= 0.20
BuildRequires: perl(Params::Util) >= 0.38
BuildRequires: perl(Parse::CPAN::Meta) >= 1.38
Requires: perl(File::Find::Rule) >= 0.20
Requires: perl(File::Spec) >= 0.82
Requires: perl(Params::Util) >= 0.38
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: perl(Parse::CPAN::Meta) >= 1.38
%{perl_requires}
%description
@@ -53,16 +54,17 @@ various parts of the CPAN ecosystem.
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
# MANUAL no testing (broken within build env)
#%{__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 LICENSE README
%defattr(-,root,root,755)
%doc Changes
%changelog