8
0
Files
perl-Set-Object/perl-Set-Object.spec

69 lines
1.7 KiB
RPMSpec
Raw Normal View History

#
# spec file for package perl-Set-Object (Version 1.28)
#
# Copyright (c) 2010 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/
#
# norootforbuild
Name: perl-Set-Object
Version: 1.28
Release: 2
%{perl_requires}
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic
Url: http://cpan.org/modules/by-module/Set
Summary: Set of objects
Source0: Set-Object-%{version}.tar.bz2
Patch: %{name}-%{version}-return_value.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%description
This module implements a Set of objects, that is, a collection of
objects without duplications. It is similar to a Smalltalk IdentitySet.
Authors:
--------
Jean-Louis Leroy <jll@skynet.be>
%prep
%setup -q -n Set-Object-%{version}
%patch
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
make %{?_smp_mflags}
make test
%install
%perl_make_install
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc Changes.pod README
%doc %{_mandir}/man?/*
%{perl_vendorarch}/Set
%{perl_vendorarch}/auto/Set
%changelog