[perl-Test-Inter] 1.01 imported.

Petr Pisar ppisar at fedoraproject.org
Tue Sep 21 11:33:51 UTC 2010


commit c49338e7365df29113d3c342d884a2df045390eb
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Sep 21 10:56:24 2010 +0200

    1.01 imported.

 perl-Test-Inter.spec |   53 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/perl-Test-Inter.spec b/perl-Test-Inter.spec
new file mode 100644
index 0000000..9de928a
--- /dev/null
+++ b/perl-Test-Inter.spec
@@ -0,0 +1,53 @@
+Name:           perl-Test-Inter
+Version:        1.01
+Release:        1%{?dist}
+Summary:        Framework for more readable interactive test scripts
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Test-Inter/
+Source0:        http://www.cpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(Module::Build)
+# Tests only:
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%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
+replacement.
+
+%prep
+%setup -q -n Test-Inter-%{version}
+chmod -x examples/*
+
+%build
+%{__perl} Build.PL installdirs=core
+./Build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%defattr(-,root,root,-)
+%doc ChangeLog LICENSE README TODO examples
+%{perl_archlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Sep 14 2010 Petr Pisar <ppisar at redhat.com> 1.01-1
+- Specfile autogenerated by cpanspec 1.78.
+- Add BuildRequires covered by perl package
+- Distribute examples
+- Install into perl core (i.e. do not use vendor paths)


More information about the scm-commits mailing list