rpms/perl-Exception-Class/devel perl-Exception-Class.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Wed Aug 17 22:51:47 UTC 2005


Author: steve

Update of /cvs/extras/rpms/perl-Exception-Class/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18554/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Exception-Class.spec 
Log Message:
auto-import perl-Exception-Class-1.21-1 on branch devel from perl-Exception-Class-1.21-1.src.rpm


--- NEW FILE perl-Exception-Class.spec ---
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}

Name:           perl-Exception-Class
Version:        1.21
Release:        1%{?dist}
Summary:        Exception::Class Perl module
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Exception-Class/
Source0:        http://www.cpan.org/modules/by-module/Exception/Exception-Class-1.21.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Test::More) >= 0.46
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Devel::StackTrace) >= 1.1
BuildRequires:  perl(Class::Data::Inheritable) >= 0.02
Requires:       perl(Test::More) >= 0.46
Requires:       perl(Scalar::Util)
Requires:       perl(Devel::StackTrace) >= 1.1
Requires:       perl(Class::Data::Inheritable) >= 0.02
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module allows you to declare hierarchies of exception classes for use
in your code.  It also provides a simple exception class that it uses as
the default base class for all other exceptions.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile
make %{?_smp_mflags}

%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+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check || :
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Tue Aug 16 2005 Steven Pritchard <steve at kspei.com> 1.21-1
- Specfile autogenerated.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Exception-Class/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Aug 2005 22:51:06 -0000	1.1
+++ .cvsignore	17 Aug 2005 22:51:45 -0000	1.2
@@ -0,0 +1 @@
+Exception-Class-1.21.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Exception-Class/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Aug 2005 22:51:06 -0000	1.1
+++ sources	17 Aug 2005 22:51:45 -0000	1.2
@@ -0,0 +1 @@
+3268817e7fa4367209f666bd8e33037c  Exception-Class-1.21.tar.gz




More information about the fedora-extras-commits mailing list