Accepting request 297563 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-Base?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2015-04-17 09:39:50 +00:00
committed by Git OBS Bridge
parent d0de739104
commit c25ccc5161
6 changed files with 54 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Image-Base (Version 1.15)
# spec file for package perl-Image-Base
#
# 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,15 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Image-Base
Version: 1.15
Release: 1
License: This module may be used/distributed/modified under the LGPL.
Version: 1.17
Release: 0
%define cpan_name Image-Base
Summary: base class for loading, manipulating and saving images.
Url: http://search.cpan.org/dist/Image-Base/
Summary: Base Class for Loading, Manipulating and Saving Images
License: This module may be used/distributed/modified under the LGPL.
Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/K/KR/KRYDE/%{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/Image-Base/
Source0: http://www.cpan.org/authors/id/K/KR/KRYDE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -31,8 +33,9 @@ BuildRequires: perl-macros
%{perl_requires}
%description
This class should not be used directly. Known inheritors are Image::Xbm and
Image::Xpm and in see the /SEE ALSO manpage below.
This is a base class for image. It shouldn't be used directly. Known
inheritors are 'Image::Xbm' and 'Image::Xpm' and in see the /SEE ALSO
manpage below.
use Image::Xpm ;
@@ -47,7 +50,7 @@ manipulating image files with a modest amount of code and dependencies.
Other inheritors like 'Image::Base::GD' are front-ends to big image
libraries. They can be handy for pointing generic 'Image::Base' style code
at a choice of modules and their various file formats. Some like
at a choice of modules and supported file formats. Some inheritors like
'Image::Base::X11::Protocol::Drawable' even go to a window etc for direct
display.
@@ -67,11 +70,8 @@ find . -type f -print0 | xargs -0 chmod 644
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LGPL-3 README
%doc Changes GPL-3 LGPL-3 README
%changelog