forked from pool/perl-Devel-PatchPerl
72 lines
2.1 KiB
RPMSpec
72 lines
2.1 KiB
RPMSpec
![]() |
#
|
||
|
# spec file for package perl-Devel-PatchPerl (Version 0.30)
|
||
|
#
|
||
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||
|
#
|
||
|
# All modifications and additions to the file contributed by third parties
|
||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||
|
# upon. The license for this file, and modifications and additions to the
|
||
|
# file, is the same license as for the pristine package itself (unless the
|
||
|
# license for the pristine package is not an Open Source License, in which
|
||
|
# case the license is the MIT License). An "Open Source License" is a
|
||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||
|
# published by the Open Source Initiative.
|
||
|
|
||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||
|
#
|
||
|
|
||
|
Name: perl-Devel-PatchPerl
|
||
|
Version: 0.30
|
||
|
Release: 1
|
||
|
License: GPL+ or Artistic
|
||
|
%define cpan_name Devel-PatchPerl
|
||
|
Summary: Patch perl source a la Devel::PPort's buildperl.pl
|
||
|
Url: http://search.cpan.org/dist/Devel-PatchPerl/
|
||
|
Group: Development/Libraries/Perl
|
||
|
Source: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
||
|
BuildArch: noarch
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
BuildRequires: perl
|
||
|
BuildRequires: perl-macros
|
||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||
|
BuildRequires: perl(File::pushd) >= 1.00
|
||
|
BuildRequires: perl(IO::File)
|
||
|
BuildRequires: perl(IPC::Cmd) >= 0.40
|
||
|
BuildRequires: perl(MIME::Base64)
|
||
|
Requires: perl(File::pushd) >= 1.00
|
||
|
Requires: perl(IO::File)
|
||
|
Requires: perl(IPC::Cmd) >= 0.40
|
||
|
Requires: perl(MIME::Base64)
|
||
|
%{perl_requires}
|
||
|
|
||
|
%description
|
||
|
Devel::PatchPerl is a modularisation of the patching code contained in the
|
||
|
Devel::PPort manpage's 'buildperl.pl'.
|
||
|
|
||
|
It does not build perls, it merely provides an interface to the source
|
||
|
patching functionality.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n %{cpan_name}-%{version}
|
||
|
|
||
|
%build
|
||
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||
|
%{__make} %{?_smp_mflags}
|
||
|
|
||
|
%check
|
||
|
%{__make} test
|
||
|
|
||
|
%install
|
||
|
%perl_make_install
|
||
|
%perl_process_packlist
|
||
|
%perl_gen_filelist
|
||
|
|
||
|
%clean
|
||
|
%{__rm} -rf %{buildroot}
|
||
|
|
||
|
%files -f %{name}.files
|
||
|
%defattr(-,root,root,755)
|
||
|
%doc Changes LICENSE README
|
||
|
|
||
|
%changelog
|