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

Revision 5794, 4.0 KB checked in by shaolin, 12 years ago (diff)
  • rebuild
Line 
1Name:           perl-Email-Address
2Version:        1.889
3Release:        2%{?_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}-%{release}-root-%(%{__id_u} -n)
11
12BuildArch:      noarch
13BuildRequires:  perl(Test::Pod) >= 1.14
14BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
15Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
19Packager:       shaolin
20
21%description
22This class implements a complete RFC 2822 parser that locates email
23addresses in strings and returns a list of "Email::Address" objects
24found. Alternatley you may construct objects manually. The goal of this
25software is to be correct, and very very fast.
26
27
28%prep
29%setup -q -n Email-Address-%{version}
30%{__perl} -pi -e 's|^#!/usr/local/bin/perl\b|#!%{__perl}|' bench/ea-vs-ma.pl
31
32
33%build
34%{__perl} Makefile.PL
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 Changes LICENSE README bench/
57%{perl_sitelib}/Email/
58%{_mandir}/man3/*.3pm*
59
60
61%changelog
62* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.889-2
63- rebuild
64
65* Tue Feb 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.889-1
66- initial build for Vine Linux
67
68* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.889-9
69- Perl mass rebuild
70
71* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.889-8
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
73
74* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.889-7
75- 661697 rebuild for fixing problems with vendorach/lib
76
77* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.889-6
78- Mass rebuild with perl-5.12.0
79
80* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.889-5
81- Mass rebuild with perl-5.12.0
82
83* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.889-4
84- rebuild against perl 5.10.1
85
86* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.889-3
87- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
88
89* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.889-2
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
91
92* Thu Feb 12 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.889-1
93- Upstream update.
94
95* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.888-3
96- Rebuild for perl 5.10 (again)
97
98* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.888-2
99- rebuild for new perl
100
101* Sat Jun 23 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.888-1
102- Update to 1.888.
103
104* Thu Apr  5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.887-1
105- Update to 1.887.
106
107* Sun Mar 18 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.886-1
108- Update to 1.886.
109
110* Tue Dec 12 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.884-1
111- Update to 1.884.
112
113* Sat Nov 25 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.883-1
114- Update to 1.883.
115
116* Wed Nov 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.882-1
117- Update to 1.882.
118
119* Sat Nov 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.880-1
120- Update to 1.880.
121
122* Fri Oct 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.871-1
123- Update to 1.871.
124
125* Sat Aug 12 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.870-1
126- Update to 1.870.
127
128* Sat Jul 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.86-1
129- Update to 1.86.
130
131* Tue Jul 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.85-1
132- Update to 1.85.
133
134* Thu Sep 08 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.80-1
135- First build.
Note: See TracBrowser for help on using the repository browser.