perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.spec

58 lines
1.4 KiB
RPMSpec

#
# spec file for package perl-ExtUtils-MakeMaker (Version 6.54)
#
# 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/
License: Artistic License
Group: Development/Libraries/Perl
Requires: perl = %{perl_version}
# BuildRequires: perl-Test-Pod
Autoreqprov: on
Summary: ExtUtils-MakeMaker Perl module
Version: 6.54
Release: 1
Source: ExtUtils-MakeMaker-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
ExtUtils-MakeMaker Perl module
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.
This is here just to fulfil a dependency in Jifty.
%prep
%setup -n ExtUtils-MakeMaker-%{version}
%build
perl Makefile.PL
make
make test
%install
%perl_make_install
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc Changes README
%doc %{_mandir}/man?/*
%{perl_vendorlib}/ExtUtils
%{perl_vendorarch}/auto/ExtUtils
/var/adm/perl-modules/%{name}
/usr/bin/instmodsh
%changelog