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

Revision 5745, 3.2 KB checked in by shaolin, 12 years ago (diff)
  • new packages
Line 
1Name:           perl-Pod-Spell
2Version:        1.01
3Release:        1%{?_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* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.01-1
64- initial build for Vine Linux
65
66* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-12
67- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
68
69* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.01-11
70- Perl mass rebuild
71
72* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-10
73- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
74
75* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.01-9
76- 661697 rebuild for fixing problems with vendorach/lib
77
78* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.01-8
79- Mass rebuild with perl-5.12.0
80
81* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.01-7
82- rebuild against perl 5.10.1
83
84* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-6
85- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
86
87* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-5
88- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
89
90* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.01-4
91- Rebuild for perl 5.10 (again)
92
93* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.01-3
94- rebuild for new perl
95
96* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.01-2.1
97- correct license tag
98- add BR: perl(ExtUtils::MakeMaker)
99
100* Mon Dec 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.01-2
101- find: fixed arguments order.
102
103* Sun Dec 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.01-1
104- First build.
Note: See TracBrowser for help on using the repository browser.