rpms/perl-B-Hooks-EndOfScope/F-10 import.log, NONE, 1.1 perl-B-Hooks-EndOfScope.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Mon Dec 1 23:20:57 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-B-Hooks-EndOfScope/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19532/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-B-Hooks-EndOfScope.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-B-Hooks-EndOfScope-0_04-1_fc9:F-10:perl-B-Hooks-EndOfScope-0.04-1.fc9.src.rpm:1228173616


--- NEW FILE perl-B-Hooks-EndOfScope.spec ---
Name:       perl-B-Hooks-EndOfScope 
Version:    0.04 
Release:    1%{?dist}
# see lib/B/Hooks/EndOfScope.pm
License:    GPL+ or Artistic
Group:      Development/Libraries
Summary:    Execute code after scope compilation finishes
Source:     http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-EndOfScope-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/B-Hooks-EndOfScope
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) 
BuildRequires: perl(Scope::Guard)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More)

%description
This module allows you to execute code when Perl has finished compiling the
surrounding scope.

%prep
%setup -q -n B-Hooks-EndOfScope-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README t/
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sat Nov 08 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.04-1
- update for submission

* Sat Nov 08 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.04-0.1
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Dec 2008 21:35:09 -0000	1.1
+++ .cvsignore	1 Dec 2008 23:20:26 -0000	1.2
@@ -0,0 +1 @@
+B-Hooks-EndOfScope-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Dec 2008 21:35:09 -0000	1.1
+++ sources	1 Dec 2008 23:20:26 -0000	1.2
@@ -0,0 +1 @@
+1705a0643af266ad902f8dda2212dd78  B-Hooks-EndOfScope-0.04.tar.gz




More information about the fedora-extras-commits mailing list