source: projects/specs/trunk/p/perl-PAR-Dist/perl-PAR-Dist-vl.spec @ 9106

Revision 9106, 5.9 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-PAR-Dist
2Version:        0.49
3Release:        1%{?_dist_release}
4Summary:        Toolkit for creating and manipulating Perl PAR distributions
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/PAR-Dist/
8Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/PAR-Dist-%{version}.tar.gz
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11BuildArch:      noarch
12BuildRequires:  perl(Archive::Zip)
13BuildRequires:  perl(ExtUtils::MakeMaker)
14BuildRequires:  perl(Test::More)
15BuildRequires:  perl(Test::Pod)
16BuildRequires:  perl(Test::Pod::Coverage)
17Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
18
19Vendor:         Project Vine
20Distribution:   Vine Linux
21Packager:       shaolin
22
23%description
24This module creates and manipulates PAR distributions. They are architecture-
25specific PAR files, containing everything under blib/ of CPAN distributions
26after their make or Build stage, a META.yml describing metadata of the
27original CPAN distribution, and a MANIFEST detailing all files within it.
28Digitally signed PAR distributions will also contain a SIGNATURE file.
29
30%prep
31%setup -q -n PAR-Dist-%{version}
32
33%build
34%{__perl} Makefile.PL INSTALLDIRS=vendor
35make %{?_smp_mflags}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40make pure_install PERL_INSTALL_ROOT=${RPM_BUILD_ROOT}
41
42find ${RPM_BUILD_ROOT} -type f -name .packlist -exec rm -f {} \;
43find ${RPM_BUILD_ROOT} -depth -type d -exec rmdir {} 2>/dev/null \;
44
45%{_fixperms} ${RPM_BUILD_ROOT}/*
46
47%check
48make test PERL_TEST_POD=1
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(-,root,root,-)
55%doc Changes README
56%{perl_vendorlib}/*
57%{_mandir}/man3/*
58
59%changelog
60* Wed Nov 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.49-1
61- updated to 0.49
62- built with perl 5.16.3
63
64* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.47-2
65- rebuild
66
67* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.47-1
68- initial build for Vine Linux
69
70* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-4
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
72
73* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.47-3
74- Perl mass rebuild
75
76* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-2
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
78
79* Tue Dec 21 2010 Steven Pritchard <steve@kspei.com> 0.47-1
80- Update to 0.47.
81
82* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.46-4
83- 661697 rebuild for fixing problems with vendorach/lib
84
85* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.46-3
86- Mass rebuild with perl-5.12.0
87
88* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.46-2
89- rebuild against perl 5.10.1
90
91* Mon Sep 21 2009 Stepan Kasal <skasal@redhat.com> - 0.46-1
92- new upstream version
93
94* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.43-3
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
96
97* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.43-2
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
99
100* Mon Feb 02 2009 Steven Pritchard <steve@kspei.com> 0.43-1
101- Update to 0.43.
102- Explicitly require Archive::Zip and YAML::Tiny.
103
104* Fri Jan 16 2009 Steven Pritchard <steve@kspei.com> 0.42-1
105- Update to 0.42.
106
107* Mon Dec 15 2008 Steven Pritchard <steve@kspei.com> 0.40-1
108- Update to 0.40.
109- BR Archive::Zip and YAML::Tiny for t/03merge_meta.
110
111* Thu Sep 25 2008 Marcela Maslanova <mmaslano@redhat.com> 0.34-2
112- forgot apply source
113
114* Thu Sep 25 2008 Marcela Maslanova <mmaslano@redhat.com> 0.34-1
115- update to 0.34 -> it was needed for perl-PAR
116
117* Sat May 31 2008 Steven Pritchard <steve@kspei.com> 0.31-1
118- Update to 0.31.
119- BR Test::Pod and Test::Pod::Coverage.
120
121* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.29-2
122- Rebuild for perl 5.10 (again)
123
124* Thu Feb 21 2008 Steven Pritchard <steve@kspei.com> 0.29-1
125- Update to 0.29.
126- Use fixperms macro instead of our own chmod incantation.
127- Reformat to match cpanspec output.
128
129* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com>  - 0.25-4
130- rebuild (again) for new perl
131
132* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com>  - 0.25-3
133- rebuild for new perl
134
135* Mon Aug  6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.25-2
136- License: GPL+ or Artistic
137
138* Mon Jul 30 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.25-1
139- 0.25.
140
141* Sun Jul 22 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.24-1
142- 0.24.
143
144* Mon Jun 25 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.23-1
145- 0.23.
146
147* Sun May  6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.22-1
148- 0.22.
149
150* Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.21-2
151- BuildRequire perl(ExtUtils::MakeMaker) and perl(Test::More).
152
153* Sun Oct 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.21-1
154- 0.21.
155
156* Thu Oct 12 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.20-1
157- 0.20.
158
159* Sun Sep 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.19-1
160- 0.19.
161
162* Mon Aug 28 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.18-1
163- 0.18.
164
165* Tue Aug 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.16-1
166- 0.16.
167
168* Sat Jul 29 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.15-1
169- 0.15.
170
171* Sun Jul 23 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.14-1
172- 0.14.
173
174* Thu Jul 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11-1
175- 0.11.
176- Fix order of options to find(1) in %%install.
177
178* Thu Jun  8 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.10-1
179- 0.10.
180
181* Fri Feb 24 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.08-1
182- 0.08.
183- Specfile cleanups.
184
185* Thu Mar 17 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.07-3
186- Avoid running signature test during build.
187- Sync with fedora-rpmdevtools' Perl spec template.
188
189* Sun Apr 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.2
190- Require perl(:MODULE_COMPAT_*).
191
192* Sat Mar 27 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.1
193- First build.
Note: See TracBrowser for help on using the repository browser.