diff --git a/POE-Component-IRC-Plugin-BaseWrap-0.009.tar.gz b/POE-Component-IRC-Plugin-BaseWrap-0.009.tar.gz deleted file mode 100644 index 9a41027..0000000 --- a/POE-Component-IRC-Plugin-BaseWrap-0.009.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2edd02437b271f2fdc084f950c280fd28008b90237795624b8c0c1a87ec66f7d -size 12322 diff --git a/POE-Component-IRC-Plugin-BaseWrap-1.001001.tar.gz b/POE-Component-IRC-Plugin-BaseWrap-1.001001.tar.gz new file mode 100644 index 0000000..2e0bed9 --- /dev/null +++ b/POE-Component-IRC-Plugin-BaseWrap-1.001001.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3cf71cf566c81885918b72dccfa5bc9b36dc095d9451fe08a231dbd6d4b6191 +size 28946 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-POE-Component-IRC-Plugin-BaseWrap.changes b/perl-POE-Component-IRC-Plugin-BaseWrap.changes index fb41696..24b4b60 100644 --- a/perl-POE-Component-IRC-Plugin-BaseWrap.changes +++ b/perl-POE-Component-IRC-Plugin-BaseWrap.changes @@ -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 diff --git a/perl-POE-Component-IRC-Plugin-BaseWrap.spec b/perl-POE-Component-IRC-Plugin-BaseWrap.spec index 29d90ab..84cbed4 100644 --- a/perl-POE-Component-IRC-Plugin-BaseWrap.spec +++ b/perl-POE-Component-IRC-Plugin-BaseWrap.spec @@ -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