Summary: Easily build XS extensions that depend on XS extensions Name: perl-ExtUtils-Depends Version: 0.304 Release: 2%{?_dist_release} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/ExtUtils-Depends/ Source0: http://www.cpan.org/authors/id/T/TS/TSCH/ExtUtils-Depends-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Vendor: Project Vine Distribution: Vine Linux %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 27 2014 IWAI, Masaharu 0.304-2 - build with Perl 5.16 * Mon Mar 28 2011 IWAI, Masaharu 0.304-1 - new upstream release - add Vendor and Distribution tags * Mon Jul 07 2008 Daisuke SUZUKI 0.300-1 - new upstream release - build on perl-5.10 * Wed Aug 22 2007 Ryoichi INAGAKI - 0.205-5vl1 - Initial build for Vine * 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.