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

Revision 5743, 5.8 KB checked in by shaolin, 12 years ago (diff)
  • new packages
Line 
1Name:           perl-PAR-Dist
2Version:        0.47
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
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
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_sitelib}/*
59%{_mandir}/man3/*
60
61%changelog
62* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.47-1
63- initial build for Vine Linux
64
65* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-4
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
67
68* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.47-3
69- Perl mass rebuild
70
71* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-2
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
73
74* Tue Dec 21 2010 Steven Pritchard <steve@kspei.com> 0.47-1
75- Update to 0.47.
76
77* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.46-4
78- 661697 rebuild for fixing problems with vendorach/lib
79
80* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.46-3
81- Mass rebuild with perl-5.12.0
82
83* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.46-2
84- rebuild against perl 5.10.1
85
86* Mon Sep 21 2009 Stepan Kasal <skasal@redhat.com> - 0.46-1
87- new upstream version
88
89* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.43-3
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
91
92* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.43-2
93- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
94
95* Mon Feb 02 2009 Steven Pritchard <steve@kspei.com> 0.43-1
96- Update to 0.43.
97- Explicitly require Archive::Zip and YAML::Tiny.
98
99* Fri Jan 16 2009 Steven Pritchard <steve@kspei.com> 0.42-1
100- Update to 0.42.
101
102* Mon Dec 15 2008 Steven Pritchard <steve@kspei.com> 0.40-1
103- Update to 0.40.
104- BR Archive::Zip and YAML::Tiny for t/03merge_meta.
105
106* Thu Sep 25 2008 Marcela Maslanova <mmaslano@redhat.com> 0.34-2
107- forgot apply source
108
109* Thu Sep 25 2008 Marcela Maslanova <mmaslano@redhat.com> 0.34-1
110- update to 0.34 -> it was needed for perl-PAR
111
112* Sat May 31 2008 Steven Pritchard <steve@kspei.com> 0.31-1
113- Update to 0.31.
114- BR Test::Pod and Test::Pod::Coverage.
115
116* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.29-2
117- Rebuild for perl 5.10 (again)
118
119* Thu Feb 21 2008 Steven Pritchard <steve@kspei.com> 0.29-1
120- Update to 0.29.
121- Use fixperms macro instead of our own chmod incantation.
122- Reformat to match cpanspec output.
123
124* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com>  - 0.25-4
125- rebuild (again) for new perl
126
127* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com>  - 0.25-3
128- rebuild for new perl
129
130* Mon Aug  6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.25-2
131- License: GPL+ or Artistic
132
133* Mon Jul 30 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.25-1
134- 0.25.
135
136* Sun Jul 22 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.24-1
137- 0.24.
138
139* Mon Jun 25 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.23-1
140- 0.23.
141
142* Sun May  6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.22-1
143- 0.22.
144
145* Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.21-2
146- BuildRequire perl(ExtUtils::MakeMaker) and perl(Test::More).
147
148* Sun Oct 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.21-1
149- 0.21.
150
151* Thu Oct 12 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.20-1
152- 0.20.
153
154* Sun Sep 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.19-1
155- 0.19.
156
157* Mon Aug 28 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.18-1
158- 0.18.
159
160* Tue Aug 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.16-1
161- 0.16.
162
163* Sat Jul 29 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.15-1
164- 0.15.
165
166* Sun Jul 23 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.14-1
167- 0.14.
168
169* Thu Jul 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11-1
170- 0.11.
171- Fix order of options to find(1) in %%install.
172
173* Thu Jun  8 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.10-1
174- 0.10.
175
176* Fri Feb 24 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.08-1
177- 0.08.
178- Specfile cleanups.
179
180* Thu Mar 17 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.07-3
181- Avoid running signature test during build.
182- Sync with fedora-rpmdevtools' Perl spec template.
183
184* Sun Apr 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.2
185- Require perl(:MODULE_COMPAT_*).
186
187* Sat Mar 27 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.1
188- First build.
Note: See TracBrowser for help on using the repository browser.