rpms/perl-ExtUtils-InferConfig/F-11 perl-ExtUtils-InferConfig.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 08:19:42 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-ExtUtils-InferConfig/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2882

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



--- NEW FILE perl-ExtUtils-InferConfig.spec ---
Name:           perl-ExtUtils-InferConfig
Version:        1.03
Release:        2%{?dist}
Summary:        Infer Perl Configuration for non-running interpreters
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/ExtUtils-InferConfig/
Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-InferConfig-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(IPC::Cmd)
BuildRequires:  perl(IPC::Run)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module can determine the configuration and @INC of a perl interpreter
given its path and that it is runnable by the current user.

%prep
%setup -q -n ExtUtils-InferConfig-%{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 README
%{perl_vendorlib}/*
%{_mandir}/man3/*

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-ExtUtils-InferConfig/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 May 2009 21:01:54 -0000	1.1
+++ .cvsignore	4 May 2009 08:19:11 -0000	1.2
@@ -0,0 +1 @@
+ExtUtils-InferConfig-1.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-ExtUtils-InferConfig/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 May 2009 21:01:54 -0000	1.1
+++ sources	4 May 2009 08:19:12 -0000	1.2
@@ -0,0 +1 @@
+bc428af291b36b1c0ffa1e5c96408f72  ExtUtils-InferConfig-1.03.tar.gz




More information about the Fedora-perl-devel-list mailing list