|
@@ -1,6 +1,6 @@
|
|
|
Name: perl-Test-Inter
|
|
|
Version: 1.01
|
|
|
-Release: 3%{?dist}
|
|
|
+Release: 4%{?_dist_release}
|
|
|
Summary: Framework for more readable interactive test scripts
|
|
|
License: GPL+ or Artistic
|
|
|
Group: Development/Libraries
|
|
@@ -15,6 +15,9 @@ BuildRequires: perl(Test::Pod)
|
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
+
|
|
|
%description
|
|
|
This is another framework for writing test scripts. It is loosely inspired
|
|
|
by Test::More, and has most of it's functionality, but it is not a drop-in
|
|
@@ -46,6 +49,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 1.01-4
|
|
|
+- build for Vine Linux
|
|
|
+
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-3
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|