Accepting request 485958 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/485958
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Bot-BasicBot?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2017-04-06 13:00:10 +00:00
committed by Git OBS Bridge
parent 67330d1c34
commit fa0c44276a
4 changed files with 20 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Bot-BasicBot
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,14 +17,14 @@
Name: perl-Bot-BasicBot
Version: 0.89
Version: 0.90
Release: 0
%define cpan_name Bot-BasicBot
Summary: Simple Irc Bot Baseclass
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Bot-BasicBot/
Source0: http://www.cpan.org/authors/id/H/HI/HINRIK/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/H/HI/HINRIK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -47,7 +47,7 @@ folder in the Bot::BasicBot tarball.
A quick summary, though - You want to define your own package that
subclasses Bot::BasicBot, override various methods (documented below), then
call /new and /run on it.
call 'new' and 'run' on it.
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -66,6 +66,7 @@ call /new and /run on it.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE README
%doc Changes examples
%license LICENSE
%changelog