Accepting request 297810 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/297810 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-Bootstrap-lib?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
624fdc00af
commit
4b4485c4c6
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3788fdfcc5f07524c44d70ce6dda294c0cb61197cd5c42dbb9768e2d289ba4aa
|
||||
size 15314
|
||||
3
Dist-Zilla-Plugin-Bootstrap-lib-1.001000.tar.gz
Normal file
3
Dist-Zilla-Plugin-Bootstrap-lib-1.001000.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84578bbe9309c1f7e88b060b96cb78c937fabc8c4ca4970d67d56fbbbf46149d
|
||||
size 33001
|
||||
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
#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
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 17:21:05 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.001000
|
||||
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-Bootstrap-lib/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 5 07:21:43 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Dist-Zilla-Plugin-Bootstrap-lib (Version 0.01023600)
|
||||
# spec file for package perl-Dist-Zilla-Plugin-Bootstrap-lib
|
||||
#
|
||||
# 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,53 +15,54 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Dist-Zilla-Plugin-Bootstrap-lib
|
||||
Version: 0.01023600
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 1.001000
|
||||
Release: 0
|
||||
%define cpan_name Dist-Zilla-Plugin-Bootstrap-lib
|
||||
Summary: A minimal boot-strapping for Dist::Zilla Plug-ins.
|
||||
Url: http://search.cpan.org/dist/Dist-Zilla-Plugin-Bootstrap-lib/
|
||||
Summary: Minimal Boot-Strapping for Dist::Zilla Plug-Ins
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
#Source: http://www.cpan.org/authors/id/K/KE/KENTNL/Dist-Zilla-Plugin-Bootstrap-lib-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/Dist-Zilla-Plugin-Bootstrap-lib/
|
||||
Source0: http://www.cpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(File::Spec)
|
||||
BuildRequires: perl(Dist::Zilla::Role::Bootstrap) >= 1.000000
|
||||
BuildRequires: perl(Dist::Zilla::Util::Test::KENTNL) >= 1.003001
|
||||
BuildRequires: perl(Moose)
|
||||
BuildRequires: perl(Test::DZil)
|
||||
BuildRequires: perl(Test::More) >= 0.89
|
||||
Requires: perl(Dist::Zilla::Role::Bootstrap) >= 1.000000
|
||||
Requires: perl(Moose)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
This module does the very simple task of injecting the distributions 'lib'
|
||||
directory into @INC at the point of its inclusion, so that you can use
|
||||
plug-ins you're writing for Dist::Zilla, to release the plug-in itself.
|
||||
This module exists for loading either '/lib' or '/Dist-Name-$VERSION/lib'
|
||||
into your '@INC' early on.
|
||||
|
||||
This is mostly useful for writing Dist::Zilla plug-ins, so that you may
|
||||
build and release a plug-in using itself.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%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 perlcritic.rc README weaver.ini
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user