2007-01-15 23:31:49 +00:00
|
|
|
#
|
2010-08-24 19:44:16 +00:00
|
|
|
# spec file for package perl-Set-Object (Version 1.28)
|
2007-01-15 23:31:49 +00:00
|
|
|
#
|
2010-01-12 12:10:25 +00:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:31:49 +00:00
|
|
|
#
|
2009-01-21 01:36:42 +00:00
|
|
|
# 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.
|
|
|
|
|
2007-01-15 23:31:49 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-07-25 15:00:46 +00:00
|
|
|
|
2007-01-15 23:31:49 +00:00
|
|
|
Name: perl-Set-Object
|
2010-08-24 19:44:16 +00:00
|
|
|
Version: 1.28
|
2010-10-19 11:12:56 +00:00
|
|
|
Release: 2
|
2007-01-15 23:31:49 +00:00
|
|
|
Requires: perl = %{perl_version}
|
2007-10-08 10:28:13 +00:00
|
|
|
AutoReqProv: on
|
2007-01-15 23:31:49 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2010-01-12 12:10:25 +00:00
|
|
|
License: Artistic
|
2007-10-08 10:28:13 +00:00
|
|
|
Url: http://cpan.org/modules/by-module/Set
|
2007-01-15 23:31:49 +00:00
|
|
|
Summary: Set of objects
|
|
|
|
Source0: Set-Object-%{version}.tar.bz2
|
|
|
|
Patch: %{name}-%{version}-return_value.diff
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-10-19 08:47:12 +00:00
|
|
|
BuildRequires: perl
|
2007-01-15 23:31:49 +00:00
|
|
|
|
|
|
|
%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"
|
2010-01-12 12:10:25 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-01-15 23:31:49 +00:00
|
|
|
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
|
2008-07-25 15:00:46 +00:00
|
|
|
|
2007-02-16 17:41:52 +00:00
|
|
|
%changelog
|