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

Revision 9106, 3.4 KB checked in by inagaki, 9 years ago (diff)

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

  • perl-Archive-{Any, Zip}, perl-Devel-StackTrace?, perl-Exception-Class, perl-Module-Find, perl-PAR-Dist, perl-PPIx-Regexp, perl-String-Format: updated
  • perl-Class-Data-Inheritable, perl-Module-Info, perl-PPIx-Utilities: rebuilt


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