Name: perl-ExtUtils-Depends Version: 0.303 Release: 3%{?dist} Summary: Easily build XS extensions that depend on XS extensions License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/ExtUtils-Depends/ Source0: http://www.cpan.org/authors/id/F/FL/FLORA/ExtUtils-Depends-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Data::Dumper) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(IO::File) BuildRequires: perl(Test::More) 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 -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 * Fri Jun 17 2011 Marcela Mašláňová - 0.303-3 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.303-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Dec 23 2010 Steven Pritchard 0.303-1 - Update to 0.303. - Update Source0 URL. * Thu Dec 16 2010 Marcela Maslanova - 0.302-5 - 661697 rebuild for fixing problems with vendorach/lib * Sat May 01 2010 Marcela Maslanova - 0.302-4 - Mass rebuild with perl-5.12.0 * Fri Apr 30 2010 Marcela Maslanova - 0.302-3 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 0.302-2 - rebuild against perl 5.10.1 * Fri Jul 31 2009 Chris Weyl 0.302-1 - auto-update to 0.302 (by cpan-spec-update 0.01) - added a new br on perl(Data::Dumper) (version 0) - added a new br on perl(File::Spec) (version 0) - added a new br on perl(IO::File) (version 0) * Sat Jul 25 2009 Fedora Release Engineering - 0.301-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.301-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Dec 12 2008 Steven Pritchard 0.301-1 - Update to 0.301. * Thu May 15 2008 Steven Pritchard 0.300-1 - Update to 0.300. - Clean up to match cpanspec output. - Fix find option order. - Use fixperms macro instead of our own chmod incantation. - Update Source0 URL. - BR Test::More. * Tue Feb 5 2008 Tom "spot" Callaway - 0.205-6 - rebuild for new perl * Mon Oct 15 2007 Tom "spot" Callaway - 0.205-5.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) * Fri Sep 8 2006 Jose Pedro Oliveira - 0.205-5 - Rebuild for FC6. * Wed Feb 15 2006 Jose Pedro Oliveira - 0.205-4 - Rebuild for FC5 (perl 5.8.8). * Thu Dec 29 2005 Jose Pedro Oliveira - 0.205-3 - Dist tag. * Fri Apr 7 2005 Michael Schwendt - 0.205-2 - rebuilt * Tue Feb 15 2005 Jose Pedro Oliveira - 0:0.205-1 - Update to 0.205. * 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.