Dist tag.
This commit is contained in:
parent
3587658c8a
commit
5b5463bfcb
@ -1,15 +1,14 @@
|
|||||||
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
|
||||||
|
|
||||||
Name: perl-Error
|
Name: perl-Error
|
||||||
Version: 0.15
|
Version: 0.15
|
||||||
Release: 2
|
Release: 3%{?dist}
|
||||||
|
|
||||||
Summary: Error Perl module
|
Summary: Error Perl module
|
||||||
|
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Error/
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
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
|
for errors/exceptions that can either be thrown, for subsequent catch, or
|
||||||
can simply be recorded.
|
can simply be recorded.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Error-%{version}
|
%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/*
|
chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check || :
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc ChangeLog README example
|
%doc ChangeLog README example
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
- rebuilt
|
||||||
|
|
||||||
* Fri Jun 11 2004 Steven Pritchard <steve@kspei.com> 0:0.15-1
|
* Fri Jun 11 2004 Steven Pritchard <steve@kspei.com> 0:0.15-1
|
||||||
|
Loading…
Reference in New Issue
Block a user