source: projects/specs/trunk/p/perl-Module-Info/perl-Module-Info-vl.spec @ 9106

Revision 9106, 3.9 KB checked in by inagaki, 9 years ago (diff)

2014-11-21 Ryoichi INAGAKI <ryo1@…>

  • perl-Archive-{Any, Zip}, perl-Devel-StackTrace?, perl-Exception-Class, perl-Module-Find, perl-PAR-Dist, perl-PPIx-Regexp, perl-String-Format: updated
  • perl-Class-Data-Inheritable, perl-Module-Info, perl-PPIx-Utilities: rebuilt


Line 
1Name:           perl-Module-Info
2Version:        0.32
3Release:        3%{?_dist_release}
4Summary:        Information about Perl modules
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Module-Info/
8Source0:        http://www.cpan.org/authors/id/M/MB/MBARBON/Module-Info-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-root
10BuildArch:      noarch
11BuildRequires:  perl(Module::Build)
12BuildRequires:  perl(Test::Pod)
13BuildRequires:  perl(Test::Pod::Coverage)
14BuildRequires:  perl(version)
15Requires:       perl(version)
16Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
17
18%if "%{_dist_release}" > "vl6"
19%global __provides_exclude ^perl\\(B::Utils\\)
20%else
21%global provfilt /bin/sh -c "%{__perl_provides} | grep -Ev '^perl[(]B::Utils[)]'"
22%define __perl_provides %{provfilt}
23%endif
24
25
26%description
27Module::Info gives you information about Perl modules without actually
28loading the module. It actually isn't specific to modules and should work
29on any perl code.
30
31%prep
32%setup -q -n Module-Info-%{version}
33
34%build
35%{__perl} Build.PL installdirs=vendor
36./Build
37
38%install
39rm -rf %{buildroot}
40
41./Build install destdir=%{buildroot} create_packlist=0
42find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
43
44%{_fixperms} %{buildroot}/*
45
46%check
47./Build test
48
49%clean
50rm -rf %{buildroot}
51
52%files
53%defattr(-,root,root,-)
54%doc Changes
55%{_bindir}/*
56%{perl_vendorlib}/*
57%{_mandir}/man1/*
58%{_mandir}/man3/*
59
60%changelog
61* Wed Nov 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.32-3
62- rebuilt with perl 5.16.3
63
64* Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.32-2
65- revamp filter routines for B::Utils auto-provides.
66
67* Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.32-1
68- initial build for Vine Linux
69
70* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-4
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
72
73* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.32-3
74- Perl mass rebuild
75
76* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-2
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
78
79* Tue Dec 28 2010 Steven Pritchard <steve@kspei.com> 0.32-1
80- Update to 0.32.
81
82* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.31-9
83- 661697 rebuild for fixing problems with vendorach/lib
84
85* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.31-8
86- Mass rebuild with perl-5.12.0
87
88* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.31-7
89- rebuild against perl 5.10.1
90
91* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-6
92- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
93
94* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-5
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
96
97* Wed Dec 17 2008 Steven Pritchard <steve@kspei.com> 0.31-4
98- BR Test::Pod::Coverage.
99- Filter B::Utils auto-provides.
100
101* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-3
102- Rebuild for perl 5.10 (again)
103
104* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.31-2
105- rebuild for new perl
106
107* Wed May 30 2007 Steven Pritchard <steve@kspei.com> 0.31-1
108- Update to 0.31.
109
110* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 0.30-5
111- Use fixperms macro instead of our own chmod incantation.
112
113* Sun Sep 17 2006 Steven Pritchard <steve@kspei.com> 0.30-4
114- Rebuild.
115
116* Wed May 24 2006 Steven Pritchard <steve@kspei.com> 0.30-3
117- Rebuild.
118
119* Sat May 06 2006 Steven Pritchard <steve@kspei.com> 0.30-2
120- Add BR: perl(Test::Pod) and perl(version).
121- Add Requires: perl(version).
122
123* Fri Apr 21 2006 Steven Pritchard <steve@kspei.com> 0.30-1
124- Update to 0.30.
125- Use perl macro.
126- Drop extra find.
127
128* Fri Mar 24 2006 Steven Pritchard <steve@kspei.com> 0.290-1
129- Specfile autogenerated by cpanspec 1.64.
130- Add bindir and man1 files.
Note: See TracBrowser for help on using the repository browser.