rpms/perl-Module-Compile/FC-5 perl-Module-Compile.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Mar 13 15:54:11 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-Module-Compile/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4062

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Module-Compile.spec 
Log Message:
Sync with devel branch.


--- NEW FILE perl-Module-Compile.spec ---
Name:           perl-Module-Compile
Version:        0.20
Release:        1%{?dist}
Summary:        Perl Module Compilation
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Module-Compile/
Source0:        http://www.cpan.org/authors/id/I/IN/INGY/Module-Compile-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Digest::SHA1)
BuildRequires:  perl(YAML)
Requires:       perl(Digest::SHA1)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides a system for writing modules that compile other
Perl modules.

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

%changelog
* Thu Feb 01 2007 Steven Pritchard <steve at kspei.com> 0.20-1
- Specfile autogenerated by cpanspec 1.69.1.
- Drop explicit perl build dependency.
- Add YAML build dependency.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Compile/FC-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Mar 2007 02:22:35 -0000	1.1
+++ .cvsignore	13 Mar 2007 15:53:39 -0000	1.2
@@ -0,0 +1 @@
+Module-Compile-0.20.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Compile/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Mar 2007 02:22:35 -0000	1.1
+++ sources	13 Mar 2007 15:53:39 -0000	1.2
@@ -0,0 +1 @@
+31e30f3f3c87fe5b0124b6bcc4059cd2  Module-Compile-0.20.tar.gz




More information about the fedora-extras-commits mailing list