source: projects/specs/trunk/p/perl-Module-ScanDeps/perl-Module-ScanDeps-vl.spec @ 9140

Revision 9140, 7.0 KB checked in by Takemikaduchi, 9 years ago (diff)

perl-WWW-Curl: NEW
dotconf,perl-HTTP-Server-Simple,speech-dispatcher: new upstream release
others: rebuild

Line 
1Name:           perl-Module-ScanDeps
2Summary:        Recursively scan Perl code for dependencies
3Version:        1.08
4Release:        2%{?_dist_release}
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7Source0:        http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanDeps-%{version}.tar.gz
8URL:            http://search.cpan.org/dist/Module-ScanDeps/
9Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
10BuildArch:      noarch
11
12BuildRequires:  perl(Config)
13BuildRequires:  perl(Cwd)
14BuildRequires:  perl(DynaLoader)
15BuildRequires:  perl(Encode)
16BuildRequires:  perl(Exporter)
17BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
18BuildRequires:  perl(File::Basename)
19BuildRequires:  perl(File::Find)
20BuildRequires:  perl(File::Path)
21BuildRequires:  perl(File::Spec)
22BuildRequires:  perl(File::Temp)
23BuildRequires:  perl(FileHandle)
24BuildRequires:  perl(Module::Build::ModuleInfo)
25BuildRequires:  perl(Module::Pluggable)
26BuildRequires:  perl(Test::More)
27BuildRequires:  perl(Test::Pod)
28BuildRequires:  perl(constant)
29BuildRequires:  perl(prefork)
30BuildRequires:  perl(vars)
31BuildRequires:  perl(version)
32
33Requires:       perl(DynaLoader)
34Requires:       perl(Encode)
35Requires:       perl(Exporter)
36Requires:       perl(File::Find)
37Requires:       perl(File::Spec)
38Requires:       perl(File::Temp)
39Requires:       perl(Module::Build::ModuleInfo)
40Requires:       perl(version)
41
42
43%{?perl_default_filter}
44%{?perl_default_subpackage_tests}
45
46%description
47This module scans potential modules used by perl programs and returns a
48hash reference.  Its keys are the module names as appears in %INC (e.g.
49Test/More.pm).  The values are hash references.
50
51%prep
52%setup -q -n Module-ScanDeps-%{version}
53
54%build
55%{__perl} Makefile.PL INSTALLDIRS=vendor
56make %{?_smp_mflags}
57
58%install
59make pure_install PERL_INSTALL_ROOT=%{buildroot}
60find %{buildroot} -type f -name .packlist -exec rm -f {} \;
61find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
62%{_fixperms} %{buildroot}/*
63
64%check
65make test
66
67%files
68%doc AUTHORS Changes README
69%{_bindir}/*
70%{perl_vendorlib}/*
71%{_mandir}/man1/*
72%{_mandir}/man3/*
73
74%changelog
75* Sun Dec 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.08-2
76- rebuild with VineSeed environment
77
78* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.08-1
79- initial build for Vine Linux
80
81* Thu Feb 23 2012 Petr Šabata <contyk@redhat.com> - 1.08-1
82- 1.08 bump
83
84* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-2
85- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
86
87* Wed Nov 30 2011 Petr Šabata <contyk@redhat.com> - 1.07-1
88- 1.07 bump
89
90* Tue Nov 29 2011 Petr Šabata <contyk@redhat.com> - 1.06-1
91- 1.06 bump
92
93* Thu Nov 03 2011 Petr Sabata <contyk@redhat.com> - 1.05-1
94- 1.05 bump
95
96* Mon Jul 25 2011 Petr Sabata <contyk@redhat.com> - 1.04-1
97- 1.04 bump
98
99* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 1.02-2
100- Perl mass rebuild
101
102* Thu May  5 2011 Petr sabata <psabata@redhat.com> - 1.02-1
103- 1.02 bump (rhbz#691369)
104- Removing now obsolete Buildroot and defattr
105- Correcting BRs/Rs
106
107* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-2
108- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
109
110* Tue Nov 23 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.98-1
111- update by Fedora::App::MaintainerTools 0.006
112- updating to latest GA CPAN version (0.98)
113- added a new br on perl(File::Spec) (version 0)
114- added a new br on perl(File::Temp) (version 0)
115- added a new req on perl(File::Spec) (version 0)
116- added a new req on perl(File::Temp) (version 0)
117- added a new req on perl(Module::Build::ModuleInfo) (version 0)
118- added a new req on perl(version) (version 0)
119
120* Fri Jun 11 2010 Petr Sabata <psabata@redhat.com> - 0.97-1
121- Update to the latest version
122
123* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.95-3
124- Mass rebuild with perl-5.12.0
125
126* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.95-2
127- rebuild against perl 5.10.1
128
129* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.95-1
130- auto-update to 0.95 (by cpan-spec-update 0.01)
131- add perl_default_filter (pro forma)
132- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
133
134* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89-3
135- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
136
137* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89-2
138- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
139
140* Mon Dec 15 2008 Steven Pritchard <steve@kspei.com> 0.89-1
141- Update to 0.89.
142- BR Test::More and prefork.
143- Improve description.
144
145* Fri May 16 2008 Steven Pritchard <steve@kspei.com> 0.84-1
146- Update to 0.84.
147
148* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.82-2
149- rebuild for new perl
150
151* Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 0.82-1
152- Update to 0.82.
153- BR version.
154
155* Thu Jan 24 2008 Steven Pritchard <steve@kspei.com> 0.81-1
156- Update to 0.81.
157- Use fixperms macro instead of our own chmod incantation.
158- Reformat to match cpanspec output.
159- BR ExtUtils::MakeMaker.
160
161* Wed Jun 27 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.75-1
162- Update to 0.75.
163
164* Sat May  5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.74-1
165- Update to 0.74.
166
167* Sat Mar 31 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.73-1
168- Update to 0.73.
169
170* Sun Feb  4 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.72-1
171- Update to 0.72.
172- Added perl(Module::Pluggable) to the build requirements list (t/2-pluggable.t).
173
174* Fri Jan  5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.71-1
175- Update to 0.71.
176
177* Wed Nov 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.70-1
178- Update to 0.70.
179
180* Sat Nov 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.69-1
181- Update to 0.69.
182
183* Sat Oct 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.68-1
184- Update to 0.68.
185
186* Sun Sep 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.66-1
187- Update to 0.66.
188
189* Sat Sep 23 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.64-1
190- Update to 0.64.
191
192* Mon Sep  4 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.63-1
193- Update to 0.63.
194
195* Sun Jul 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.62-1
196- Update to 0.62.
197
198* Sat Jul  1 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.61-1
199- Update to 0.61.
200
201* Wed May 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.60-1
202- Update to 0.60.
203
204* Sun May  7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.59-2
205- Source URL corrected (failed to detect the maintainer change).
206
207* Wed May  3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.59-1
208- Update to 0.59.
209
210* Thu Mar 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.57-1
211- Update to 0.57.
212
213* Tue Feb 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.56-1
214- Update to 0.56.
215
216* Tue Jan 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.53-1
217- Update to 0.53.
218
219* Fri Sep  9 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.51-1
220- Update to Fedora Extras Template.
221
222* Sat Jan 08 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.51-0.fdr.1
223- First build.
Note: See TracBrowser for help on using the repository browser.