Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > f98a4d100fa1a1523b12f2aa9ef90c46 > files > 2

perl-B-Hooks-OP-Check-0.190.0-12.mga5.src.rpm

%define upstream_name    B-Hooks-OP-Check
%define upstream_version 0.19

%{?perl_default_filter}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 12

Summary:    Wrap OP check callbacks
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/B/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-parent

Requires:      perl-parent

%description
This module provides a c api for XS modules to hook into the callbacks of
'PL_check'.

the ExtUtils::Depends manpage is used to export all functions for other XS
modules to use. Include the following in your Makefile.PL:

    my $pkg = ExtUtils::Depends->new('Your::XSModule', 'B::Hooks::OP::Check');
    WriteMakefile(
        ... # your normal makefile flags
        $pkg->get_makefile_vars,
    );

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%perl_vendorarch/B
%perl_vendorarch/auto/B




%changelog
* Wed Oct 15 2014 umeabot <umeabot> 0.190.0-12.mga5
+ Revision: 742289
- Second Mageia 5 Mass Rebuild

* Tue Sep 30 2014 tv <tv> 0.190.0-11.mga5
+ Revision: 732011
- add exclude

* Tue Sep 16 2014 umeabot <umeabot> 0.190.0-10.mga5
+ Revision: 683586
- Mageia 5 Mass Rebuild

* Tue Jun 03 2014 pterjan <pterjan> 0.190.0-9.mga5
+ Revision: 630821
- Rebuild for perl 5.20

* Sat Oct 19 2013 umeabot <umeabot> 0.190.0-8.mga4
+ Revision: 524216
- Mageia 4 Mass Rebuild

* Wed May 29 2013 jquelin <jquelin> 0.190.0-7.mga4
+ Revision: 430549
- perl 5.18.0 rebuild

* Sun Jan 13 2013 umeabot <umeabot> 0.190.0-6.mga3
+ Revision: 363305
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed May 30 2012 jquelin <jquelin> 0.190.0-5.mga3
+ Revision: 250295
- rebuild for perl 5.16

* Sun Feb 19 2012 pterjan <pterjan> 0.190.0-4.mga2
+ Revision: 210851
- Rebuild as it is missin gon i586

* Wed Sep 14 2011 takashi <takashi> 0.190.0-3.mga2
+ Revision: 143218
- update to 0.19

* Sat Jun 11 2011 sander85 <sander85> 0.180.0-3.mga2
+ Revision: 103550
- perl 5.14

* Tue Jan 18 2011 jquelin <jquelin> 0.180.0-2.mga1
+ Revision: 23199
- cleaning spec file
- imported package perl-B-Hooks-OP-Check


* Tue Jul 20 2010 Jérôme Quelin <jquelin@mandriva.org> 0.180.0-2mdv2011.0
+ Revision: 555685
- rebuild

* Tue Jul 28 2009 Jérôme Quelin <jquelin@mandriva.org> 0.180.0-1mdv2010.0
+ Revision: 402085
- rebuild using %%perl_convert_version

* Tue Jul 07 2009 Guillaume Rousse <guillomovitch@mandriva.org> 0.18-1mdv2010.0
+ Revision: 393192
- update to new version 0.18

* Fri May 01 2009 Guillaume Rousse <guillomovitch@mandriva.org> 0.17-1mdv2010.0
+ Revision: 370009
- update to new version 0.17

* Wed Nov 26 2008 Guillaume Rousse <guillomovitch@mandriva.org> 0.15-2mdv2009.1
+ Revision: 307129
- fix missing dependency on perl-parent

* Wed Nov 26 2008 Guillaume Rousse <guillomovitch@mandriva.org> 0.15-1mdv2009.1
+ Revision: 307063
- import perl-B-Hooks-OP-Check


* Wed Nov 26 2008 cpan2dist 0.15-1mdv
- initial mdv release, generated with cpan2dist