Accepting request 65752 from devel:languages:perl
Accepted submit request 65752 from user coolo OBS-URL: https://build.opensuse.org/request/show/65752 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-MoreUtils?expand=0&rev=15
This commit is contained in:
commit
68b87922df
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4948b26851d9d9ac611eb487ecb92815dc3c5ee64e414bc67211b48590f62b7
|
|
||||||
size 22570
|
|
3
List-MoreUtils-0.30.tar.gz
Normal file
3
List-MoreUtils-0.30.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d401b6e08681dcc782b04b7a6e128fff043b9a06ef12fee0931800a006132f0
|
||||||
|
size 36659
|
@ -1,5 +1,15 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 17 08:24:00 UTC 2011 - cfarrell@novell.com
|
Fri Apr 1 11:06:39 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
- shortened description
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 31 12:40:18 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
- update to 0.30, see Changes for details (a lot)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mar 17 08:24:00 UTC 2011 - cfarrell@novell.com
|
||||||
|
|
||||||
- license update: GPL+ or Artistic
|
- license update: GPL+ or Artistic
|
||||||
See README and MoreUtils.pm - "same terms as Perl" expands to GPL+ or Artistic
|
See README and MoreUtils.pm - "same terms as Perl" expands to GPL+ or Artistic
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-List-MoreUtils
|
# spec file for package perl-List-MoreUtils (Version 0.30)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,38 +15,36 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-List-MoreUtils
|
Name: perl-List-MoreUtils
|
||||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
Version: 0.30
|
||||||
Summary: Provide the stuff missing in List::Util
|
Release: 1
|
||||||
Version: 0.22
|
|
||||||
Release: 85
|
|
||||||
#
|
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
|
%define cpan_name List-MoreUtils
|
||||||
|
Summary: Provide the stuff missing in List::Util
|
||||||
|
Url: http://search.cpan.org/dist/List-MoreUtils/
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#
|
#Source: http://www.cpan.org/authors/id/A/AD/ADAMK/List-MoreUtils-%{version}.tar.gz
|
||||||
Url: http://search.cpan.org/perldoc?List::MoreUtils
|
Source: %{cpan_name}-%{version}.tar.gz
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/List-MoreUtils-0.22.tar.gz
|
|
||||||
#
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
*List::MoreUtils* provides some trivial but commonly needed functionality
|
||||||
|
on lists which is not going to go into the List::Util manpage.
|
||||||
|
|
||||||
%{cpan_name} module for perl
|
All of the below functions are implementable in only a couple of lines of
|
||||||
List::MoreUtils provides some trivial but commonly needed functionality
|
Perl code. Using the functions from this module however should give
|
||||||
on lists which is not going to go into List::Util.
|
slightly better performance as everything is implemented in C. The
|
||||||
Authors: Tassilo von Parseval, <tassilo.von.parseval@rwth-aachen.de>
|
pure-Perl implementation of these functions only serves as a fallback in
|
||||||
|
case the C portions of this module couldn't be compiled on this machine.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -58,10 +56,10 @@ perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-, root, root)
|
%defattr(644,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user