source: projects/specs/branches/6/p/perl-Array-Compare/perl-Array-Compare-vl.spec @ 3699

Revision 3699, 2.9 KB checked in by kazutaka, 13 years ago (diff)

shutter の依存物を更新。

  • build with perl 5.12.3
  • add Vendor and Distribution tags
Line 
1Name:           perl-Array-Compare
2Version:        1.17
3Release:        2%{?_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 Apr 25 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.17-2
58- build with perl 5.12.3
59- add Vendor and Distribution tags
60
61* Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.17-1
62- initial build for Vine Linux based on fedora development
63
64* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-2
65- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
66
67* Fri Feb 27 2009 Ralf Cors辿pius <corsepiu@fedoraproject.org> - 1.17-1
68- Upstream update.
69
70* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-2
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
72
73* Thu Jul 10 2008 Ralf Cors辿pius <rc040203@freenet.de> - 1.16-1
74- Upstream update.
75
76* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-3
77- Rebuild for perl 5.10 (again)
78
79* Thu Jan 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-2
80- rebuild for new perl
81
82* Thu Apr  5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1
83- Update to 1.14.
84
85* Thu Sep  7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.13-3
86- Rebuild for FC6.
87
88* Mon Feb 20 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.13-2
89- Rebuild for FC5 (perl 5.8.8).
90
91* Thu Oct  6 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.13-1
92- Update to 1.13.
93
94* Fri Jul  1 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-3
95- Dist tag.
96
97* Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.12-0.fdr.2
98- Avoid .packlist creation with Module::Build >= 0.2609.
99
100* Tue Mar  1 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.12-0.fdr.1
101- Update to 1.12.
102
103* Fri Nov  5 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.11-0.fdr.1
104- Update to 1.11.
105
106* Sun Jul 04 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.09-0.fdr.1
107- First build.
Note: See TracBrowser for help on using the repository browser.