source: projects/specs/trunk/p/perl-Test-Inter/perl-Test-Inter-vl.spec @ 8699

Revision 8699, 2.1 KB checked in by tomop, 10 years ago (diff)

spamassassin-3.4.0

Line 
1Name:           perl-Test-Inter
2Version:        1.05
3Release:        1%{?_dist_release}
4Summary:        Framework for more readable interactive test scripts
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Test-Inter/
8Source0:        http://www.cpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz
9BuildArch:      noarch
10BuildRequires:  perl(File::Basename)
11BuildRequires:  perl(IO::File)
12BuildRequires:  perl(Module::Build)
13# Tests only:
14BuildRequires:  perl(Test::Pod)
15BuildRequires:  perl(Test::Pod::Coverage)
16Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
17
18Vendor: Project Vine
19Distribution: Vine Linux
20
21%description
22This is another framework for writing test scripts. It is loosely inspired
23by Test::More, and has most of it's functionality, but it is not a drop-in
24replacement.
25
26%prep
27%setup -q -n Test-Inter-%{version}
28chmod -x examples/*
29
30%build
31%{__perl} Build.PL installdirs=core
32./Build
33
34%install
35rm -rf %{buildroot}
36
37./Build install destdir=%{buildroot} create_packlist=0
38find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
39
40%{_fixperms} %{buildroot}/*
41
42%clean
43rm -rf %{buildroot}
44
45%check
46./Build test
47
48%files
49%defattr(-,root,root,-)
50%doc ChangeLog LICENSE README TODO examples
51%{perl_privlib}/*
52%{_mandir}/man3/*
53
54%changelog
55* Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.05-1
56- new upstream release.
57
58* Mon Mar 19 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.03-1
59- updated to 1.03
60
61* Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 1.01-4
62- build for Vine Linux
63
64* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-3
65- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
66
67* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.01-2
68- 661697 rebuild for fixing problems with vendorach/lib
69
70* Tue Sep 14 2010 Petr Pisar <ppisar@redhat.com> 1.01-1
71- Specfile autogenerated by cpanspec 1.78.
72- Add BuildRequires covered by perl package
73- Distribute examples
74- Install into perl core (i.e. do not use vendor paths)
Note: See TracBrowser for help on using the repository browser.