source: projects/specs/trunk/p/perl-String-Format/perl-String-Format-vl.spec @ 5745

Revision 5745, 3.3 KB checked in by shaolin, 12 years ago (diff)
  • new packages
Line 
1Name:           perl-String-Format
2Version:        1.16
3Release:        1%{?_dist_release}
4Summary:        Sprintf-like string formatting capabilities with arbitrary format definitions
5
6Group:          Development/Libraries
7License:        GPLv2
8URL:            http://search.cpan.org/dist/String-Format/
9Source0:        http://www.cpan.org/authors/id/D/DA/DARREN/String-Format-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
12BuildArch:      noarch
13BuildRequires:  perl(ExtUtils::MakeMaker)
14BuildRequires:  perl(Test::More)
15Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
19Packager:       shaolin
20
21%description
22String::Format lets you define arbitrary printf-like format sequences
23to be expanded. This module would be most useful in configuration
24files and reporting tools, where the results of a query need to be
25formatted in a particular way.
26
27
28%prep
29%setup -q -n String-Format-%{version}
30
31
32%build
33%{__perl} Makefile.PL INSTALLDIRS=vendor
34make %{?_smp_mflags}
35
36
37%install
38rm -rf ${RPM_BUILD_ROOT}
39make pure_install PERL_INSTALL_ROOT=${RPM_BUILD_ROOT}
40find ${RPM_BUILD_ROOT} -type f -name .packlist -exec rm -f {} ';'
41find ${RPM_BUILD_ROOT} -depth -type d -empty -exec rmdir {} ';'
42chmod -R u+w ${RPM_BUILD_ROOT}/*
43
44
45%check
46make test
47
48
49%clean
50rm -rf ${RPM_BUILD_ROOT}
51
52
53%files
54%defattr(-,root,root,-)
55%doc Changes
56%{perl_vendorlib}/String/
57%{_mandir}/man3/*.3pm*
58
59
60%changelog
61* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.16-1
62- initial build for Vine Linux
63
64* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-7
65- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
66
67* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.16-6
68- Perl mass rebuild
69
70* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-5
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
72
73* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.16-4
74- 661697 rebuild for fixing problems with vendorach/lib
75
76* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.16-3
77- Mass rebuild with perl-5.12.0
78
79* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.16-2
80- rebuild against perl 5.10.1
81
82* Wed Oct  7 2009 Stepan Kasal <skasal@redhat.com> - 1.16-1
83- new upstream release
84
85* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-2
86- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
87
88* Fri Mar 27 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.15-1
89- Upstream update.
90
91* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-4
92- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
93
94* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-3
95- Rebuild for perl 5.10 (again)
96
97* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-2
98- rebuild for new perl
99
100* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-1.2
101- add BR: perl(Test::More)
102
103* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-1.1
104- correct license tag
105- add BR: perl(ExtUtils::MakeMaker)
106
107* Sat Sep 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1
108- First build.
Note: See TracBrowser for help on using the repository browser.