perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.spec
Stephan Kulow 2bf8dccbd6 Accepting request 27112 from home:jnweiger:branches:devel:languages:perl
Copy from home:jnweiger:branches:devel:languages:perl/perl-ExtUtils-MakeMaker via accept of submit request 27112 revision 3.
Request was accepted with message:
I will fill up the version update info

OBS-URL: https://build.opensuse.org/request/show/27112
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=3
2009-12-20 20:17:36 +00:00

60 lines
1.4 KiB
RPMSpec

#
# spec file for package perl-ExtUtils-MakeMaker (Version 6.56)
#
# 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.56
Release: 1
Source: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-%{version}.tar.bz2
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
%check
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