rpms/perl-Class-Throwable/F-10 import.log, NONE, 1.1 perl-Class-Throwable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Gabriel L. Somlo somlo at fedoraproject.org
Mon Jan 12 18:07:30 UTC 2009


Author: somlo

Update of /cvs/pkgs/rpms/perl-Class-Throwable/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5606/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Class-Throwable.spec 
Log Message:
initial commit



--- NEW FILE import.log ---
perl-Class-Throwable-0_10-1_fc10:F-10:perl-Class-Throwable-0.10-1.fc10.src.rpm:1231783591


--- NEW FILE perl-Class-Throwable.spec ---
Name:           perl-Class-Throwable
Version:        0.10
Release:        1%{?dist}
Summary:        A minimal lightweight exception class
Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/Class-Throwable/
Source0:        http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Class-Throwable-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)

%description
This module implements a minimal lightweight exception object. It is
meant to be a compromise between more basic solutions like Carp which
can only print information and cannot handle exception objects, and more
complex solutions like Exception::Class which can be used to define
complex inline exceptions and has a number of module dependencies. 

%prep
%setup -q -n Class-Throwable-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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


%changelog
* Tue Jan  6 2008 Gabriel Somlo <somlo at cmu.edu> 0.10-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Class-Throwable/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Jan 2009 17:00:14 -0000	1.1
+++ .cvsignore	12 Jan 2009 18:07:00 -0000	1.2
@@ -0,0 +1 @@
+Class-Throwable-0.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Class-Throwable/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Jan 2009 17:00:14 -0000	1.1
+++ sources	12 Jan 2009 18:07:00 -0000	1.2
@@ -0,0 +1 @@
+888ea61abfd8d9b60c024a997de9dbbd  Class-Throwable-0.10.tar.gz




More information about the fedora-extras-commits mailing list