cvsextras 242d324
Name:           perl-ExtUtils-Depends
55255f0
Version:        0.8000
918ca3d
Release:        3%{?dist}
cvsextras 242d324
Summary:        Easily build XS extensions that depend on XS extensions
8a749f3
License:        GPL+ or Artistic
0874035
URL:            https://metacpan.org/release/ExtUtils-Depends
55255f0
Source0:        https://cpan.metacpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-%{version}.tar.gz
cvsextras 242d324
BuildArch:      noarch
13069f0
# Module Build
cb93e4c
BuildRequires:  coreutils
cb93e4c
BuildRequires:  make
4156182
BuildRequires:  perl-generators
55255f0
BuildRequires:  perl-interpreter
13069f0
BuildRequires:  perl(Cwd)
55255f0
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
13069f0
# Module Runtime
13069f0
BuildRequires:  perl(Carp)
13069f0
BuildRequires:  perl(Config)
13069f0
BuildRequires:  perl(Data::Dumper)
8c56814
BuildRequires:  perl(DynaLoader)
13069f0
BuildRequires:  perl(File::Find)
Chris Weyl 4649604
BuildRequires:  perl(File::Spec)
Chris Weyl 4649604
BuildRequires:  perl(IO::File)
13069f0
BuildRequires:  perl(strict)
13069f0
BuildRequires:  perl(warnings)
13069f0
# Test Suite
13069f0
BuildRequires:  perl(base)
13069f0
BuildRequires:  perl(Exporter)
13069f0
BuildRequires:  perl(File::Path)
13069f0
BuildRequires:  perl(File::Spec::Functions)
13069f0
BuildRequires:  perl(File::Temp)
13069f0
BuildRequires:  perl(FindBin)
13069f0
BuildRequires:  perl(lib)
7eee1bb
BuildRequires:  perl(Test::More)
13069f0
# Runtime
13069f0
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
8c56814
Requires:       perl(DynaLoader)
Chris Weyl 4649604
cvsextras 242d324
%description
cvsextras 242d324
This module tries to make it easy to build Perl extensions that use
7eee1bb
functions and typemaps provided by other Perl extensions. This means
7eee1bb
that a Perl extension is treated like a shared library that provides
7eee1bb
also a C and an XS interface besides the Perl one.
cvsextras 242d324
cvsextras 242d324
%prep
cvsextras 242d324
%setup -q -n ExtUtils-Depends-%{version}
cvsextras 242d324
cvsextras 242d324
%build
55255f0
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
55255f0
%{make_build}
cvsextras 242d324
cvsextras 242d324
%install
55255f0
%{make_install}
55255f0
%{_fixperms} -c %{buildroot}
cvsextras 242d324
bbe81f5
%check
cvsextras 242d324
make test
cvsextras 242d324
cvsextras 242d324
%files
cvsextras 242d324
%doc Changes README
02b4f80
%{perl_vendorlib}/ExtUtils/
02b4f80
%{_mandir}/man3/ExtUtils::Depends.3*
cvsextras 242d324
cvsextras 242d324
%changelog
918ca3d
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8000-3
918ca3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
918ca3d
95c363c
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.8000-2
95c363c
- Perl 5.30 rebuild
95c363c
55255f0
* Wed Apr 10 2019 Paul Howarth <paul@city-fan.org> - 0.8000-1
55255f0
- Update to 0.8000
55255f0
  - Bump version so https://metacpan.org/pod/ExtUtils::Depends shows the
55255f0
    correct ExtUtils::Depends module
55255f0
  - Quote directories with spaces
