rpms/perl-B-Hooks-OP-Check/F-11 perl-B-Hooks-OP-Check.spec, NONE, 1.1

Chris Weyl cweyl at fedoraproject.org
Sun May 17 07:18:16 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25180

Added Files:
	perl-B-Hooks-OP-Check.spec 
Log Message:
* Sun May 17 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.17-1
- auto-update to 0.17 (by cpan-spec-update 0.01)



--- NEW FILE perl-B-Hooks-OP-Check.spec ---
Name:       perl-B-Hooks-OP-Check
Version:    0.17
Release:    1%{?dist}
# lib/B/Hooks/OP/Check.pm -> GPL+ or Artistic
License:    GPL+ or Artistic
Group:      Development/Libraries
Summary:    Wrap OP check callbacks
Source:     http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-OP-Check-%{version}.tar.gz
Url:        http://search.cpan.org/dist/B-Hooks-OP-Check
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(parent)
# testing
BuildRequires: perl(Test::More)

# don't "provide" private Perl libs
%global _use_internal_dependency_generator 0
%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u
%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
%global __find_requires /bin/sh -c "%{__deploop R}"

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

%prep
%setup -q -n B-Hooks-OP-Check-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*

%changelog
* Sun May 17 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.17-1
- auto-update to 0.17 (by cpan-spec-update 0.01)

* Sat Apr 18 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.15-1
- submission

* Sat Apr 18 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.15-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)




More information about the Fedora-perl-devel-list mailing list