source: projects/specs/trunk/p/perl-Array-Compare/perl-Array-Compare-vl.spec @ 8678

Revision 8678, 3.0 KB checked in by iwaim, 10 years ago (diff)

perl-Array-Compare 1.17-3

Line 
1Name:           perl-Array-Compare
2Version:        1.17
3Release:        3%{?_dist_release}
4Summary:        Perl extension for comparing arrays
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/Array-Compare/
9Source0:        http://www.cpan.org/authors/id/D/DA/DAVECROSS/Array-Compare-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
12BuildArch:      noarch
13BuildRequires:  perl(Module::Build)
14BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
15Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16
17Vendor: Project Vine
18Distribution: Vine Linux
19
20%description
21If you have two arrays and you want to know if they are the same or
22different, then Array::Compare will be useful to you.
23
24
25%prep
26%setup -q -n Array-Compare-%{version}
27chmod -c a-x lib/Array/*.pm
28
29
30%build
31%{__perl} Build.PL installdirs=vendor
32./Build
33
34
35%install
36rm -rf $RPM_BUILD_ROOT
37./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
38chmod -R u+w $RPM_BUILD_ROOT/*
39
40
41%check
42./Build test
43
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48
49%files
50%defattr(-,root,root,-)
51%doc Changes README
52%{perl_vendorlib}/Array/
53%{_mandir}/man3/*.3pm*
54
55
56%changelog
57* Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.17-3
58- build with Perl 5.16
59
60* Mon Apr 25 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.17-2
61- build with perl 5.12.3
62- add Vendor and Distribution tags
63
64* Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.17-1
65- initial build for Vine Linux based on fedora development
66
67* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-2
68- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
69
70* Fri Feb 27 2009 Ralf Cors辿pius <corsepiu@fedoraproject.org> - 1.17-1
71- Upstream update.
72
73* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-2
74- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
75
76* Thu Jul 10 2008 Ralf Cors辿pius <rc040203@freenet.de> - 1.16-1
77- Upstream update.
78
79* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-3
80- Rebuild for perl 5.10 (again)
81
82* Thu Jan 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-2
83- rebuild for new perl
84
85* Thu Apr  5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1
86- Update to 1.14.
87
88* Thu Sep  7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.13-3
89- Rebuild for FC6.
90
91* Mon Feb 20 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.13-2
92- Rebuild for FC5 (perl 5.8.8).
93
94* Thu Oct  6 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.13-1
95- Update to 1.13.
96
97* Fri Jul  1 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-3
98- Dist tag.
99
100* Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.12-0.fdr.2
101- Avoid .packlist creation with Module::Build >= 0.2609.
102
103* Tue Mar  1 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.12-0.fdr.1
104- Update to 1.12.
105
106* Fri Nov  5 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.11-0.fdr.1
107- Update to 1.11.
108
109* Sun Jul 04 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.09-0.fdr.1
110- First build.
Note: See TracBrowser for help on using the repository browser.