Accepting request 297265 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297265
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-POE-Component-IRC-Plugin-BaseWrap?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-04-16 18:14:28 +00:00
committed by Git OBS Bridge
parent 3e25e48552
commit 0538e08152
5 changed files with 49 additions and 24 deletions

View File

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

View File

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

20
cpanspec.yml Normal file
View 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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 16 17:30:38 UTC 2015 - coolo@suse.com
- updated to 1.001001
see /usr/share/doc/packages/perl-POE-Component-IRC-Plugin-BaseWrap/Changes
-------------------------------------------------------------------
Sun May 1 10:37:44 UTC 2011 - coolo@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-POE-Component-IRC-Plugin-BaseWrap (Version 0.009)
# spec file for package perl-POE-Component-IRC-Plugin-BaseWrap
#
# Copyright (c) 2011 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,24 +15,25 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-POE-Component-IRC-Plugin-BaseWrap
Version: 0.009
Release: 1
License: GPL+ or Artistic
Version: 1.001001
Release: 0
%define cpan_name POE-Component-IRC-Plugin-BaseWrap
Summary: base class for IRC plugins which need triggers/ban/root control
Url: http://search.cpan.org/dist/POE-Component-IRC-Plugin-BaseWrap/
Summary: Base Class for Irc Plugins Which Need Triggers/Ban/Root Control
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/POE-Component-IRC-Plugin-BaseWrap/
Source0: http://www.cpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(POE) >= 0.9999
BuildRequires: perl(POE::Component::IRC::Plugin) >= 0.1
Requires: perl(POE) >= 0.9999
Requires: perl(POE::Component::IRC::Plugin) >= 0.1
BuildRequires: perl(POE)
BuildRequires: perl(POE::Component::IRC::Plugin)
Requires: perl(POE)
Requires: perl(POE::Component::IRC::Plugin)
%{perl_requires}
%description
@@ -45,21 +46,19 @@ and /msg messages.
%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(-,root,root,755)
%doc Changes examples README
%doc Changes examples LICENSE README README.md
%changelog