55255f0
- Modernize spec using features from ExtUtils::MakeMaker ≥ 6.76
55255f0
54e80de
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.405-10
54e80de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
54e80de
7b182d4
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.405-9
7b182d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
7b182d4
76e885a
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.405-8
76e885a
- Perl 5.28 rebuild
76e885a
257f957
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.405-7
257f957
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
257f957
e4c0afa
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.405-6
e4c0afa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e4c0afa
8b2c1df
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.405-5
8b2c1df
- Perl 5.26 rebuild
8b2c1df
fe58e1f
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.405-4
fe58e1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
fe58e1f
3f00c66
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.405-3
3f00c66
- Perl 5.24 rebuild
3f00c66
2df9ab6
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.405-2
2df9ab6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2df9ab6
cb93e4c
* Tue Dec  1 2015 Paul Howarth <paul@city-fan.org> - 0.405-1
cb93e4c
- Update to 0.405
cb93e4c
  - Remove MYMETA.* from MANIFEST file (CPAN RT#108554)
cb93e4c
db585a3
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.404-3
db585a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
db585a3
8c45e9d
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.404-2
8c45e9d
- Perl 5.22 rebuild
8c45e9d
358431a
* Fri Jan 30 2015 Paul Howarth <paul@city-fan.org> - 0.404-1
358431a
- Update to 0.404
358431a
  - Depends.pm: sort deps in save_config() and get_makefile_vars()
358431a
    (CPAN RT#101602)
358431a
  - Use / to make ::load filename, not File::Spec - perldoc -f require
358431a
7eee1bb
* Mon Jan  5 2015 Paul Howarth <paul@city-fan.org> - 0.403-1
7eee1bb
- Update to 0.403
7eee1bb
  - Avoid using Test::More::done_testing() for to support building
7eee1bb
    out-of-the-box on older perls
7eee1bb
81f9b8c
* Mon Oct 20 2014 Paul Howarth <paul@city-fan.org> - 0.402-1
81f9b8c
- Update to 0.402
81f9b8c
  - Set Data::Dumper::Sortkeys = 1 in ExtUtils::Depends->save_config()
81f9b8c
    (CPAN RT#99260)
81f9b8c
cac6d3e
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.401-2
cac6d3e
- Perl 5.20 rebuild
cac6d3e
1ed334b
* Fri Sep  5 2014 Paul Howarth <paul@city-fan.org> - 0.401-1
1ed334b
- Update to 0.401
1ed334b
  - Add README changes created by 'make dist' from the POD
1ed334b
  - Rename test modules
1ed334b
  - Test old/new schemes with .pm files
1ed334b
  - Move old/new scheme tests from middle of other stuff to end
1ed334b
  - Rename test packages to 8.3 unique
1ed334b
- This release by XAOC → update source URL
1ed334b
14ee2cd
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.400-2
14ee2cd
- Perl 5.20 rebuild
14ee2cd
8c56814
* Thu Aug 14 2014 Paul Howarth <paul@city-fan.org> - 0.400-1
8c56814
- Update to 0.400
8c56814
  - Depends.pm: use $DLEXT instead of $SO for library filename extensions
8c56814
  - MANIFEST: remove MYMETA.* files
8c56814
  - Use DynaLoader::mod2fname if available
8c56814
  - Added Android support
8c56814
  - In addition to the package variables $inc, $libs and @typemaps, write an
8c56814
    'Inline' method to <package>::Install::Files for easier interoperability
8c56814
    with the Inline module
8c56814
  - Accompany the 'Inline' method with a 'deps' method in
8c56814
    <package>::Install::Files in addition to the @deps package variable
8c56814
  - Make ExtUtils::Depends->load use the 'Inline' and 'deps' methods by
8c56814
    default, falling back to the package variables if the methods are not
8c56814
    defined
8c56814
  - Make the docs recommend the 'Inline' and 'deps' approach for creating
8c56814
    <package>::Install::Files manually, without ExtUtils::Depends::save_config
8c56814
- This release by TSCH → update source URL
8c56814
- BR:/R: perl(DynaLoader)
8c56814
- As we now need Test::More ≥ 0.88, drop EL-5 support
8c56814
1ce258e
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.308-2
1ce258e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1ce258e
02b4f80
* Mon May 19 2014 Paul Howarth <paul@city-fan.org> - 0.308-1
02b4f80
- Update to 0.308
02b4f80
  - Fix win32 test failure in t/02_save_load.t (CPAN RT#95301)
02b4f80
13069f0
* Tue Apr 29 2014 Paul Howarth <paul@city-fan.org> - 0.307-1
13069f0
- Update to 0.307
13069f0
  - $Data::Dumper::Terse set to 1 broke save_config
13069f0
  - Document API expected by ::load function
13069f0
- Classify buildreqs by usage
13069f0
- Make %%files list more explicit
13069f0
- Use DESTDIR rather than PERL_INSTALL_ROOT
13069f0
- Don't use macros for commands
13069f0
eb64f0f
* Mon Sep 30 2013 Paul Howarth <paul@city-fan.org> - 0.306-1
eb64f0f
- Update to 0.306
eb64f0f
  - Fixed typo in RT queue URL (CPAN RT#88960)
eb64f0f
553df2d
* Tue Sep  3 2013 Paul Howarth <paul@city-fan.org> - 0.305-1
553df2d
- Update to 0.305
553df2d
  - Makefile.PL: converted to CPAN::Meta::Spec v2
553df2d
  - Updated license in RPM spec file (CPAN RT#88196)
553df2d
  - Updated contact info and added git repo info to POD
553df2d
  - Add comments for find_extra_libs method (CPAN RT#43900)
553df2d
  - Fixed typo (CPAN RT#86572)
553df2d
- This release by XAOC -> update source URL
553df2d
1301f0f
* Fri Aug 16 2013 Paul Howarth <paul@city-fan.org> - 0.304-1
1301f0f
- Update to 0.304
1301f0f
  - More robust detection of gcc toolchains on Win32 (CPAN RT#62455)
1301f0f
  - Don't assume dlltool is called 'dlltool' on Win32+gcc - ask Config.pm
1301f0f
    instead (CPAN RT#62455)
1301f0f
- Don't need to remove empty directories from the buildroot
1301f0f
- Drop %%defattr, redundant since rpm 4.4
1301f0f
e448533
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.303-9
e448533
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e448533
f841e56
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.303-8
f841e56
- Perl 5.18 rebuild
f841e56
a32c08e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.303-7
a32c08e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a32c08e
80b4822
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.303-6
80b4822
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
80b4822
f8af901
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.303-5
f8af901
- Perl 5.16 rebuild
f8af901
0edaf91
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.303-4
0edaf91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0edaf91
11079bb
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.303-3
11079bb
- Perl mass rebuild
11079bb
6bf20a1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.303-2
6bf20a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6bf20a1
Steven Pritchard 061cb05
* Thu Dec 23 2010 Steven Pritchard <steve@kspei.com> 0.303-1
Steven Pritchard 061cb05
- Update to 0.303.
Steven Pritchard 061cb05
- Update Source0 URL.
Steven Pritchard 061cb05
dfdfd83
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.302-5
1301f0f
- Rebuild to fix problems with vendorarch/lib (#661697)
dfdfd83
219afd8
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.302-4
219afd8
- Mass rebuild with perl-5.12.0
219afd8
395b8f7
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.302-3
395b8f7
- Mass rebuild with perl-5.12.0
395b8f7
d149a07
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.302-2
d149a07
- rebuild against perl 5.10.1
d149a07
Chris Weyl 4649604
* Fri Jul 31 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.302-1
Chris Weyl 4649604
- auto-update to 0.302 (by cpan-spec-update 0.01)
Chris Weyl 4649604
- added a new br on perl(Data::Dumper) (version 0)
Chris Weyl 4649604
- added a new br on perl(File::Spec) (version 0)
Chris Weyl 4649604
- added a new br on perl(IO::File) (version 0)
Chris Weyl 4649604
7ec329c
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.301-3
7ec329c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7ec329c
d93b191
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.301-2
d93b191
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d93b191
c3c1013
* Fri Dec 12 2008 Steven Pritchard <steve@kspei.com> 0.301-1
c3c1013
- Update to 0.301.
c3c1013
30e6399
* Thu May 15 2008 Steven Pritchard <steve@kspei.com> 0.300-1
30e6399
- Update to 0.300.
30e6399
- Clean up to match cpanspec output.
30e6399
- Fix find option order.
30e6399
- Use fixperms macro instead of our own chmod incantation.
30e6399
- Update Source0 URL.
30e6399
- BR Test::More.
30e6399
53f52f9
* Tue Feb  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.205-6
53f52f9
- rebuild for new perl
53f52f9
8a749f3
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.205-5.1
8a749f3
- correct license tag
8a749f3
- add BR: perl(ExtUtils::MakeMaker)
8a749f3
678b253
* Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.205-5
678b253
- Rebuild for FC6.
678b253
bd32c64
* Wed Feb 15 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.205-4
bd32c64
- Rebuild for FC5 (perl 5.8.8).
bd32c64
bbe81f5
* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.205-3
bbe81f5
- Dist tag.
bbe81f5
1301f0f
* Wed Apr  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.205-2
e228502
- rebuilt
e228502
026bba7
* Tue Feb 15 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.205-1
026bba7
- Update to 0.205.
026bba7
cvsextras 242d324
* Sun Oct  3 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.204-0.fdr.1
cvsextras 242d324
- Update to 0.204.
cvsextras 242d324
cvsextras 242d324
* Sun Jul 18 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.202-0.fdr.1
cvsextras 242d324
- First build.