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

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Thu Sep 15 03:10:29 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-ExtUtils-AutoInstall/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7337/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-ExtUtils-AutoInstall.spec 
Log Message:
auto-import perl-ExtUtils-AutoInstall-0.63-2 on branch devel from perl-ExtUtils-AutoInstall-0.63-2.src.rpm


--- NEW FILE perl-ExtUtils-AutoInstall.spec ---
Name: 		perl-ExtUtils-AutoInstall
Version: 	0.63
Release: 	2%{?dist}
Summary: 	Automatic install of dependencies via CPAN
License: 	GPL or Artistic
Group: 		Development/Libraries
URL: 		http://search.cpan.org/dist/ExtUtils-AutoInstall/
Source: 	http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/ExtUtils-AutoInstall-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: 	noarch

%{?_with_perl_CPANPLUS:BuildRequires:  perl(CPANPLUS) >= 0.043}
BuildRequires:  perl(Sort::Versions) >= 1.2
BuildRequires:	perl(LWP::Simple)

%description
ExtUtils::AutoInstall lets module writers specify a more sophisticated
form of dependency information than the PREREQ_PM option offered by 
ExtUtils::MakeMaker.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor --defaultdeps
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 -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%clean
rm -rf $RPM_BUILD_ROOT

%check
make test

%files
%defattr(-,root,root,-)
# For license text(s), see the perl package
%doc Changes AUTHORS README TODO
%{perl_vendorlib}/ExtUtils
%{_mandir}/man3/*

%changelog
* Tue Sep 13 2005 Ralf Corsepius <rc040203 at freenet.de> - 0.63-1
- FE submission.

* Tue Sep 13 2005 Ralf Corsepius <rc040203 at freenet.de> - 0.63-0
- Update to 0.63.
- FE submission preps.

* Wed Jun 29 2005 Ralf Corsepius <ralf at links2linux.de> - 0.61-0.pm.2
- Add Sort::Versions.

* Tue Jun 28 2005 Ralf Corsepius <ralf at links2linux.de> - 0.61-0.pm.1
- Initial packman version.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-ExtUtils-AutoInstall/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Sep 2005 03:08:24 -0000	1.1
+++ .cvsignore	15 Sep 2005 03:10:24 -0000	1.2
@@ -0,0 +1 @@
+ExtUtils-AutoInstall-0.63.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-ExtUtils-AutoInstall/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Sep 2005 03:08:24 -0000	1.1
+++ sources	15 Sep 2005 03:10:24 -0000	1.2
@@ -0,0 +1 @@
+87ce9c44a8ab52e9b0553a2e46805525  ExtUtils-AutoInstall-0.63.tar.gz




More information about the fedora-extras-commits mailing list