diff --git a/.cvsignore b/.cvsignore index e69de29..d5180a2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +ExtUtils-Depends-0.204.tar.gz diff --git a/perl-ExtUtils-Depends.spec b/perl-ExtUtils-Depends.spec new file mode 100644 index 0000000..b1ae1f4 --- /dev/null +++ b/perl-ExtUtils-Depends.spec @@ -0,0 +1,63 @@ +%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} + +Name: perl-ExtUtils-Depends +Version: 0.204 +Release: 0.fdr.1.rh90 +Epoch: 0 +Summary: Easily build XS extensions that depend on XS extensions + +Group: Development/Libraries +License: GPL or Artistic +URL: http://search.cpan.org/dist/ExtUtils-Depends/ +Source0: http://www.cpan.org/authors/id/T/TS/TSCH/ExtUtils-Depends-0.204.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: perl >= 1:5.6.1 +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +This module tries to make it easy to build Perl extensions that use +functions and typemaps provided by other perl extensions. This means +that a perl extension is treated like a shared library that provides +also a C and an XS interface besides the perl one. + + +%prep +%setup -q -n ExtUtils-Depends-%{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 -type d -depth -exec rmdir {} 2>/dev/null ';' +chmod -R u+w $RPM_BUILD_ROOT/* + + +%check || : +make test + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc Changes README +%{perl_vendorlib}/ExtUtils/ +%{_mandir}/man3/*.3* + + +%changelog +* Sun Oct 3 2004 Jose Pedro Oliveira - 0:0.204-0.fdr.1 +- Update to 0.204. + +* Sun Jul 18 2004 Jose Pedro Oliveira - 0:0.202-0.fdr.1 +- First build. diff --git a/sources b/sources index e69de29..b3237a3 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +bd4c967e2f60a63ddef50b23487e0751 ExtUtils-Depends-0.204.tar.gz