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

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