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

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