rpms/perl-B-Hooks-OP-Check/devel import.log, NONE, 1.1 perl-B-Hooks-OP-Check.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Tue Apr 21 21:04:47 UTC 2009


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-B-Hooks-OP-Check.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-B-Hooks-OP-Check-0_15-1_fc10:HEAD:perl-B-Hooks-OP-Check-0.15-1.fc10.src.rpm:1240347812


--- NEW FILE perl-B-Hooks-OP-Check.spec ---
Name:       perl-B-Hooks-OP-Check 
Version:    0.15 
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
* 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)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Apr 2009 20:24:40 -0000	1.1
+++ .cvsignore	21 Apr 2009 21:04:44 -0000	1.2
@@ -0,0 +1 @@
+B-Hooks-OP-Check-0.15.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Apr 2009 20:24:40 -0000	1.1
+++ sources	21 Apr 2009 21:04:44 -0000	1.2
@@ -0,0 +1 @@
+86aab1440d1fe933ebd4cf71d4a67ac2  B-Hooks-OP-Check-0.15.tar.gz




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