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

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