rpms/perl-Exception-Base/F-9 import.log, NONE, 1.1 perl-Exception-Base.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Allisson Azevedo allisson at fedoraproject.org
Mon Feb 2 00:51:40 UTC 2009


Author: allisson

Update of /cvs/pkgs/rpms/perl-Exception-Base/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9197/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Exception-Base.spec 
Log Message:

First import for F-9



--- NEW FILE import.log ---
perl-Exception-Base-0_21-1_fc10:F-9:perl-Exception-Base-0.21-1.fc10.src.rpm:1233535689


--- NEW FILE perl-Exception-Base.spec ---
Name:           perl-Exception-Base
Version:        0.21
Release:        1%{?dist}
Summary:        Lightweight exceptions
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Exception-Base/
Source0:        http://www.cpan.org/authors/id/D/DE/DEXTER/Exception-Base-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This class implements a fully OO exception mechanism similar to
Exception::Class or Class::Throwable. It provides a simple interface
allowing programmers to declare exception classes. These classes can be
thrown and caught. Each uncaught exception prints full stack trace if the
default verbosity is uppered for debugging purposes.

%prep
%setup -q -n Exception-Base-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Jan 29 2009 Allisson Azevedo <allisson at gmail.com> 0.21-1
- Initial rpm release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Exception-Base/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Feb 2009 18:48:14 -0000	1.1
+++ .cvsignore	2 Feb 2009 00:51:09 -0000	1.2
@@ -0,0 +1 @@
+Exception-Base-0.21.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Exception-Base/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Feb 2009 18:48:14 -0000	1.1
+++ sources	2 Feb 2009 00:51:09 -0000	1.2
@@ -0,0 +1 @@
+1cfe5d9b8803de4dbdfc5ee7020c3314  Exception-Base-0.21.tar.gz




More information about the fedora-extras-commits mailing list