rpms/perl-ExtUtils-InstallPAR/devel perl-ExtUtils-InstallPAR.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcela Mašláňová mmaslano at fedoraproject.org
Mon May 4 07:53:58 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-ExtUtils-InstallPAR/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30793

Modified Files:
	.cvsignore sources 
Added Files:
	perl-ExtUtils-InstallPAR.spec 
Log Message:
* Thu Apr 30 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.03-2
- add BR



--- NEW FILE perl-ExtUtils-InstallPAR.spec ---
Name:           perl-ExtUtils-InstallPAR
Version:        0.03
Release:        2%{?dist}
Summary:        Install .par's into any installed perl
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/ExtUtils-InstallPAR/
Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-InstallPAR-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(PAR::Dist) >= 0.40
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module installs PAR distributions (i.e. .par files) into any perl
installation on the system. The PAR::Dist module can install into the
currently running perl by default and provides the necessary parameters to
override any installation directories. Figuring out how to use those
overrides in order to install into an arbitrary perl installation on the
system may be beyond most users, however. Hence this convenience wrapper
using ExtUtils::InferConfig to automatically determine the typical site
installation paths of any perl interpreter than can be executed by the
current user.

%prep
%setup -q -n ExtUtils-InstallPAR-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Apr 30 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.03-2
- add BR

* Wed Apr 29 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.03-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-ExtUtils-InstallPAR/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 May 2009 21:01:13 -0000	1.1
+++ .cvsignore	4 May 2009 07:53:28 -0000	1.2
@@ -0,0 +1 @@
+ExtUtils-InstallPAR-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-ExtUtils-InstallPAR/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 May 2009 21:01:13 -0000	1.1
+++ sources	4 May 2009 07:53:28 -0000	1.2
@@ -0,0 +1 @@
+88832cdff670a78bb44e25cadd700f4d  ExtUtils-InstallPAR-0.03.tar.gz




More information about the scm-commits mailing list