rpms/perl-Error/devel perl-Error.spec,1.4,1.5

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Thu Dec 29 00:30:15 UTC 2005


Author: jpo

Update of /cvs/extras/rpms/perl-Error/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15536

Modified Files:
	perl-Error.spec 
Log Message:
Dist tag.


Index: perl-Error.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Error/devel/perl-Error.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Error.spec	6 Apr 2005 22:12:44 -0000	1.4
+++ perl-Error.spec	29 Dec 2005 00:30:15 -0000	1.5
@@ -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 @@
 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 @@
 
 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 <mschwendt[AT]users.sf.net>
+* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.15-3
+- Dist tag.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.15-2
 - rebuilt
 
 * Fri Jun 11 2004 Steven Pritchard <steve at kspei.com> 0:0.15-1




More information about the scm-commits mailing list