source: projects/specs/trunk/p/perl-Pod-Spell/perl-Pod-Spell-vl.spec @ 9104

Revision 9104, 3.3 KB checked in by inagaki, 9 years ago (diff)

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

  • perl-B-Keywords, perl-PadWalker?, perl-Test-{Base, Differences, Taint}, perl-Text-Autoformat, perl-YAML-Tiny: updated
  • perl-Pod-Spell: rebuilt
  • perl-Capture-Tiny: NEW


Line 
1Name:           perl-Pod-Spell
2Version:        1.01
3Release:        3%{?_dist_release}
4Summary:        A formatter for spellchecking Pod
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/Pod-Spell/
9
10Source0:        http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Spell-%{version}.tar.gz
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}--root
13BuildArch:      noarch
14BuildRequires:  perl(ExtUtils::MakeMaker)
15BuildRequires:  perl(Pod::Escapes) >= 1.01
16Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
17
18Vendor:         Project Vine
19Distribution:   Vine Linux
20Packager:       shaolin
21
22%description
23Pod::Spell is a Pod formatter whose output is good for spellchecking.
24Pod::Spell rather like Pod::Text, except that it doesn't put much
25effort into actual formatting, and it suppresses things that look like
26Perl symbols or Perl jargon (so that your spellchecking program won't
27complain about mystery words like "$thing" or "Foo::Bar" or "hashref").
28
29
30%prep
31%setup -q -n Pod-Spell-%{version}
32
33
34%build
35%{__perl} Makefile.PL INSTALLDIRS=vendor
36make %{?_smp_mflags}
37
38
39%install
40rm -rf $RPM_BUILD_ROOT
41make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
42find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
43find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
44chmod -R u+w $RPM_BUILD_ROOT/*
45
46
47%check
48make test
49
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54
55%files
56%defattr(-,root,root,-)
57%doc ChangeLog README
58%{_bindir}/podspell
59%{perl_vendorlib}/Pod/
60%{_mandir}/man3/*.3pm*
61
62
63%changelog
64* Wed Nov 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.01-3
65- rebuilt with perl 5.16.3
66
67* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.01-2
68- rebuild
69
70* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.01-1
71- initial build for Vine Linux
72
73* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-12
74- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
75
76* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.01-11
77- Perl mass rebuild
78
79* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-10
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
81
82* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.01-9
83- 661697 rebuild for fixing problems with vendorach/lib
84
85* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.01-8
86- Mass rebuild with perl-5.12.0
87
88* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.01-7
89- rebuild against perl 5.10.1
90
91* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-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> - 1.01-5
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
96
97* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.01-4
98- Rebuild for perl 5.10 (again)
99
100* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.01-3
101- rebuild for new perl
102
103* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.01-2.1
104- correct license tag
105- add BR: perl(ExtUtils::MakeMaker)
106
107* Mon Dec 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.01-2
108- find: fixed arguments order.
109
110* Sun Dec 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.01-1
111- First build.
Note: See TracBrowser for help on using the repository browser.