Accepting request 245273 from home:smite

builds, works. Needed by myself

OBS-URL: https://build.opensuse.org/request/show/245273
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Object-MultiType?expand=0&rev=1
This commit is contained in:
Darin Perusich
2014-08-22 12:45:44 +00:00
committed by Git OBS Bridge
commit 98651e0f27
5 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,60 @@
#
# spec file for package perl-Object-MultiType
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Object-MultiType
Version: 0.05
Release: 0
%define cpan_name Object-MultiType
Summary: Object::MultiType Perl module
License: CHECK(GPL-1.0+ or Artistic-1.0)
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Object-MultiType/
Source: http://www.cpan.org/authors/id/G/GM/GMPASSOS/Object-MultiType-%{version}.tar.bz2
# Source: Object::MultiType
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# BuildRequires: perl(Test::Pod) perl(Test::Pod::Coverage)
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
%description
Object::MultiType Perl module
%prep
%setup -q -n %{cpan_name}-%{version}
%build
export AUTOMATED_TESTING=1
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
export AUTOMATED_TESTING=1
%{__make} test
%install
%perl_make_install
find %buildroot/%_prefix -name *.bs -a -size 0 | xargs rm -f
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%changelog