source: projects/specs/trunk/p/perl-Test-Manifest/perl-Test-Manifest-vl.spec @ 5871

Revision 5871, 3.6 KB checked in by shaolin, 12 years ago (diff)
  • perl-XML-XPath, perl-Test-Manifest, perl-XML-RSS
    • update and/or rebuild
  • others: new packages
Line 
1Name:           perl-Test-Manifest
2Version:        1.22
3Release:        6%{?_dist_release}
4Summary:        Test case module for Perl
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/Test-Manifest/
9Source0:        http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Manifest-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12BuildArch:      noarch
13BuildRequires:  perl(Test::Pod)
14BuildRequires:  perl(Test::Pod::Coverage)
15BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
16Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
17
18%description
19MakeMaker assumes that you want to run all of the .t files in the t/
20directory in ascii-betical order during make test unless you say
21otherwise. This leads to some interesting naming schemes for test
22files to get them in the desired order.
23You can specify any order or any files that you like, though, with the
24test directive to WriteMakefile.
25Test::Manifest looks in the t/test_manifest file to find out which
26tests you want to run and the order in which you want to run them. It
27constructs the right value for MakeMaker to do the right thing.
28
29
30%prep
31%setup -q -n Test-Manifest-%{version}
32
33%build
34%{__perl} Makefile.PL INSTALLDIRS=vendor
35make %{?_smp_mflags}
36
37%install
38rm -rf %{buildroot}
39make pure_install PERL_INSTALL_ROOT=%{buildroot}
40find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
41find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
42chmod -R u+w %{buildroot}/*
43
44%check
45make test
46
47%clean
48rm -rf %{buildroot}
49
50
51%files
52%defattr(-,root,root,-)
53%doc Changes
54%{perl_vendorlib}/Test/
55%{_mandir}/man3/*.3*
56
57
58%changelog
59* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.22-7
60- rebuilt with perl-5.12.3
61
62* Thu Nov 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.22-6
63- initial build for Vine Linux
64
65* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22-5
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
67
68* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22-4
69- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
70
71* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.22-3
72- Rebuild for perl 5.10 (again)
73
74* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.22-2
75- rebuild for new perl
76
77* Wed Dec 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.22-1
78- 1.22
79- license fix
80
81* Fri Feb 23 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.17-1
82- Update to 1.17.
83
84* Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-5
85- Rebuild for FC6.
86
87* Mon Feb 20 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-4
88- Rebuild for FC5 (perl 5.8.8).
89
90* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-3
91- Add dist tag.
92
93* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.14-2
94- rebuilt
95
96* Tue Mar 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1
97- Update to 1.14.
98
99* Wed Mar 23 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.13-1
100- Update to 1.13.
101
102* Sat Oct 30 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.11-1
103- Update to 1.11.
104
105* Sun Jun 13 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.93-0.fdr.2
106- Bring up to date with current fedora.us perl spec template.
107- Require perl >= 2:5.8.0 for vendor install dir support
108  (also resolves the ExtUtils::MakeMaker version problem).
109
110* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.93-0.fdr.1
111- Update to 0.93.
112- Reduce directory ownership bloat.
113
114* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.92-0.fdr.1
115- First build.
Note: See TracBrowser for help on using the repository browser.