OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-MoreUtils?expand=0&rev=4
This commit is contained in:
parent
92d62c6158
commit
a6caf35846
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 25 19:40:42 CEST 2009 - chris@computersalat.de
|
||||||
|
|
||||||
|
- spec mods
|
||||||
|
* removed ^----------
|
||||||
|
* removed ^#---------
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 26 10:38:40 CEST 2009 - chris@computersalat.de
|
||||||
|
|
||||||
|
- added perl-macros
|
||||||
|
o autogen filelist with perl_gen_filelist
|
||||||
|
- spec mods
|
||||||
|
o added norootforbuild
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 20 15:55:29 CEST 2007 - mrueckert@suse.de
|
Mon Aug 20 15:55:29 CEST 2007 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -15,61 +15,53 @@
|
|||||||
# 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-,,' )
|
||||||
|
Summary: Provide the stuff missing in List::Util
|
||||||
Version: 0.22
|
Version: 0.22
|
||||||
Release: 71
|
Release: 72
|
||||||
%define modname List-MoreUtils
|
|
||||||
#
|
#
|
||||||
License: Artistic License; GPL v2 only
|
License: Artistic License .. ; GPL v2 only
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#
|
#
|
||||||
|
Url: http://search.cpan.org/perldoc?List::MoreUtils
|
||||||
|
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
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-macros
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
#
|
|
||||||
Url: http://search.cpan.org/~vparseval/
|
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/List-MoreUtils-0.22.tar.gz
|
|
||||||
Summary: Provide the missing functionality from List::Util
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
List::MoreUtils provides some trivial but commonly needed functionality
|
|
||||||
on lists which is not going to go into List::Util.
|
|
||||||
|
|
||||||
|
%{cpan_name} module for perl
|
||||||
|
List::MoreUtils provides some trivial but commonly needed functionality
|
||||||
Authors:
|
on lists which is not going to go into List::Util.
|
||||||
--------
|
Authors: Tassilo von Parseval, <tassilo.von.parseval@rwth-aachen.de>
|
||||||
Tassilo von Parseval, <tassilo.von.parseval@rwth-aachen.de>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{modname}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||||
make
|
%{__make}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
%{__make} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files -f %{name}.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc README
|
%doc Changes README
|
||||||
/var/adm/perl-modules/%{name}
|
|
||||||
%dir %{perl_vendorarch}/List/
|
|
||||||
%{perl_vendorarch}/List/MoreUtils.pm
|
|
||||||
%dir %{perl_vendorarch}/auto/List/
|
|
||||||
%{perl_vendorarch}/auto/List/MoreUtils/
|
|
||||||
%{_mandir}/man3/List::MoreUtils.3pm*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 20 2007 mrueckert@suse.de
|
|
||||||
- initial package
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user