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

Revision 5864, 6.9 KB checked in by shaolin, 12 years ago (diff)
  • new packages
Line 
1Name:           perl-Module-ScanDeps
2Summary:        Recursively scan Perl code for dependencies
3Version:        1.08
4Release:        1%{?_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* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.08-1
76- initial build for Vine Linux
77
78* Thu Feb 23 2012 Petr Šabata <contyk@redhat.com> - 1.08-1
79- 1.08 bump
80
81* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-2
82- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
83
84* Wed Nov 30 2011 Petr Šabata <contyk@redhat.com> - 1.07-1
85- 1.07 bump
86
87* Tue Nov 29 2011 Petr Šabata <contyk@redhat.com> - 1.06-1
88- 1.06 bump
89
90* Thu Nov 03 2011 Petr Sabata <contyk@redhat.com> - 1.05-1
91- 1.05 bump
92
93* Mon Jul 25 2011 Petr Sabata <contyk@redhat.com> - 1.04-1
94- 1.04 bump
95
96* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 1.02-2
97- Perl mass rebuild
98
99* Thu May  5 2011 Petr sabata <psabata@redhat.com> - 1.02-1
100- 1.02 bump (rhbz#691369)
101- Removing now obsolete Buildroot and defattr
102- Correcting BRs/Rs
103
104* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-2
105- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
106
107* Tue Nov 23 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.98-1
108- update by Fedora::App::MaintainerTools 0.006
109- updating to latest GA CPAN version (0.98)
110- added a new br on perl(File::Spec) (version 0)
111- added a new br on perl(File::Temp) (version 0)
112- added a new req on perl(File::Spec) (version 0)
113- added a new req on perl(File::Temp) (version 0)
114- added a new req on perl(Module::Build::ModuleInfo) (version 0)
115- added a new req on perl(version) (version 0)
116
117* Fri Jun 11 2010 Petr Sabata <psabata@redhat.com> - 0.97-1
118- Update to the latest version
119
120* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.95-3
121- Mass rebuild with perl-5.12.0
122
123* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.95-2
124- rebuild against perl 5.10.1
125
126* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.95-1
127- auto-update to 0.95 (by cpan-spec-update 0.01)
128- add perl_default_filter (pro forma)
129- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
130
131* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89-3
132- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
133
134* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89-2
135- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
136
137* Mon Dec 15 2008 Steven Pritchard <steve@kspei.com> 0.89-1
138- Update to 0.89.
139- BR Test::More and prefork.
140- Improve description.
141
142* Fri May 16 2008 Steven Pritchard <steve@kspei.com> 0.84-1
143- Update to 0.84.
144
145* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.82-2
146- rebuild for new perl
147
148* Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 0.82-1
149- Update to 0.82.
150- BR version.
151
152* Thu Jan 24 2008 Steven Pritchard <steve@kspei.com> 0.81-1
153- Update to 0.81.
154- Use fixperms macro instead of our own chmod incantation.
155- Reformat to match cpanspec output.
156- BR ExtUtils::MakeMaker.
157
158* Wed Jun 27 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.75-1
159- Update to 0.75.
160
161* Sat May  5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.74-1
162- Update to 0.74.
163
164* Sat Mar 31 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.73-1
165- Update to 0.73.
166
167* Sun Feb  4 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.72-1
168- Update to 0.72.
169- Added perl(Module::Pluggable) to the build requirements list (t/2-pluggable.t).
170
171* Fri Jan  5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.71-1
172- Update to 0.71.
173
174* Wed Nov 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.70-1
175- Update to 0.70.
176
177* Sat Nov 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.69-1
178- Update to 0.69.
179
180* Sat Oct 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.68-1
181- Update to 0.68.
182
183* Sun Sep 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.66-1
184- Update to 0.66.
185
186* Sat Sep 23 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.64-1
187- Update to 0.64.
188
189* Mon Sep  4 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.63-1
190- Update to 0.63.
191
192* Sun Jul 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.62-1
193- Update to 0.62.
194
195* Sat Jul  1 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.61-1
196- Update to 0.61.
197
198* Wed May 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.60-1
199- Update to 0.60.
200
201* Sun May  7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.59-2
202- Source URL corrected (failed to detect the maintainer change).
203
204* Wed May  3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.59-1
205- Update to 0.59.
206
207* Thu Mar 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.57-1
208- Update to 0.57.
209
210* Tue Feb 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.56-1
211- Update to 0.56.
212
213* Tue Jan 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.53-1
214- Update to 0.53.
215
216* Fri Sep  9 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.51-1
217- Update to Fedora Extras Template.
218
219* Sat Jan 08 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.51-0.fdr.1
220- First build.
Note: See TracBrowser for help on using the repository browser.