|
@@ -1,6 +1,6 @@
|
|
Name: perl-Test-Exception
|
|
Name: perl-Test-Exception
|
|
-Version: 0.27
|
|
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Version: 0.31
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Summary: Library of test functions for exception based Perl code
|
|
Summary: Library of test functions for exception based Perl code
|
|
License: GPL+ or Artistic
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
@@ -18,6 +18,9 @@ BuildRequires: perl(Test::Builder)
|
|
BuildRequires: perl(Test::Builder::Tester)
|
|
BuildRequires: perl(Test::Builder::Tester)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
%description
|
|
%description
|
|
This module provides a few convenience methods for testing exception
|
|
This module provides a few convenience methods for testing exception
|
|
based code. It is built with Test::Builder and plays happily with
|
|
based code. It is built with Test::Builder and plays happily with
|
|
@@ -53,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.31-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add Vendor and Distribution tags
|
|
|
|
+
|
|
* Sat Nov 8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.27-3
|
|
* Sat Nov 8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.27-3
|
|
- Initial build for Vine Linux
|
|
- Initial build for Vine Linux
|
|
|
|
|