source: projects/specs/trunk/p/perl-Tie-IxHash/perl-Tie-IxHash-vl.spec @ 9089

Revision 9089, 4.0 KB checked in by inagaki, 9 years ago (diff)

2014-11-15 Ryoichi INAGAKI <ryo1@…>

  • perl-Algorithm-C3, perl-Class-Inspector, perl-Hook-LexWrap?, perl-Tie-IxHash?: updated
  • perl-Algorithm-Diff, perl-JSON-XS, perl-PPI, perl-Test-SubCalls?, perl-Text-Diff: rebuilt


Line 
1Name:           perl-Tie-IxHash
2Version:        1.23
3Release:        1%{?_dist_release}
4Summary:        Ordered associative arrays for Perl
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/Tie-IxHash/
9Source0:        http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Tie-IxHash-%{version}.tar.gz
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildArch:      noarch
13BuildRequires:  perl(ExtUtils::MakeMaker)
14BuildRequires:  perl(Test::More)
15BuildRequires:  perl(Test::Pod)
16Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
17
18Vendor:         Project Vine
19Distribution:   Vine Linux
20Packager:       shaolin
21
22%description
23This Perl module implements Perl hashes that preserve the order in
24which the hash elements were added. The order is not affected when
25values corresponding to existing keys in the IxHash are changed.
26The elements can also be set to any arbitrary supplied order. The
27familiar perl array operations can also be performed on the IxHash.
28
29
30%prep
31%setup -q -n Tie-IxHash-%{version}
32
33# Fix line endings
34sed -i -e 's/\r$//' Changes README
35
36
37%build
38%{__perl} Makefile.PL INSTALLDIRS=vendor
39make %{?_smp_mflags}
40
41
42%install
43rm -rf %{buildroot}
44make pure_install PERL_INSTALL_ROOT=%{buildroot}
45find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
46find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
47chmod -R u+w %{buildroot}/*
48
49
50%check
51make test
52
53
54%clean
55rm -rf %{buildroot}
56
57
58%files
59%defattr(-,root,root,-)
60%doc Changes README
61%{perl_vendorlib}/Tie/
62%{_mandir}/man3/*.3pm*
63
64
65%changelog
66* Sat Nov 15 2014 Ryoichi INAGAKI ryo1@toki.waseda.jp> - 1.23-1
67- updated to 1.23
68- built with perl 5.16.3
69
70* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.22-2
71- rebuild
72
73* Tue Feb 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.22-1
74- initial package for Vine Linux
75
76* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22-6
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
78
79* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.22-5
80- Perl mass rebuild
81
82* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22-4
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
84
85* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.22-3
86- 661697 rebuild for fixing problems with vendorach/lib
87
88* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.22-2
89- Mass rebuild with perl-5.12.0
90
91* Wed Mar  3 2010 Paul Howarth <paul@city-fan.org> - 1.22-1
92- Update to 1.22 (modernize distribution)
93- BR: perl(Test::More), perl(Test::Pod)
94- Fix Makefile.PL to work with old ExtUtils::MakeMaker versions
95- Fix argument order for find with -depth
96
97* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 1.21-11
98- Rebuild against perl 5.10.1
99
100* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-10
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
102
103* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-9
104- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
105
106* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.21-8
107- Rebuild for perl 5.10 (again)
108
109* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.21-7
110- Rebuild for new perl
111
112* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.21-6.1
113- Correct license tag
114- Add BR: perl(ExtUtils::MakeMaker)
115
116* Thu Sep  7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.21-6
117- Rebuild for FC6.
118
119* Thu Feb 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.21-5
120- Rebuild for FC5 (perl 5.8.8).
121
122* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.21-4
123- Dist tag.
124
125* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.21-3
126- Rebuilt
127
128* Sun May  9 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.21-0.fdr.2
129- Avoid creation of the perllocal.pod file (make pure_install).
130
131* Thu May  6 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.21-0.fdr.1
132- First build.
Note: See TracBrowser for help on using the repository browser.