From 5b5463bfcbac26e1365f6d573fc3ba90586b97dc Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Thu, 29 Dec 2005 00:30:15 +0000 Subject: [PATCH] Dist tag. --- perl-Error.spec | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/perl-Error.spec b/perl-Error.spec index 16d4fdb..5cb24b7 100644 --- a/perl-Error.spec +++ b/perl-Error.spec @@ -1,15 +1,14 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-Error Version: 0.15 -Release: 2 - +Release: 3%{?dist} Summary: Error Perl module + License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Error/ -Source0: http://www.cpan.org/modules/by-module/Error/Error-0.15.tar.gz +Source0: http://www.cpan.org/modules/by-module/Error/Error-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -19,6 +18,7 @@ procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. + %prep %setup -q -n Error-%{version} @@ -36,20 +36,25 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* -%check || : +%check make test %clean rm -rf $RPM_BUILD_ROOT + %files %defattr(-,root,root,-) %doc ChangeLog README example %{perl_vendorlib}/* %{_mandir}/man3/* + %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu Dec 29 2005 Jose Pedro Oliveira - 0.15-3 +- Dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 0.15-2 - rebuilt * Fri Jun 11 2004 Steven Pritchard 0:0.15-1