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

Revision 9165, 3.8 KB checked in by inagaki, 9 years ago (diff)

2014-12-18 Ryoichi INAGAKI <ryo1@…>

  • clearsilver, perl-AppConfig?, perl-Class-Inner, perl-DateTime?-{Calendar-Mayan, Locale}, perl-Goo-Canvas, perl-Test-Unit: rebuilt
  • perl-DateTime?, perl-Test-Manifest: updated


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