|
|
|
Name: perl-ExtUtils-Depends
|
|
|
|
Version: 0.402
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Easily build XS extensions that depend on XS extensions
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/ExtUtils-Depends/
|
|
|
|
Source0: http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
# Module Build
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
# Module Runtime
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Config)
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
BuildRequires: perl(DynaLoader)
|
|
|
|
BuildRequires: perl(File::Find)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(IO::File)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Test Suite
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
BuildRequires: perl(FindBin)
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
# Runtime
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl(DynaLoader)
|
|
|
|
|
|
|
|
%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
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc Changes README
|
|
|
|
%{perl_vendorlib}/ExtUtils/
|
|
|
|
%{_mandir}/man3/ExtUtils::Depends.3*
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Mon Oct 20 2014 Paul Howarth <paul@city-fan.org> - 0.402-1
|
|
|
|
- Update to 0.402
|
|
|
|
- Set Data::Dumper::Sortkeys = 1 in ExtUtils::Depends->save_config()
|
|
|
|
(CPAN RT#99260)
|
|
|
|
|
|
|
|
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.401-2
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
|
|
|
* Fri Sep 5 2014 Paul Howarth <paul@city-fan.org> - 0.401-1
|
|
|
|
- Update to 0.401
|
|
|
|
- Add README changes created by 'make dist' from the POD
|
|
|
|
- Rename test modules
|
|
|
|
- Test old/new schemes with .pm files
|
|
|
|
- Move old/new scheme tests from middle of other stuff to end
|
|
|
|
- Rename test packages to 8.3 unique
|
|
|
|
- This release by XAOC → update source URL
|
|
|
|
|
|
|
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.400-2
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
|
|
|
* Thu Aug 14 2014 Paul Howarth <paul@city-fan.org> - 0.400-1
|
|
|
|
- Update to 0.400
|
|
|
|
- Depends.pm: use $DLEXT instead of $SO for library filename extensions
|
|
|
|
- MANIFEST: remove MYMETA.* files
|
|
|
|
- Use DynaLoader::mod2fname if available
|
|
|
|
- Added Android support
|
|
|
|
- In addition to the package variables $inc, $libs and @typemaps, write an
|
|
|
|
'Inline' method to <package>::Install::Files for easier interoperability
|
|
|
|
with the Inline module
|
|
|
|
- Accompany the 'Inline' method with a 'deps' method in
|
|
|
|
<package>::Install::Files in addition to the @deps package variable
|
|
|
|
- Make ExtUtils::Depends->load use the 'Inline' and 'deps' methods by
|
|
|
|
default, falling back to the package variables if the methods are not
|
|
|
|
defined
|
|
|
|
- Make the docs recommend the 'Inline' and 'deps' approach for creating
|
|
|
|
<package>::Install::Files manually, without ExtUtils::Depends::save_config
|
|
|
|
- This release by TSCH → update source URL
|
|
|
|
- BR:/R: perl(DynaLoader)
|
|
|
|
- As we now need Test::More ≥ 0.88, drop EL-5 support
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.308-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon May 19 2014 Paul Howarth <paul@city-fan.org> - 0.308-1
|
|
|
|
- Update to 0.308
|
|
|
|
- Fix win32 test failure in t/02_save_load.t (CPAN RT#95301)
|
|
|
|
|
|
|
|
* Tue Apr 29 2014 Paul Howarth <paul@city-fan.org> - 0.307-1
|
|
|
|
- Update to 0.307
|
|
|
|
- $Data::Dumper::Terse set to 1 broke save_config
|
|
|
|
- Document API expected by ::load function
|
|
|
|
- Classify buildreqs by usage
|
|
|
|
- Make %%files list more explicit
|
|
|
|
- Use DESTDIR rather than PERL_INSTALL_ROOT
|
|
|
|
- Don't use macros for commands
|
|
|
|
|
|
|
|
* Mon Sep 30 2013 Paul Howarth <paul@city-fan.org> - 0.306-1
|
|
|
|
- Update to 0.306
|
|
|
|
- Fixed typo in RT queue URL (CPAN RT#88960)
|
|
|
|
|
|
|
|
* Tue Sep 3 2013 Paul Howarth <paul@city-fan.org> - 0.305-1
|
|
|
|
- Update to 0.305
|
|
|
|
- Makefile.PL: converted to CPAN::Meta::Spec v2
|
|
|
|
- Updated license in RPM spec file (CPAN RT#88196)
|
|
|
|
- Updated contact info and added git repo info to POD
|
|
|
|
- Add comments for find_extra_libs method (CPAN RT#43900)
|
|
|
|
- Fixed typo (CPAN RT#86572)
|
|
|
|
- This release by XAOC -> update source URL
|
|
|
|
|
|
|
|
* Fri Aug 16 2013 Paul Howarth <paul@city-fan.org> - 0.304-1
|
|
|
|
- Update to 0.304
|
|
|
|
- More robust detection of gcc toolchains on Win32 (CPAN RT#62455)
|
|
|
|
- Don't assume dlltool is called 'dlltool' on Win32+gcc - ask Config.pm
|
|
|
|
instead (CPAN RT#62455)
|
|
|
|
- Don't need to remove empty directories from the buildroot
|
|
|
|
- Drop %%defattr, redundant since rpm 4.4
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.303-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.303-8
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.303-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.303-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.303-5
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.303-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.303-3
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.303-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Dec 23 2010 Steven Pritchard <steve@kspei.com> 0.303-1
|
|
|
|
- Update to 0.303.
|
|
|
|
- Update Source0 URL.
|
|
|
|
|
|
|
|
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.302-5
|
|
|
|
- Rebuild to fix problems with vendorarch/lib (#661697)
|
|
|
|
|
|
|
|
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.302-4
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
|
|
|
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.302-3
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.302-2
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
|
|
|
* Fri Jul 31 2009 Chris Weyl <cweyl@alumni.drew.edu> 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 <rel-eng@lists.fedoraproject.org> - 0.301-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.301-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Dec 12 2008 Steven Pritchard <steve@kspei.com> 0.301-1
|
|
|
|
- Update to 0.301.
|
|
|
|
|
|
|
|
* Thu May 15 2008 Steven Pritchard <steve@kspei.com> 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 <tcallawa@redhat.com> - 0.205-6
|
|
|
|
- rebuild for new perl
|
|
|
|
|
|
|
|
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.205-5.1
|
|
|
|
- correct license tag
|
|
|
|
- add BR: perl(ExtUtils::MakeMaker)
|
|
|
|
|
|
|
|
* Fri Sep 8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.205-5
|
|
|
|
- Rebuild for FC6.
|
|
|
|
|
|
|
|
* Wed Feb 15 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.205-4
|
|
|
|
- Rebuild for FC5 (perl 5.8.8).
|
|
|
|
|
|
|
|
* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.205-3
|
|
|
|
- Dist tag.
|
|
|
|
|
|
|
|
* Wed Apr 6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.205-2
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue Feb 15 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.205-1
|
|
|
|
- Update to 0.205.
|
|
|
|
|
|
|
|
* Sun Oct 3 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.204-0.fdr.1
|
|
|
|
- Update to 0.204.
|
|
|
|
|
|
|
|
* Sun Jul 18 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.202-0.fdr.1
|
|
|
|
- First build.
|