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

Revision 5797, 3.3 KB checked in by shaolin, 12 years ago (diff)
  • rebuild
Line 
1Name:           perl-String-Format
2Version:        1.16
3Release:        2%{?_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* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.16-2
62- rebuild
63
64* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.16-1
65- initial build for Vine Linux
66
67* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-7
68- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
69
70* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.16-6
71- Perl mass rebuild
72
73* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-5
74- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
75
76* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.16-4
77- 661697 rebuild for fixing problems with vendorach/lib
78
79* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.16-3
80- Mass rebuild with perl-5.12.0
81
82* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.16-2
83- rebuild against perl 5.10.1
84
85* Wed Oct  7 2009 Stepan Kasal <skasal@redhat.com> - 1.16-1
86- new upstream release
87
88* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-2
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
90
91* Fri Mar 27 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.15-1
92- Upstream update.
93
94* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-4
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
96
97* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-3
98- Rebuild for perl 5.10 (again)
99
100* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-2
101- rebuild for new perl
102
103* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-1.2
104- add BR: perl(Test::More)
105
106* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-1.1
107- correct license tag
108- add BR: perl(ExtUtils::MakeMaker)
109
110* Sat Sep 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1
111- First build.
Note: See TracBrowser for help on using the repository browser.