2008-09-16 17:46:16 +02:00
|
|
|
#
|
2009-12-20 21:17:36 +01:00
|
|
|
# spec file for package perl-ExtUtils-MakeMaker (Version 6.56)
|
2008-09-16 17:46:16 +02:00
|
|
|
#
|
|
|
|
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
Name: perl-ExtUtils-MakeMaker
|
|
|
|
URL: http://cpan.org/modules/by-module/ExtUtils/
|
2010-07-26 10:42:56 +02:00
|
|
|
License: Perl License
|
2008-09-16 17:46:16 +02:00
|
|
|
Group: Development/Libraries/Perl
|
2010-11-30 13:13:00 +01:00
|
|
|
%{perl_requires}
|
2008-09-16 17:46:16 +02:00
|
|
|
# BuildRequires: perl-Test-Pod
|
|
|
|
Autoreqprov: on
|
|
|
|
Summary: ExtUtils-MakeMaker Perl module
|
2009-12-20 21:17:36 +01:00
|
|
|
Version: 6.56
|
2008-09-16 17:46:16 +02:00
|
|
|
Release: 1
|
2009-12-20 21:17:36 +01:00
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-%{version}.tar.bz2
|
2008-09-16 17:46:16 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-10-19 10:46:01 +02:00
|
|
|
BuildRequires: perl
|
2008-09-16 17:46:16 +02:00
|
|
|
|
|
|
|
%description
|
2010-07-26 10:42:56 +02:00
|
|
|
Up-to-date ExtUtils-MakeMaker Perl module.
|
2008-09-16 17:46:16 +02:00
|
|
|
|
2010-07-26 10:42:56 +02:00
|
|
|
Module::Build is the official heir apparent to MakeMaker and we encourage
|
|
|
|
people to work on M::B rather than spending time adding features to MakeMaker.
|
2008-09-16 17:46:16 +02:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n ExtUtils-MakeMaker-%{version}
|
|
|
|
|
|
|
|
%build
|
2010-07-26 10:42:56 +02:00
|
|
|
%__perl Makefile.PL
|
|
|
|
%__make
|
2009-12-20 21:17:36 +01:00
|
|
|
|
|
|
|
%check
|
2010-07-26 10:42:56 +02:00
|
|
|
%__make test
|
2008-09-16 17:46:16 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%clean
|
2010-07-26 10:42:56 +02:00
|
|
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
2008-09-16 17:46:16 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc Changes README
|
2010-07-26 10:42:56 +02:00
|
|
|
%if 0%{?suse_version} < 1100
|
|
|
|
%exclude %doc %{_mandir}/man3/*.%{perl_man3ext}%{ext_man}
|
|
|
|
%else
|
|
|
|
%doc %{_mandir}/man3/*.%{perl_man3ext}%{ext_man}
|
|
|
|
%endif
|
2008-09-16 17:46:16 +02:00
|
|
|
%{perl_vendorlib}/ExtUtils
|
|
|
|
%{perl_vendorarch}/auto/ExtUtils
|
2010-07-26 09:50:23 +02:00
|
|
|
%exclude /usr/bin/instmodsh
|
|
|
|
%exclude %{_mandir}/man1/instmodsh.1%{ext_man}
|
2008-09-16 17:46:16 +02:00
|
|
|
|
2009-09-07 15:12:08 +02:00
|
|
|
%changelog
|