source: projects/specs/trunk/p/perl-Email-Address/perl-Email-Address-vl.spec @ 12120

Revision 12120, 4.3 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Name:           perl-Email-Address
2Version:        1.912
3Release:        1%{?_dist_release}
4Summary:        RFC 2822 Address Parsing and Creation
5
6Group:          Development/Libraries
7License:        Artistic or GPL+
8URL:            http://search.cpan.org/dist/Email-Address/
9Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Address-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12BuildArch:      noarch
13BuildRequires:  perl(ExtUtils::MakeMaker)
14BuildRequires:  perl(Test::More)
15BuildRequires:  perl(Test::Pod)
16BuildRequires:  perl(Test::Pod::Coverage)
17Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
18
19Vendor:         Project Vine
20Distribution:   Vine Linux
21Packager:       shaolin
22
23%description
24This class implements a complete RFC 2822 parser that locates email
25addresses in strings and returns a list of "Email::Address" objects
26found. Alternatley you may construct objects manually. The goal of this
27software is to be correct, and very very fast.
28
29
30%prep
31%setup -q -n Email-Address-%{version}
32%{__perl} -pi -e 's|^#!/usr/local/bin/perl\b|#!%{__perl}|' bench/ea-vs-ma.pl
33
34
35%build
36%{__perl} Makefile.PL
37make %{?_smp_mflags}
38
39
40%install
41rm -rf ${RPM_BUILD_ROOT}
42make pure_install PERL_INSTALL_ROOT=${RPM_BUILD_ROOT}
43find ${RPM_BUILD_ROOT} -type f -name .packlist -exec rm -f {} ';'
44find ${RPM_BUILD_ROOT} -depth -type d -exec rmdir {} 2>/dev/null ';'
45chmod -R u+w ${RPM_BUILD_ROOT}/*
46
47
48%check
49make test
50
51
52%clean
53rm -rf ${RPM_BUILD_ROOT}
54
55
56%files
57%defattr(-,root,root,-)
58%license LICENSE
59%doc Changes README bench/
60%{perl_sitelib}/Email/
61%{_mandir}/man3/*.3pm*
62
63
64%changelog
65* Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.912-1
66- new upstream release.
67- rebuilt with perl-5.26.
68
69* Fri Nov 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.905-1
70- updated to 1.905
71- built with perl 5.16.3
72
73* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.889-2
74- rebuild
75
76* Tue Feb 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.889-1
77- initial build for Vine Linux
78
79* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.889-9
80- Perl mass rebuild
81
82* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.889-8
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
84
85* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.889-7
86- 661697 rebuild for fixing problems with vendorach/lib
87
88* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.889-6
89- Mass rebuild with perl-5.12.0
90
91* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.889-5
92- Mass rebuild with perl-5.12.0
93
94* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.889-4
95- rebuild against perl 5.10.1
96
97* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.889-3
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
99
100* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.889-2
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
102
103* Thu Feb 12 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.889-1
104- Upstream update.
105
106* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.888-3
107- Rebuild for perl 5.10 (again)
108
109* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.888-2
110- rebuild for new perl
111
112* Sat Jun 23 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.888-1
113- Update to 1.888.
114
115* Thu Apr  5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.887-1
116- Update to 1.887.
117
118* Sun Mar 18 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.886-1
119- Update to 1.886.
120
121* Tue Dec 12 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.884-1
122- Update to 1.884.
123
124* Sat Nov 25 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.883-1
125- Update to 1.883.
126
127* Wed Nov 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.882-1
128- Update to 1.882.
129
130* Sat Nov 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.880-1
131- Update to 1.880.
132
133* Fri Oct 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.871-1
134- Update to 1.871.
135
136* Sat Aug 12 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.870-1
137- Update to 1.870.
138
139* Sat Jul 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.86-1
140- Update to 1.86.
141
142* Tue Jul 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.85-1
143- Update to 1.85.
144
145* Thu Sep 08 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.80-1
146- First build.
Note: See TracBrowser for help on using the repository browser.