Commit d512b785774ed572b6b10051189fda816b09a87a
1 parent
054241d0
Exists in
kalibro-processor-package
add analizo dependencies
Showing
29 changed files
with
3059 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,223 @@ |
1 | +Name: perl-App-Cmd | |
2 | +Summary: Write command line apps with less suffering | |
3 | +Version: 0.326 | |
4 | +Release: 1%{?dist} | |
5 | +License: GPL+ or Artistic | |
6 | + | |
7 | +Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-%{version}.tar.gz | |
8 | +URL: http://search.cpan.org/dist/App-Cmd | |
9 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
10 | +BuildArch: noarch | |
11 | + | |
12 | +BuildRequires: perl(parent) | |
13 | +BuildRequires: perl(Capture::Tiny) | |
14 | +BuildRequires: perl(Carp) | |
15 | +BuildRequires: perl(Class::Load) >= 0.06 | |
16 | +BuildRequires: perl(constant) | |
17 | +BuildRequires: perl(Data::Dumper) | |
18 | +BuildRequires: perl(Data::OptList) | |
19 | +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 | |
20 | +BuildRequires: perl(File::Basename) | |
21 | +BuildRequires: perl(Getopt::Long::Descriptive) >= 0.084 | |
22 | +BuildRequires: perl(IO::TieCombine) >= 1 | |
23 | +BuildRequires: perl(IPC::Cmd) | |
24 | +BuildRequires: perl(Module::Pluggable::Object) | |
25 | +BuildRequires: perl(String::RewritePrefix) | |
26 | +BuildRequires: perl(Sub::Exporter) >= 0.975 | |
27 | +BuildRequires: perl(Sub::Exporter::Util) | |
28 | +BuildRequires: perl(Sub::Install) | |
29 | +BuildRequires: perl(Test::Fatal) | |
30 | +BuildRequires: perl(Test::More) >= 0.96 | |
31 | +BuildRequires: perl(Test::Pod) | |
32 | +BuildRequires: perl(Text::Abbrev) | |
33 | + | |
34 | +Requires: perl(Getopt::Long::Descriptive) >= 0.084 | |
35 | +Requires: perl(IO::TieCombine) >= 1 | |
36 | +Requires: perl(Sub::Exporter) >= 0.975 | |
37 | + | |
38 | +%{?perl_default_filter} | |
39 | + | |
40 | +%description | |
41 | +App::Cmd is intended to make it easy to write complex command-line | |
42 | +applications without having to think about most of the annoying things | |
43 | +usually involved. | |
44 | + | |
45 | +For information on how to start using App::Cmd, see App::Cmd::Tutorial. | |
46 | + | |
47 | +%prep | |
48 | +%setup -q -n App-Cmd-%{version} | |
49 | + | |
50 | +perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t | |
51 | + | |
52 | +%build | |
53 | +%{__perl} Makefile.PL INSTALLDIRS=vendor | |
54 | +make %{?_smp_mflags} | |
55 | + | |
56 | +%install | |
57 | +make pure_install DESTDIR=%{buildroot} | |
58 | +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' | |
59 | +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' | |
60 | + | |
61 | +%{_fixperms} %{buildroot}/* | |
62 | + | |
63 | +%check | |
64 | +make test | |
65 | + | |
66 | +%files | |
67 | +%doc Changes README t/ | |
68 | +%license LICENSE | |
69 | +%{perl_vendorlib}/App* | |
70 | +%{_mandir}/man3/App*.3* | |
71 | + | |
72 | +%changelog | |
73 | +* Thu Dec 04 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 0.326-1 | |
74 | +- Update to 0.326 | |
75 | +- Drop LICENSE from the documentation | |
76 | + | |
77 | +* Fri Oct 24 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 0.324-1 | |
78 | +- Update to 0.324 | |
79 | +- Tighten files declaration | |
80 | +- Use the %%license tag | |
81 | + | |
82 | +* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.323-3 | |
83 | +- Perl 5.20 rebuild | |
84 | + | |
85 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.323-2 | |
86 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
87 | + | |
88 | +* Sun Dec 15 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.323-1 | |
89 | +- Update to 0.323 | |
90 | + | |
91 | +* Sun Nov 03 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.322-1 | |
92 | +- Update to 0.322 | |
93 | + | |
94 | +* Sun Oct 27 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.321-1 | |
95 | +- Update to 0.321 | |
96 | + | |
97 | +* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.320-3 | |
98 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
99 | + | |
100 | +* Tue Jul 30 2013 Petr Pisar <ppisar@redhat.com> - 0.320-2 | |
101 | +- Perl 5.18 rebuild | |
102 | + | |
103 | +* Sat Feb 02 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.320-1 | |
104 | +- Update to 0.320 | |
105 | + | |
106 | +* Sun Jan 27 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.319-1 | |
107 | +- Update to 0.319 | |
108 | +- Remove the obsoletes/provides macro for the tests subpackage | |
109 | +- Remove the group macro | |
110 | +- Add Test::Pod to the BuildRequires | |
111 | + | |
112 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.318-3 | |
113 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
114 | + | |
115 | +* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 0.318-2 | |
116 | +- Perl 5.16 rebuild | |
117 | + | |
118 | +* Sat May 05 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 0.318-1 | |
119 | +- Update to 0.318 | |
120 | + | |
121 | +* Mon Mar 26 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 0.317-1 | |
122 | +- Update to 0.317 | |
123 | + | |
124 | +* Sun Feb 12 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 0.316-1 | |
125 | +- Update to 0.316 | |
126 | + | |
127 | +* Sat Feb 11 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 0.315-1 | |
128 | +- Update to 0.315 | |
129 | + | |
130 | +* Sun Jan 22 2012 Iain Arnell <iarnell@gmail.com> 0.314-2 | |
131 | +- drop tests-subpackage; move tests to main package documentation | |
132 | + | |
133 | +* Thu Jan 12 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 0.314-1 | |
134 | +- Update to 0.314 | |
135 | + | |
136 | +* Sun Oct 02 2011 Iain Arnell <iarnell@gmail.com> 0.312-1 | |
137 | +- update to latest upstream version | |
138 | + | |
139 | +* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.311-2 | |
140 | +- Perl mass rebuild | |
141 | + | |
142 | +* Fri Mar 18 2011 Iain Arnell <iarnell@gmail.com> 0.311-1 | |
143 | +- update to latest upstream version | |
144 | + | |
145 | +* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.309-2 | |
146 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild | |
147 | + | |
148 | +* Sat Nov 20 2010 Iain Arnell <iarnell@gmail.com> 0.309-1 | |
149 | +- update by Fedora::App::MaintainerTools 0.006 | |
150 | +- updating to latest GA CPAN version (0.309) | |
151 | +- added a new br on perl(Carp) (version 0) | |
152 | +- added a new br on perl(Data::Dumper) (version 0) | |
153 | +- added a new br on perl(Data::OptList) (version 0) | |
154 | +- altered br on perl(ExtUtils::MakeMaker) (6.42 => 6.31) | |
155 | +- added a new br on perl(File::Basename) (version 0) | |
156 | +- added a new br on perl(Sub::Exporter::Util) (version 0) | |
157 | +- added a new br on perl(Test::Fatal) (version 0) | |
158 | +- altered br on perl(Test::More) (0 => 0.96) | |
159 | +- added a new br on perl(Text::Abbrev) (version 0) | |
160 | +- added a new br on perl(constant) (version 0) | |
161 | +- clean up spec for modern rpmbuild | |
162 | + | |
163 | +* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.307-3 | |
164 | +- Mass rebuild with perl-5.12.0 | |
165 | + | |
166 | +* Fri Apr 23 2010 Iain Arnell <iarnell@gmail.com> 0.307-2 | |
167 | +- requires perl(IO::TieCombine) | |
168 | + | |
169 | +* Thu Apr 08 2010 Iain Arnell <iarnell@gmail.com> 0.307-1 | |
170 | +- update to latest upstream | |
171 | +- R/BR perl(String::RewritePrefix) | |
172 | +- Bump R/BR perl(Getopt::Long::Descriptive) >= 0.084 | |
173 | + | |
174 | +* Mon Mar 01 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.304-1 | |
175 | +- update by Fedora::App::MaintainerTools 0.004 | |
176 | +- PERL_INSTALL_ROOT => DESTDIR | |
177 | +- altered br on perl(Getopt::Long::Descriptive) (0.075 => 0.081) | |
178 | +- altered req on perl(Getopt::Long::Descriptive) (0.075 => 0.081) | |
179 | + | |
180 | +* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.301-2 | |
181 | +- rebuild against perl 5.10.1 | |
182 | + | |
183 | +* Sat Sep 19 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.301-1 | |
184 | +- auto-update to 0.301 (by cpan-spec-update 0.01) | |
185 | + | |
186 | +* Sat Aug 29 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.207-1 | |
187 | +- switch filtering to perl_default_filter | |
188 | +- auto-update to 0.207 (by cpan-spec-update 0.01) | |
189 | + | |
190 | +* Sun Aug 23 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.206-1 | |
191 | +- auto-update to 0.206 (by cpan-spec-update 0.01) | |
192 | +- altered br on perl(Getopt::Long::Descriptive) (0.06 => 0.075) | |
193 | +- altered req on perl(Getopt::Long::Descriptive) (0.06 => 0.075) | |
194 | + | |
195 | +* Sat Aug 08 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.204-1 | |
196 | +- auto-update to 0.204 (by cpan-spec-update 0.01) | |
197 | +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) | |
198 | +- added a new req on perl(Getopt::Long::Descriptive) (version 0.06) | |
199 | +- added a new req on perl(Module::Pluggable::Object) (version 0) | |
200 | +- added a new req on perl(Sub::Exporter) (version 0.975) | |
201 | +- added a new req on perl(Sub::Install) (version 0) | |
202 | + | |
203 | +* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.203-3 | |
204 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild | |
205 | + | |
206 | +* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.203-2 | |
207 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild | |
208 | + | |
209 | +* Wed Feb 18 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.203-1 | |
210 | +- update to 0.203 | |
211 | + | |
212 | +* Mon Nov 17 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.202-3 | |
213 | +- br Test::More; drink more coffee | |
214 | + | |
215 | +* Mon Nov 17 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.202-2 | |
216 | +- bump | |
217 | + | |
218 | +* Tue Nov 04 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.202-1 | |
219 | +- update for submission | |
220 | + | |
221 | +* Mon Oct 27 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.202-0.1 | |
222 | +- initial RPM packaging | |
223 | +- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) | ... | ... |
src/pkg-rpm/perl-B-Hooks-OP-Check-EntersubForCV/perl-B-Hooks-OP-Check-EntersubForCV.spec
0 → 100644
... | ... | @@ -0,0 +1,79 @@ |
1 | +Name: perl-B-Hooks-OP-Check-EntersubForCV | |
2 | +Version: 0.09 | |
3 | +Release: 10%{?dist} | |
4 | +Summary: Invoke callbacks on construction of entersub OPs for certain CVs | |
5 | +License: GPL+ or Artistic | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/B-Hooks-OP-Check-EntersubForCV/ | |
8 | +Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/B-Hooks-OP-Check-EntersubForCV-%{version}.tar.gz | |
9 | +BuildRequires: perl(B::Hooks::OP::Check) >= 0.19 | |
10 | +BuildRequires: perl(B::Utils) >= 0.19 | |
11 | +BuildRequires: perl(ExtUtils::Depends) | |
12 | +BuildRequires: perl(inc::Module::Install) | |
13 | +BuildRequires: perl(Module::Install::ExtraTests) | |
14 | +BuildRequires: perl(parent) | |
15 | +BuildRequires: perl(Scalar::Util) | |
16 | +BuildRequires: perl(Test::More) | |
17 | +BuildRequires: perl(Test::Pod) | |
18 | +BuildRequires: perl(Test::Pod::Coverage) | |
19 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
20 | + | |
21 | +%{?perl_default_filter} | |
22 | + | |
23 | +%description | |
24 | +Invoke callbacks on construction of entersub OPs for certain CVs. | |
25 | + | |
26 | +%prep | |
27 | +%setup -q -n B-Hooks-OP-Check-EntersubForCV-%{version} | |
28 | + | |
29 | +%build | |
30 | +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" | |
31 | +make %{?_smp_mflags} | |
32 | + | |
33 | +%install | |
34 | +make pure_install DESTDIR=%{buildroot} | |
35 | + | |
36 | +find %{buildroot} -type f -name .packlist -exec rm -f {} \; | |
37 | +find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; | |
38 | + | |
39 | +%{_fixperms} %{buildroot}/* | |
40 | + | |
41 | +%check | |
42 | +make test | |
43 | + | |
44 | +%files | |
45 | +%doc Changes README | |
46 | +%{perl_vendorarch}/auto/* | |
47 | +%{perl_vendorarch}/B* | |
48 | +%{_mandir}/man3/* | |
49 | + | |
50 | +%changelog | |
51 | +* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-10 | |
52 | +- Perl 5.20 rebuild | |
53 | + | |
54 | +* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-9 | |
55 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild | |
56 | + | |
57 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-8 | |
58 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
59 | + | |
60 | +* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-7 | |
61 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
62 | + | |
63 | +* Fri Aug 02 2013 Petr Pisar <ppisar@redhat.com> - 0.09-6 | |
64 | +- Perl 5.18 rebuild | |
65 | + | |
66 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-5 | |
67 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
68 | + | |
69 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-4 | |
70 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
71 | + | |
72 | +* Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 0.09-3 | |
73 | +- Perl 5.16 rebuild | |
74 | + | |
75 | +* Sat May 26 2012 Iain Arnell <iarnell@gmail.com> 0.09-2 | |
76 | +- BuildRequire inc::Module::Install, not EU::MM | |
77 | + | |
78 | +* Fri Apr 20 2012 Iain Arnell <iarnell@gmail.com> 0.09-1 | |
79 | +- Specfile autogenerated by cpanspec 1.79. | ... | ... |
... | ... | @@ -0,0 +1,211 @@ |
1 | +Name: perl-CHI | |
2 | +Version: 0.59 | |
3 | +Release: 1%{?dist} | |
4 | +Summary: Unified cache handling interface | |
5 | +License: GPL+ or Artistic | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/CHI/ | |
8 | +Source0: http://www.cpan.org/authors/id/J/JS/JSWARTZ/CHI-%{version}.tar.gz | |
9 | +BuildArch: noarch | |
10 | + | |
11 | +%bcond_with author_tests | |
12 | + | |
13 | +%bcond_without smoke_tests | |
14 | + | |
15 | +BuildRequires: perl(Carp::Assert) >= 0.20 | |
16 | +BuildRequires: perl(Compress::Zlib) | |
17 | +BuildRequires: perl(Data::UUID) | |
18 | +BuildRequires: perl(Date::Parse) | |
19 | +BuildRequires: perl(Digest::JHash) | |
20 | +BuildRequires: perl(Digest::MD5) | |
21 | +BuildRequires: perl(ExtUtils::MakeMaker) | |
22 | +BuildRequires: perl(File::Spec) >= 0.80 | |
23 | +BuildRequires: perl(Hash::MoreUtils) | |
24 | +BuildRequires: perl(JSON) | |
25 | +BuildRequires: perl(List::MoreUtils) >= 0.13 | |
26 | +BuildRequires: perl(Log::Any) >= 0.08 | |
27 | +BuildRequires: perl(Log::Any::Adapter::Dispatch) >= 0.05 | |
28 | +BuildRequires: perl(Module::Load::Conditional) | |
29 | +BuildRequires: perl(Moo) >= 1.003 | |
30 | +BuildRequires: perl(MooX::Types::MooseLike) >= 0.23 | |
31 | +BuildRequires: perl(MooX::Types::MooseLike::Base) | |
32 | +BuildRequires: perl(MooX::Types::MooseLike::Numeric) | |
33 | +BuildRequires: perl(Storable) | |
34 | +BuildRequires: perl(String::RewritePrefix) | |
35 | +BuildRequires: perl(Task::Weaken) | |
36 | +BuildRequires: perl(Test::Builder) | |
37 | +BuildRequires: perl(Test::Class) | |
38 | +BuildRequires: perl(Test::Deep) | |
39 | +BuildRequires: perl(Test::Exception) | |
40 | +BuildRequires: perl(Test::Log::Dispatch) | |
41 | +BuildRequires: perl(Test::More) | |
42 | +BuildRequires: perl(Test::Warn) | |
43 | +BuildRequires: perl(Time::Duration) >= 1.06 | |
44 | +BuildRequires: perl(Time::Duration::Parse) >= 0.03 | |
45 | +BuildRequires: perl(Try::Tiny) >= 0.05 | |
46 | + | |
47 | +%if %{with author_tests} | |
48 | +BuildRequires: perl(Test::Pod) | |
49 | +BuildRequires: perl(Module::Mask) | |
50 | +%endif | |
51 | + | |
52 | +%if %{with smoke_tests} | |
53 | +BuildRequires: perl(Cache::FileCache) | |
54 | +BuildRequires: perl(Cache::FastMmap) | |
55 | +%endif | |
56 | + | |
57 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
58 | + | |
59 | +%{?perl_filter_default} | |
60 | + | |
61 | +%{?filter_setup: | |
62 | +# Replace unversioned dependencies with versioned ones. | |
63 | +%filter_from_requires s/^perl(Carp::Assert)$/perl(Carp::Assert) >= 0.20/ | |
64 | +%filter_from_requires s/^perl(List::MoreUtils)$/perl(List::MoreUtils) >= 0.13/ | |
65 | +%filter_from_requires s/^perl(Log::Any)$/perl(Log::Any) >= 0.06/ | |
66 | +%filter_from_requires s/^perl(Time::Duration)$/perl(Time::Duration) >= 1.06/ | |
67 | +%filter_from_requires s/^perl(Time::Duration::Parse)$/perl(Time::Duration::Parse) >= 0.03/ | |
68 | +%filter_setup | |
69 | +} | |
70 | + | |
71 | +%global __provides_exclude %{?__provides_exclude:__provides_exclude|}^perl\\(Bar\\) | |
72 | +%global __provides_exclude %__provides_exclude|^perl\\(DummySerializer\\) | |
73 | +%global __provides_exclude %__provides_exclude|^perl\\(Foo\\) | |
74 | + | |
75 | +%description | |
76 | +CHI provides a unified caching API, designed to assist a developer in | |
77 | +persisting data for a specified period of time. | |
78 | + | |
79 | +%package Test | |
80 | +Group: Development/Libraries | |
81 | +Summary: CHI::Test module | |
82 | +Requires: perl-CHI = %{version}-%{release} | |
83 | + | |
84 | +# rpm misses these: | |
85 | +Requires: perl(Test::Deep) | |
86 | +Requires: perl(Test::Exception) | |
87 | + | |
88 | +%description Test | |
89 | +CHI::Test and CHI::t perl modules | |
90 | + | |
91 | +%prep | |
92 | +%setup -q -n CHI-%{version} | |
93 | +# Fix bogus permissions | |
94 | +find lib \( -type f -a -executable \) -exec chmod -x {} \; | |
95 | + | |
96 | +%build | |
97 | +%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps | |
98 | +make %{?_smp_mflags} | |
99 | + | |
100 | +%install | |
101 | +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT | |
102 | + | |
103 | +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; | |
104 | +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; | |
105 | + | |
106 | +%{_fixperms} $RPM_BUILD_ROOT/* | |
107 | + | |
108 | +%check | |
109 | +make test %{?with_author_tests:AUTHOR_TESTING=1} %{?with_smoke_tests:AUTOMATED_TESTING=1} | |
110 | + | |
111 | +%files | |
112 | +%doc Changes LICENSE | |
113 | +%dir %{perl_vendorlib}/CHI | |
114 | +%{perl_vendorlib}/CHI.pm | |
115 | +%{perl_vendorlib}/CHI/Benchmarks.pod | |
116 | +%{perl_vendorlib}/CHI/CacheObject.pm | |
117 | +%{perl_vendorlib}/CHI/Constants.pm | |
118 | +%{perl_vendorlib}/CHI/Driver* | |
119 | +%{perl_vendorlib}/CHI/Serializer | |
120 | +%{perl_vendorlib}/CHI/Stats.pm | |
121 | +%{perl_vendorlib}/CHI/Types.pm | |
122 | +%{perl_vendorlib}/CHI/Util.pm | |
123 | +%{_mandir}/man3/* | |
124 | + | |
125 | +%files Test | |
126 | +%dir %{perl_vendorlib}/CHI | |
127 | +%{perl_vendorlib}/CHI/t | |
128 | +%{perl_vendorlib}/CHI/Test* | |
129 | + | |
130 | +%changelog | |
131 | +* Thu Jan 08 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.59-1 | |
132 | +- Upstream update. | |
133 | +- Reflect upstream URL having changed. | |
134 | + | |
135 | +* Sun Jun 22 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.58-1 | |
136 | +- Upstream update (Fixes FTBFS RHBZ #1105958). | |
137 | +- Reflect Source0: having changed. | |
138 | +- Reflect dep changes. | |
139 | +- Spec file cosmetics. | |
140 | + | |
141 | +* Fri Aug 09 2013 Petr Pisar <ppisar@redhat.com> - 0.56-3 | |
142 | +- Perl 5.18 rebuild | |
143 | + | |
144 | +* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.56-2 | |
145 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
146 | + | |
147 | +* Tue Feb 19 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.56-1 | |
148 | +- Upstream update. | |
149 | +- Disable author-tests (Broken, Fedora_19_Mass_Rebuild FTBFS). | |
150 | + | |
151 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.55-4 | |
152 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
153 | + | |
154 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.55-3 | |
155 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
156 | + | |
157 | +* Wed Jul 11 2012 Petr Pisar <ppisar@redhat.com> - 0.55-2 | |
158 | +- Perl 5.16 rebuild | |
159 | + | |
160 | +* Tue Jul 10 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.55-1 | |
161 | +- Upstream update. | |
162 | + | |
163 | +* Wed Jul 04 2012 Petr Pisar <ppisar@redhat.com> - 0.54-2 | |
164 | +- Perl 5.16 rebuild | |
165 | + | |
166 | +* Wed Jun 06 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.54-1 | |
167 | +- Upstream update. | |
168 | + | |
169 | +* Wed Jun 06 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.53-1 | |
170 | +- Upstream update. | |
171 | +- Cleanup perl module filters. | |
172 | + | |
173 | +* Mon Mar 19 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.52-1 | |
174 | +- Upstream update. | |
175 | + | |
176 | +* Sat Jan 14 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.50-1 | |
177 | +- Abandon fedora < 15. | |
178 | +- Add BR: perl(Digest::MD5). | |
179 | +- Upstream update. | |
180 | +- Reflect upstream having abandoned htdocs. | |
181 | + | |
182 | +* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.44-7 | |
183 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild | |
184 | + | |
185 | +* Fri Jul 22 2011 Petr Pisar <ppisar@redhat.com> - 0.44-6 | |
186 | +- RPM 4.9 dependency filtering added | |
187 | + | |
188 | +* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.44-5 | |
189 | +- Perl mass rebuild | |
190 | + | |
191 | +* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.44-4 | |
192 | +- Perl mass rebuild | |
193 | + | |
194 | +* Thu Mar 31 2011 Ralf Corsépius <corsepiu@fedoraproject.org> 0.44-3 | |
195 | +- Add R: perl(Test::Deep) and R: perl(Test::Exception). | |
196 | + | |
197 | +* Tue Mar 29 2011 Ralf Corsépius <corsepiu@fedoraproject.org> 0.44-2 | |
198 | +- Change %%bcond_with author_tests into %%bcond_without author_tests. | |
199 | + | |
200 | +* Tue Mar 29 2011 Ralf Corsépius <corsepiu@fedoraproject.org> 0.44-1 | |
201 | +- Upstream update. | |
202 | +- Extend provides-filter to filter versioned perl(Foo), | |
203 | + perl(Bar), perl(Baz), perl(DummySerializer). | |
204 | +- Add %%bcond_with author_tests and %%bcond_without smoke_tests. | |
205 | +- Split out CHI::Test and CHI::t into separate sub-package. | |
206 | + | |
207 | +* Mon Mar 14 2011 Ralf Corsépius <corsepiu@fedoraproject.org> 0.42-1 | |
208 | +- Upstream update. | |
209 | + | |
210 | +* Mon Feb 07 2011 Ralf Corsépius <corsepiu@fedoraproject.org> 0.36-1 | |
211 | +- Initial Fedora package. | ... | ... |
... | ... | @@ -0,0 +1,117 @@ |
1 | +Name: perl-Const-Fast | |
2 | +Version: 0.014 | |
3 | +Release: 7%{?dist} | |
4 | +Summary: Facility for creating read-only scalars, arrays, and hashes | |
5 | +License: GPL+ or Artistic | |
6 | + | |
7 | +URL: http://search.cpan.org/dist/Const-Fast/ | |
8 | +Source0: http://www.cpan.org/authors/id/L/LE/LEONT/Const-Fast-%{version}.tar.gz | |
9 | +BuildArch: noarch | |
10 | +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 | |
11 | +# Run-time | |
12 | +BuildRequires: perl(Carp) | |
13 | +BuildRequires: perl(Module::Build::Tiny) | |
14 | +BuildRequires: perl(Scalar::Util) | |
15 | +BuildRequires: perl(Storable) | |
16 | +BuildRequires: perl(Sub::Exporter) | |
17 | +# Tests | |
18 | +BuildRequires: perl(Data::Dumper) | |
19 | +BuildRequires: perl(Test::More) >= 0.88 | |
20 | +BuildRequires: perl(Test::Exception) | |
21 | +BuildRequires: perl(Test::Fatal) | |
22 | +BuildRequires: perl(Sub::Exporter::Progressive) | |
23 | +# Optional tests | |
24 | +BuildRequires: perl(Test::Script) >= 1.05 | |
25 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
26 | + | |
27 | +%{?perl_default_filter} | |
28 | + | |
29 | +%description | |
30 | +This the only function of this module and it is exported by default. It takes | |
31 | +a scalar, array or hash left-value as first argument, and a list of one or | |
32 | +more values depending on the type of the first argument as the value for the | |
33 | +variable. It will set the variable to that value and subsequently make it | |
34 | +read-only. Arrays and hashes will be made deeply read-only. | |
35 | + | |
36 | + | |
37 | +%prep | |
38 | +%setup -q -n Const-Fast-%{version} | |
39 | + | |
40 | + | |
41 | +%build | |
42 | +%{__perl} Build.PL --installdirs vendor | |
43 | +./Build | |
44 | + | |
45 | + | |
46 | +%install | |
47 | +./Build install --destdir $RPM_BUILD_ROOT | |
48 | + | |
49 | +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' | |
50 | + | |
51 | +%{_fixperms} $RPM_BUILD_ROOT/* | |
52 | + | |
53 | + | |
54 | +%check | |
55 | +./Build test | |
56 | + | |
57 | + | |
58 | +%files | |
59 | +%doc Changes LICENSE README | |
60 | +%{perl_vendorlib}/* | |
61 | +%{_mandir}/man3/* | |
62 | + | |
63 | + | |
64 | +%changelog | |
65 | +* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.014-7 | |
66 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild | |
67 | + | |
68 | +* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-6 | |
69 | +- Perl 5.22 rebuild | |
70 | + | |
71 | +* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-5 | |
72 | +- Perl 5.20 rebuild | |
73 | + | |
74 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.014-4 | |
75 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
76 | + | |
77 | +* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.014-3 | |
78 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
79 | + | |
80 | +* Wed Jul 24 2013 Petr Pisar <ppisar@redhat.com> - 0.014-2 | |
81 | +- Perl 5.18 rebuild | |
82 | + | |
83 | +* Sun Jun 02 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.014-1 | |
84 | +- Update to 0.014 | |
85 | +- Drop the Group declaration | |
86 | +- Switch to Module::Build::Tiny as building mecanism | |
87 | + | |
88 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.013-2 | |
89 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
90 | + | |
91 | +* Sat Oct 06 2012 Emmanuel Seyman <emmanuel@seyman.fr> - 0.013-1 | |
92 | +- Update to 0.013 | |
93 | +- Add perl default filter | |
94 | + | |
95 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.011-3 | |
96 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
97 | + | |
98 | +* Thu Jun 14 2012 Petr Pisar <ppisar@redhat.com> - 0.011-2 | |
99 | +- Perl 5.16 rebuild | |
100 | + | |
101 | +* Thu Jun 14 2012 Petr Pisar <ppisar@redhat.com> - 0.011-1 | |
102 | +- 0.011 bump | |
103 | + | |
104 | +* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 0.006-5 | |
105 | +- Perl 5.16 rebuild | |
106 | + | |
107 | +* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-4 | |
108 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild | |
109 | + | |
110 | +* Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.006-3 | |
111 | +- Perl mass rebuild | |
112 | + | |
113 | +* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-2 | |
114 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild | |
115 | + | |
116 | +* Fri Oct 08 2010 Lubomir Rintel (Good Data) <lubo.rintel@gooddata.com> 0.006-1 | |
117 | +- Specfile autogenerated by cpanspec 1.78. | ... | ... |
src/pkg-rpm/perl-Devel-BeginLift/perl-Devel-BeginLift.spec
0 → 100644
... | ... | @@ -0,0 +1,73 @@ |
1 | +Name: perl-Devel-BeginLift | |
2 | +Version: 0.001003 | |
3 | +Release: 9%{?dist} | |
4 | +Summary: Make selected sub calls evaluate at compile time | |
5 | +License: GPL+ or Artistic | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/Devel-BeginLift/ | |
8 | +Source0: http://www.cpan.org/authors/id/F/FL/FLORA/Devel-BeginLift-%{version}.tar.gz | |
9 | +BuildRequires: perl(B::Hooks::OP::Check::EntersubForCV) >= 0.03 | |
10 | +BuildRequires: perl(ExtUtils::Depends) | |
11 | +BuildRequires: perl(inc::Module::Install) | |
12 | +BuildRequires: perl(Test::More) | |
13 | +BuildRequires: perl(vars) | |
14 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
15 | + | |
16 | +%{?perl_default_filter} | |
17 | + | |
18 | +%description | |
19 | +Devel::BeginLift 'lifts' arbitrary sub calls to running at compile time - | |
20 | +sort of a souped up version of "use constant". It does this via some | |
21 | +slightly insane perlguts magic. | |
22 | + | |
23 | +%prep | |
24 | +%setup -q -n Devel-BeginLift-%{version} | |
25 | + | |
26 | +%build | |
27 | +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" --skipdeps | |
28 | +make %{?_smp_mflags} | |
29 | + | |
30 | +%install | |
31 | +make pure_install DESTDIR=%{buildroot} | |
32 | + | |
33 | +find %{buildroot} -type f -name .packlist -exec rm -f {} \; | |
34 | +find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; | |
35 | + | |
36 | +%{_fixperms} %{buildroot}/* | |
37 | + | |
38 | +%check | |
39 | +make test | |
40 | + | |
41 | +%files | |
42 | +%doc Changes README | |
43 | +%{perl_vendorarch}/auto/* | |
44 | +%{perl_vendorarch}/Devel* | |
45 | +%{_mandir}/man3/* | |
46 | + | |
47 | +%changelog | |
48 | +* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.001003-9 | |
49 | +- Perl 5.20 rebuild | |
50 | + | |
51 | +* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.001003-8 | |
52 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild | |
53 | + | |
54 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.001003-7 | |
55 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
56 | + | |
57 | +* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.001003-6 | |
58 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
59 | + | |
60 | +* Fri Aug 02 2013 Petr Pisar <ppisar@redhat.com> - 0.001003-5 | |
61 | +- Perl 5.18 rebuild | |
62 | + | |
63 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.001003-4 | |
64 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
65 | + | |
66 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.001003-3 | |
67 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
68 | + | |
69 | +* Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 0.001003-2 | |
70 | +- Perl 5.16 rebuild | |
71 | + | |
72 | +* Sun Jun 10 2012 Iain Arnell <iarnell@gmail.com> 0.001003-1 | |
73 | +- Specfile autogenerated by cpanspec 1.79. | ... | ... |
... | ... | @@ -0,0 +1,69 @@ |
1 | +Name: perl-Devel-Pragma | |
2 | +Version: 0.54 | |
3 | +Release: 6%{?dist} | |
4 | +Summary: Helper functions for developers of lexical pragmas | |
5 | +License: GPL+ or Artistic | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/Devel-Pragma/ | |
8 | +Source0: http://www.cpan.org/authors/id/C/CH/CHOCOLATE/Devel-Pragma-%{version}.tar.gz | |
9 | +BuildRequires: perl(B::Hooks::EndOfScope) >= 0.09 | |
10 | +BuildRequires: perl(B::Hooks::OP::Annotation) >= 0.43 | |
11 | +BuildRequires: perl(B::Hooks::OP::Check) >= 0.18 | |
12 | +BuildRequires: perl(ExtUtils::Depends) >= 0.302 | |
13 | +BuildRequires: perl(ExtUtils::MakeMaker) | |
14 | +BuildRequires: perl(File::Spec) | |
15 | +BuildRequires: perl(Test::More) | |
16 | +BuildRequires: perl(Test::Pod) | |
17 | +BuildRequires: perl(vars) | |
18 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
19 | + | |
20 | +%{?perl_default_filter} | |
21 | + | |
22 | +%description | |
23 | +This module provides helper functions for developers of lexical pragmas. | |
24 | +These can be used both in older versions of perl (from 5.8.1), which have | |
25 | +limited support for lexical pragmas, and in the most recent versions, which | |
26 | +have improved support. | |
27 | + | |
28 | +%prep | |
29 | +%setup -q -n Devel-Pragma-%{version} | |
30 | + | |
31 | +%build | |
32 | +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" --skipdeps | |
33 | +make %{?_smp_mflags} | |
34 | + | |
35 | +%install | |
36 | +make pure_install DESTDIR=%{buildroot} | |
37 | + | |
38 | +find %{buildroot} -type f -name .packlist -exec rm -f {} \; | |
39 | +find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; | |
40 | + | |
41 | +%{_fixperms} %{buildroot}/* | |
42 | + | |
43 | +%check | |
44 | +make test | |
45 | + | |
46 | +%files | |
47 | +%doc Changes README | |
48 | +%{perl_vendorarch}/auto/* | |
49 | +%{perl_vendorarch}/Devel* | |
50 | +%{_mandir}/man3/* | |
51 | + | |
52 | +%changelog | |
53 | +* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.54-6 | |
54 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
55 | + | |
56 | +* Thu Jul 25 2013 Petr Pisar <ppisar@redhat.com> - 0.54-5 | |
57 | +- Perl 5.18 rebuild | |
58 | + | |
59 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.54-4 | |
60 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
61 | + | |
62 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.54-3 | |
63 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
64 | + | |
65 | +* Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 0.54-2 | |
66 | +- Perl 5.16 rebuild | |
67 | + | |
68 | +* Sun Jun 10 2012 Iain Arnell <iarnell@gmail.com> 0.54-1 | |
69 | +- Specfile autogenerated by cpanspec 1.79. | ... | ... |
... | ... | @@ -0,0 +1,121 @@ |
1 | +Name: perl-Digest-JHash | |
2 | +Version: 0.09 | |
3 | +Release: 3%{?dist} | |
4 | +Summary: Perl extension for 32 bit Jenkins Hashing Algorithm | |
5 | +License: Artistic 2.0 | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/Digest-JHash/ | |
8 | +Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/Digest-JHash-%{version}.tar.gz | |
9 | + | |
10 | +BuildRequires: perl(DynaLoader) | |
11 | +BuildRequires: perl(Exporter) | |
12 | +BuildRequires: perl(ExtUtils::MakeMaker) | |
13 | +BuildRequires: perl(strict) | |
14 | +BuildRequires: perl(vars) | |
15 | +BuildRequires: perl(warnings) | |
16 | + | |
17 | +BuildRequires: perl(Cwd) | |
18 | +BuildRequires: perl(File::Spec) | |
19 | +BuildRequires: perl(File::Temp) | |
20 | +BuildRequires: perl(IO::Handle) | |
21 | +BuildRequires: perl(IPC::Open3) | |
22 | +BuildRequires: perl(Test) | |
23 | +BuildRequires: perl(Test::More) | |
24 | + | |
25 | + | |
26 | +# For improved testing | |
27 | +BuildRequires: perl(Test::CPAN::Changes) | |
28 | +BuildRequires: perl(Test::Pod) >= 1.00 | |
29 | +BuildRequires: perl(Test::Pod::Coverage) >= 1.00 | |
30 | + | |
31 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
32 | + | |
33 | +%{?perl_default_filter} | |
34 | + | |
35 | +%description | |
36 | +The Digest::JHash module allows you to use the fast JHash hashing algorithm | |
37 | +developed by Bob Jenkins from within Perl programs. The algorithm takes as | |
38 | +input a message of arbitrary length and produces as output a 32-bit | |
39 | +"message digest" of the input in the form of an unsigned long integer. | |
40 | + | |
41 | +%prep | |
42 | +%setup -q -n Digest-JHash-%{version} | |
43 | + | |
44 | +# Junk files in tarball | |
45 | +rm lib/Digest/JHash.pm~ dist.ini~ | |
46 | + | |
47 | +%build | |
48 | +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" | |
49 | +make %{?_smp_mflags} | |
50 | + | |
51 | +%install | |
52 | +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT | |
53 | + | |
54 | +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; | |
55 | +find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; | |
56 | +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; | |
57 | + | |
58 | +%{_fixperms} $RPM_BUILD_ROOT/* | |
59 | + | |
60 | +%check | |
61 | +make test RELEASE_TESTING=1 | |
62 | + | |
63 | +%files | |
64 | +%doc Changes README | |
65 | +%{perl_vendorarch}/auto/* | |
66 | +%{perl_vendorarch}/Digest* | |
67 | +%{_mandir}/man3/* | |
68 | + | |
69 | +%changelog | |
70 | +* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-3 | |
71 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild | |
72 | + | |
73 | +* Thu Jun 11 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-2 | |
74 | +- Perl 5.22 rebuild | |
75 | + | |
76 | +* Wed Jun 10 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.09-1 | |
77 | +- Upstream update. | |
78 | +- Add more fine-grained BRs. | |
79 | + | |
80 | +* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-6 | |
81 | +- Perl 5.22 rebuild | |
82 | + | |
83 | +* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-5 | |
84 | +- Perl 5.20 rebuild | |
85 | + | |
86 | +* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-4 | |
87 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild | |
88 | + | |
89 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-3 | |
90 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
91 | + | |
92 | +* Wed Feb 12 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.08-2 | |
93 | +- Bump release. | |
94 | + | |
95 | +* Tue Feb 04 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.08-1 | |
96 | +- Upstream update. | |
97 | +- Modernize spec. | |
98 | + | |
99 | +* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-8 | |
100 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
101 | + | |
102 | +* Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 0.07-7 | |
103 | +- Perl 5.18 rebuild | |
104 | + | |
105 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-6 | |
106 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
107 | + | |
108 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-5 | |
109 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
110 | + | |
111 | +* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 0.07-4 | |
112 | +- Perl 5.16 rebuild | |
113 | + | |
114 | +* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-3 | |
115 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild | |
116 | + | |
117 | +* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.07-2 | |
118 | +- Perl mass rebuild | |
119 | + | |
120 | +* Sat Feb 05 2011 Ralf Corsépius <corsepiu@fedoraproject.org> 0.07-1 | |
121 | +- Specfile autogenerated by cpanspec 1.78. | ... | ... |
src/pkg-rpm/perl-EV/perl-EV-4.03-Don-t-ask-questions-at-build-time.patch
0 → 100644
... | ... | @@ -0,0 +1,29 @@ |
1 | +From a812d071294832e47a3edbadba250616626b95b7 Mon Sep 17 00:00:00 2001 | |
2 | +From: Mathieu Bridon <bochecha@fedoraproject.org> | |
3 | +Date: Mon, 24 Jan 2011 16:07:23 +0800 | |
4 | +Subject: [PATCH] Don't ask questions at build time. | |
5 | + | |
6 | +Builds must not be interactive in Fedora. Let's just use the defaults | |
7 | +and avoid questions. | |
8 | +--- | |
9 | + Makefile.PL | 4 +--- | |
10 | + 1 files changed, 1 insertions(+), 3 deletions(-) | |
11 | + | |
12 | +diff --git a/Makefile.PL b/Makefile.PL | |
13 | +index 2a31180..28d8ddc 100644 | |
14 | +--- a/Makefile.PL | |
15 | ++++ b/Makefile.PL | |
16 | +@@ -27,9 +27,7 @@ and hope for the best. The defaults should usually do. | |
17 | + | |
18 | + EOF | |
19 | + | |
20 | +-if (prompt ("Skip further questions and use defaults (y/n)?", "y") =~ /[yY]/) { | |
21 | +- $ENV{PERL_MM_USE_DEFAULT} = 1; | |
22 | +-} | |
23 | ++$ENV{PERL_MM_USE_DEFAULT} = 1; | |
24 | + | |
25 | + print <<EOF; | |
26 | + | |
27 | +-- | |
28 | +1.7.3.4 | |
29 | + | ... | ... |
... | ... | @@ -0,0 +1,161 @@ |
1 | +Name: perl-EV | |
2 | +Version: 4.11 | |
3 | +Release: 4%{?dist} | |
4 | +Summary: Wrapper for the libev high-performance event loop library | |
5 | + | |
6 | +# Note: The source archive includes a libev/ folder which contents are licensed | |
7 | +# as "BSD or GPLv2+". However, those are removed at build-time and | |
8 | +# perl-EV is instead built against the system-provided libev. | |
9 | +License: GPL+ or Artistic | |
10 | +URL: http://search.cpan.org/dist/EV/ | |
11 | +Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-%{version}.tar.gz | |
12 | +Patch0: perl-EV-4.03-Don-t-ask-questions-at-build-time.patch | |
13 | + | |
14 | +BuildRequires: perl(ExtUtils::MakeMaker) | |
15 | +BuildRequires: perl(common::sense) | |
16 | +BuildRequires: gdbm-devel | |
17 | +BuildRequires: libev-source >= %{version} | |
18 | +BuildRequires: perl(AnyEvent) => 2.6 | |
19 | + | |
20 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
21 | + | |
22 | +%{?perl_default_filter} | |
23 | + | |
24 | + | |
25 | +%description | |
26 | +This module provides an interface to libev | |
27 | +(<http://software.schmorp.de/pkg/libev.html>). While the included documentation | |
28 | +is comprehensive, one might also consult the documentation of libev itself | |
29 | +(<http://cvs.schmorp.de/libev/ev.html>) for more subtle details on watcher | |
30 | +semantics or some discussion on the available backends, or how to force a | |
31 | +specific backend with "LIBEV_FLAGS", or just about in any case because it has | |
32 | +much more detailed information. | |
33 | + | |
34 | + | |
35 | +%prep | |
36 | +%setup -q -n EV-%{version} | |
37 | + | |
38 | +%patch0 -p1 | |
39 | + | |
40 | +# remove all traces of the bundled libev | |
41 | +rm -fr ./libev | |
42 | + | |
43 | +# use the sources from the system libev | |
44 | +mkdir -p ./libev | |
45 | +cp -r /usr/share/libev-source/* ./libev/ | |
46 | + | |
47 | + | |
48 | +%build | |
49 | +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" | |
50 | +make %{?_smp_mflags} | |
51 | + | |
52 | + | |
53 | +%install | |
54 | +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT | |
55 | + | |
56 | +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' | |
57 | +find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' | |
58 | + | |
59 | +%{_fixperms} $RPM_BUILD_ROOT/* | |
60 | + | |
61 | + | |
62 | +%check | |
63 | +make test | |
64 | + | |
65 | + | |
66 | +%files | |
67 | +%doc Changes COPYING README | |
68 | +%{perl_vendorarch}/auto/* | |
69 | +%{perl_vendorarch}/EV.pm | |
70 | +%{perl_vendorarch}/EV | |
71 | +%{perl_vendorarch}/EV/*.h | |
72 | +%{_mandir}/man3/*.3* | |
73 | + | |
74 | + | |
75 | +%changelog | |
76 | +* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.11-4 | |
77 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
78 | + | |
79 | +* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 4.11-3 | |
80 | +- Perl 5.18 rebuild | |
81 | + | |
82 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.11-2 | |
83 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
84 | + | |
85 | +* Fri Sep 28 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 4.11-1 | |
86 | +- Update to 4.11 | |
87 | + | |
88 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.03-10 | |
89 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
90 | + | |
91 | +* Thu Jun 14 2012 Petr Pisar <ppisar@redhat.com> - 4.03-9 | |
92 | +- Perl 5.16 rebuild | |
93 | + | |
94 | +* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.03-8 | |
95 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild | |
96 | + | |
97 | +* Thu Dec 01 2011 Petr Pisar <ppisar@redhat.com> - 4.03-7 | |
98 | +- Build-require exact or higher version of libev-source (bug #759021) | |
99 | + | |
100 | +* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4.03-6 | |
101 | +- Perl mass rebuild | |
102 | + | |
103 | +* Tue Apr 12 2011 Mathieu Bridon <bochecha@fedoraproject.org> - 4.03-5 | |
104 | +- Add the correct Obsoletes/Provides to avoid broken deps from the -devel | |
105 | + subpackage removal. | |
106 | + | |
107 | +* Thu Apr 07 2011 Mathieu Bridon <bochecha@fedoraproject.org> - 4.03-4 | |
108 | +- Readded the header file to the main package, as per guidelines: | |
109 | + -> http://fedoraproject.org/wiki/Packaging/Perl#.h_files_in_module_packages | |
110 | + | |
111 | +* Tue Mar 08 2011 Mathieu Bridon <bochecha@fedoraproject.org> - 4.03-3 | |
112 | +- Some more fixes as part of the review process: | |
113 | + - Fix the license tag to be only the license of perl-EV, and add a note about | |
114 | + the included libev sources. | |
115 | +- Removed manual cleaning of the buildroot since it has been useless since | |
116 | + Fedora 10 and even EPEL (>=6) doesn't need it now. | |
117 | + | |
118 | +* Wed Feb 23 2011 Mathieu Bridon <bochecha@fedoraproject.org> - 4.03-2 | |
119 | +- Fixes asked during the review process: | |
120 | + - Filter the private shared EV.so out of the automatic Provides | |
121 | + - Put the header files in a -devel package | |
122 | +- Removed the Buildroot line since it's useless for newer versions of Fedora | |
123 | + and this package can only go in Fedora >= 15 due to its libev dependency) | |
124 | + | |
125 | +* Mon Jan 24 2011 Mathieu Bridon <bochecha@fedoraproject.org> - 4.03-1 | |
126 | +- Update to 4.03. | |
127 | +- Use the system libev instead of the bundled one. | |
128 | + | |
129 | +* Sun Nov 8 2009 kwizart < kwizart at gmail.com > - 3.8-1 | |
130 | +- Update to 3.8 | |
131 | + | |
132 | +* Tue Apr 28 2009 kwizart < kwizart at gmail.com > - 3.6-1 | |
133 | +- Update to 3.6 | |
134 | + | |
135 | +* Mon Mar 2 2009 kwizart < kwizart at gmail.com > - 3.53-1 | |
136 | +- Update to 3.53 | |
137 | + | |
138 | +* Tue Feb 3 2009 kwizart < kwizart at gmail.com > - 3.52-1 | |
139 | +- Update to 3.52 | |
140 | + | |
141 | +* Tue Oct 14 2008 kwizart < kwizart at gmail.com > - 3.44-1 | |
142 | +- Update to 3.44 | |
143 | +- WIP conditional --with systemlibev | |
144 | + | |
145 | +* Wed Jul 15 2008 kwizart < kwizart at gmail.com > - 3.431-1 | |
146 | +- Update to 3.431 | |
147 | +- Update License to (GPL+ or Artistic) and (BSD or GPLv2+) | |
148 | +- Add libev README and LICENSE | |
149 | + | |
150 | +* Wed Jul 8 2008 kwizart < kwizart at gmail.com > - 3.43-1 | |
151 | +- Update to 3.43 | |
152 | + | |
153 | +* Mon Jun 9 2008 kwizart < kwizart at gmail.com > - 3.42-2 | |
154 | +- Disable filter AnyEvent | |
155 | + | |
156 | +* Tue May 27 2008 kwizart < kwizart at gmail.com > - 3.42-1 | |
157 | +- Update to 3.42 | |
158 | + | |
159 | +* Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 3.31-1 | |
160 | +- Initial package for Fedora | |
161 | + | ... | ... |
... | ... | @@ -0,0 +1,54 @@ |
1 | +Name: perl-File-Share | |
2 | +Version: 0.25 | |
3 | +Release: 1%{?dist} | |
4 | +Summary: Extend File::ShareDir to Local Libraries | |
5 | +License: GPL+ or Artistic | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/File-Share/ | |
8 | +Source0: http://www.cpan.org/authors/id/I/IN/INGY/File-Share-%{version}.tar.gz | |
9 | +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | |
10 | +BuildArch: noarch | |
11 | +BuildRequires: perl >= 1:v5.8.1 | |
12 | +BuildRequires: perl(ExtUtils::MakeMaker) | |
13 | +BuildRequires: perl(File::ShareDir) >= 1.03 | |
14 | +BuildRequires: perl(Test::More) | |
15 | +Requires: perl(File::ShareDir) >= 1.03 | |
16 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
17 | + | |
18 | +%description | |
19 | +This module is a dropin replacement for File::ShareDir. It supports the | |
20 | +dist_dir and dist_file functions, except these functions have been enhanced | |
21 | +to understand when the developer's local ./share/ directory should be used. | |
22 | + | |
23 | +%prep | |
24 | +%setup -q -n File-Share-%{version} | |
25 | + | |
26 | +%build | |
27 | +%{__perl} Makefile.PL INSTALLDIRS=vendor | |
28 | +make %{?_smp_mflags} | |
29 | + | |
30 | +%install | |
31 | +rm -rf $RPM_BUILD_ROOT | |
32 | + | |
33 | +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT | |
34 | + | |
35 | +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; | |
36 | +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; | |
37 | + | |
38 | +%{_fixperms} $RPM_BUILD_ROOT/* | |
39 | + | |
40 | +%check | |
41 | +make test | |
42 | + | |
43 | +%clean | |
44 | +rm -rf $RPM_BUILD_ROOT | |
45 | + | |
46 | +%files | |
47 | +%defattr(-,root,root,-) | |
48 | +%doc Changes CONTRIBUTING LICENSE META.json README | |
49 | +%{perl_vendorlib}/* | |
50 | +%{_mandir}/man3/* | |
51 | + | |
52 | +%changelog | |
53 | +* Wed Apr 08 2015 Daniel Miranda <danielkza2@gmail.com> 0.25-1 | |
54 | +- Specfile autogenerated by cpanspec 1.78. | ... | ... |
src/pkg-rpm/perl-Hash-MoreUtils/Hash-MoreUtils-0.05.diff
0 → 100644
... | ... | @@ -0,0 +1,36 @@ |
1 | +diff -Naur Hash-MoreUtils-0.05.orig/META.json Hash-MoreUtils-0.05/META.json | |
2 | +--- Hash-MoreUtils-0.05.orig/META.json 2013-12-09 09:34:28.000000000 +0100 | |
3 | ++++ Hash-MoreUtils-0.05/META.json 2013-12-21 04:37:35.195121947 +0100 | |
4 | +@@ -5,7 +5,7 @@ | |
5 | + "Jens Rehsack <rehsack@cpan.org>" | |
6 | + ], | |
7 | + "dynamic_config" : 1, | |
8 | +- "generated_by" : "Module::Build version 0.4203", | |
9 | ++ "generated_by" : "Module::Build version 0.4007, CPAN::Meta::Converter version 2.132661", | |
10 | + "license" : [ | |
11 | + "perl_5" | |
12 | + ], | |
13 | +@@ -22,7 +22,7 @@ | |
14 | + }, | |
15 | + "configure" : { | |
16 | + "requires" : { | |
17 | +- "Module::Build" : "0.42" | |
18 | ++ "Module::Build" : "0.40" | |
19 | + } | |
20 | + } | |
21 | + }, | |
22 | +diff -Naur Hash-MoreUtils-0.05.orig/META.yml Hash-MoreUtils-0.05/META.yml | |
23 | +--- Hash-MoreUtils-0.05.orig/META.yml 2013-12-09 09:34:28.000000000 +0100 | |
24 | ++++ Hash-MoreUtils-0.05/META.yml 2013-12-21 04:36:39.736916255 +0100 | |
25 | +@@ -6,9 +6,9 @@ | |
26 | + build_requires: | |
27 | + Test::More: 0.90 | |
28 | + configure_requires: | |
29 | +- Module::Build: 0.42 | |
30 | ++ Module::Build: 0.40 | |
31 | + dynamic_config: 1 | |
32 | +-generated_by: 'Module::Build version 0.4203, CPAN::Meta::Converter version 2.132830' | |
33 | ++generated_by: 'Module::Build version 0.4007, CPAN::Meta::Converter version 2.132661' | |
34 | + license: perl | |
35 | + meta-spec: | |
36 | + url: http://module-build.sourceforge.net/META-spec-v1.4.html | ... | ... |
src/pkg-rpm/perl-Hash-MoreUtils/perl-Hash-MoreUtils.spec
0 → 100644
... | ... | @@ -0,0 +1,79 @@ |
1 | +Name: perl-Hash-MoreUtils | |
2 | +Version: 0.05 | |
3 | +Release: 1%{?dist} | |
4 | +Summary: Provide the stuff missing in Hash::Util | |
5 | +License: GPL+ or Artistic | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/Hash-MoreUtils/ | |
8 | +Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/Hash-MoreUtils-%{version}.tar.gz | |
9 | + | |
10 | +# Reduce unnecessary high requirements on Module::Build | |
11 | +Patch0: Hash-MoreUtils-0.05.diff | |
12 | +BuildArch: noarch | |
13 | +BuildRequires: perl(Module::Build) >= 0.40 | |
14 | +BuildRequires: perl(Test::More) >= 0.90 | |
15 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
16 | + | |
17 | +%description | |
18 | +Similar to List::MoreUtils, Hash::MoreUtils contains trivial but commonly- | |
19 | +used functionality for hashes. | |
20 | + | |
21 | +%prep | |
22 | +%setup -q -n Hash-MoreUtils-%{version} | |
23 | +%patch0 -p1 | |
24 | + | |
25 | +%build | |
26 | +%{__perl} Build.PL installdirs=vendor | |
27 | +./Build | |
28 | + | |
29 | +%install | |
30 | +./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 | |
31 | +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; | |
32 | + | |
33 | +%{_fixperms} $RPM_BUILD_ROOT/* | |
34 | + | |
35 | +%check | |
36 | +./Build test | |
37 | + | |
38 | +%files | |
39 | +%doc Changes README | |
40 | +%{perl_vendorlib}/* | |
41 | +%{_mandir}/man3/* | |
42 | + | |
43 | +%changelog | |
44 | +* Sat Dec 21 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.05-1 | |
45 | +- Upstream update. | |
46 | +- Reduce unnecessary high requirements on Module::Build | |
47 | + (Add Hash-MoreUtils-0.05.diff). | |
48 | + | |
49 | +* Mon Oct 14 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.04-1 | |
50 | +- Upstream update. | |
51 | + | |
52 | +* Thu Sep 12 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.03-1 | |
53 | +- Upstream update. | |
54 | +- Reflect upstream having abandoned pod-, manifest-testing and RELEASE_TESTING. | |
55 | +- Modernize spec. | |
56 | + | |
57 | +* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.02-8 | |
58 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
59 | + | |
60 | +* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 0.02-7 | |
61 | +- Perl 5.18 rebuild | |
62 | + | |
63 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.02-6 | |
64 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
65 | + | |
66 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.02-5 | |
67 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
68 | + | |
69 | +* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 0.02-4 | |
70 | +- Perl 5.16 rebuild | |
71 | + | |
72 | +* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.02-3 | |
73 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild | |
74 | + | |
75 | +* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.02-2 | |
76 | +- Perl mass rebuild | |
77 | + | |
78 | +* Sat Feb 05 2011 Ralf Corsépius <corsepiu@fedoraproject.org> 0.02-1 | |
79 | +- Specfile autogenerated by cpanspec 1.78. | ... | ... |
... | ... | @@ -0,0 +1,120 @@ |
1 | +Name: perl-IO-TieCombine | |
2 | +Version: 1.004 | |
3 | +Release: 5%{?dist} | |
4 | +License: GPL+ or Artistic | |
5 | +Group: Development/Libraries | |
6 | +Summary: Produce tied (and other) separate but combined variables | |
7 | +Url: http://search.cpan.org/dist/IO-TieCombine | |
8 | +Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IO-TieCombine-%{version}.tar.gz | |
9 | +BuildArch: noarch | |
10 | +BuildRequires: perl | |
11 | +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 | |
12 | +BuildRequires: perl(strict) | |
13 | +BuildRequires: perl(warnings) | |
14 | +# Run-time | |
15 | +BuildRequires: perl(Carp) | |
16 | +BuildRequires: perl(Symbol) | |
17 | +# Tests | |
18 | +BuildRequires: perl(Test::More) >= 0.96 | |
19 | +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) | |
20 | + | |
21 | +%description | |
22 | +This package allows you to tie separate variables into a combined whole, using | |
23 | +ties and other magic. This can be very useful when, say, you want a unified | |
24 | +output from various different things that return data in different ways | |
25 | +(STDIN/ERR, scalars, handles, etc). | |
26 | + | |
27 | +%prep | |
28 | +%setup -q -n IO-TieCombine-%{version} | |
29 | + | |
30 | +%build | |
31 | +perl Makefile.PL INSTALLDIRS=vendor | |
32 | +make %{?_smp_mflags} | |
33 | + | |
34 | +%install | |
35 | +make pure_install DESTDIR=%{buildroot} | |
36 | +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' | |
37 | +%{_fixperms} %{buildroot}/* | |
38 | + | |
39 | +%check | |
40 | +make test | |
41 | + | |
42 | +%files | |
43 | +%doc Changes LICENSE README | |
44 | +%{perl_vendorlib}/* | |
45 | +%{_mandir}/man3/*.3* | |
46 | + | |
47 | +%changelog | |
48 | +* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.004-5 | |
49 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild | |
50 | + | |
51 | +* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.004-4 | |
52 | +- Perl 5.22 rebuild | |
53 | + | |
54 | +* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.004-3 | |
55 | +- Perl 5.20 rebuild | |
56 | + | |
57 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.004-2 | |
58 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
59 | + | |
60 | +* Mon Feb 03 2014 Petr Pisar <ppisar@redhat.com> - 1.004-1 | |
61 | +- 1.004 bump | |
62 | + | |
63 | +* Mon Sep 23 2013 Petr Pisar <ppisar@redhat.com> - 1.003-1 | |
64 | +- 1.003 bump | |
65 | + | |
66 | +* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-6 | |
67 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
68 | + | |
69 | +* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.002-5 | |
70 | +- Perl 5.18 rebuild | |
71 | + | |
72 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-4 | |
73 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
74 | + | |
75 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-3 | |
76 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
77 | + | |
78 | +* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.002-2 | |
79 | +- Perl 5.16 rebuild | |
80 | + | |
81 | +* Mon Feb 27 2012 Petr Pisar <ppisar@redhat.com> - 1.002-1 | |
82 | +- 1.002 bump | |
83 | + | |
84 | +* Fri Jan 27 2012 Petr Pisar <ppisar@redhat.com> - 1.001-1 | |
85 | +- 1.001 bump | |
86 | + | |
87 | +* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.000-10 | |
88 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild | |
89 | + | |
90 | +* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.000-9 | |
91 | +- Perl mass rebuild | |
92 | + | |
93 | +* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.000-8 | |
94 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild | |
95 | + | |
96 | +* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.000-7 | |
97 | +- 661697 rebuild for fixing problems with vendorach/lib | |
98 | + | |
99 | +* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.000-6 | |
100 | +- Mass rebuild with perl-5.12.0 | |
101 | + | |
102 | +* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.000-5 | |
103 | +- rebuild against perl 5.10.1 | |
104 | + | |
105 | +* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.000-4 | |
106 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild | |
107 | + | |
108 | +* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.000-3 | |
109 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild | |
110 | + | |
111 | +* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.000-2 | |
112 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild | |
113 | + | |
114 | +* Sat Nov 01 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.000-1 | |
115 | +- cleanup for submission | |
116 | + | |
117 | +* Mon Oct 27 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.000-0.1 | |
118 | +- initial RPM packaging | |
119 | +- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) | |
120 | + | ... | ... |
src/pkg-rpm/perl-Method-Signatures/perl-Method-Signatures.spec
0 → 100644
... | ... | @@ -0,0 +1,95 @@ |
1 | +Name: perl-Method-Signatures | |
2 | +Version: 20121201 | |
3 | +Release: 3%{?dist} | |
4 | +Summary: Method and function declarations with signatures and no source filter | |
5 | +License: GPL+ or Artistic | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/Method-Signatures/ | |
8 | +Source0: http://www.cpan.org/authors/id/B/BA/BAREFOOT/Method-Signatures-%{version}.tar.gz | |
9 | +BuildArch: noarch | |
10 | +BuildRequires: perl(Any::Moose) >= 0.11 | |
11 | +BuildRequires: perl(attributes) | |
12 | +BuildRequires: perl(base) | |
13 | +BuildRequires: perl(Carp) | |
14 | +BuildRequires: perl(Const::Fast) >= 0.006 | |
15 | +BuildRequires: perl(Data::Alias) >= 1.08 | |
16 | +BuildRequires: perl(Data::Dumper) | |
17 | +BuildRequires: perl(Devel::Declare) >= 0.006002 | |
18 | +BuildRequires: perl(Devel::Declare::MethodInstaller::Simple) >= 0.006002 | |
19 | +BuildRequires: perl(Devel::Pragma) >= 0.40 | |
20 | +BuildRequires: perl(Exporter) | |
21 | +BuildRequires: perl(lib) | |
22 | +BuildRequires: perl(Module::Build) | |
23 | +BuildRequires: perl(Moose) >= 0.96 | |
24 | +BuildRequires: perl(MooseX::Declare) | |
25 | +BuildRequires: perl(MooseX::Declare::Syntax::Keyword::Method) | |
26 | +BuildRequires: perl(MooseX::Declare::Syntax::Keyword::MethodModifier) | |
27 | +BuildRequires: perl(Mouse) >= 0.64 | |
28 | +BuildRequires: perl(PPI) >= 1.203 | |
29 | +BuildRequires: perl(Sub::Name) >= 0.03 | |
30 | +BuildRequires: perl(Test::Builder) >= 0.82 | |
31 | +BuildRequires: perl(Test::Exception) | |
32 | +BuildRequires: perl(Test::More) | |
33 | +BuildRequires: perl(Test::Warn) | |
34 | +Requires: perl(Any::Moose) >= 0.11 | |
35 | +Requires: perl(Const::Fast) >= 0.006 | |
36 | +Requires: perl(Data::Alias) >= 1.08 | |
37 | +Requires: perl(Data::Dumper) | |
38 | +Requires: perl(Devel::BeginLift) >= 0.001001 | |
39 | +Requires: perl(Devel::Declare) >= 0.006002 | |
40 | +Requires: perl(Devel::Declare::MethodInstaller::Simple) >= 0.006002 | |
41 | +Requires: perl(Devel::Pragma) >= 0.40 | |
42 | +Requires: perl(PPI) >= 1.203 | |
43 | +Requires: perl(Sub::Name) >= 0.03 | |
44 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
45 | + | |
46 | +%{?perl_default_filter} | |
47 | + | |
48 | +%description | |
49 | +Provides two new keywords, func and method, so that you can write | |
50 | +subroutines with signatures. | |
51 | + | |
52 | +%prep | |
53 | +%setup -q -n Method-Signatures-%{version} | |
54 | + | |
55 | +%build | |
56 | +%{__perl} Build.PL installdirs=vendor | |
57 | +./Build | |
58 | + | |
59 | +%install | |
60 | +./Build install destdir=%{buildroot} create_packlist=0 | |
61 | + | |
62 | +%{_fixperms} %{buildroot}/* | |
63 | + | |
64 | +%check | |
65 | +./Build test | |
66 | + | |
67 | +%files | |
68 | +%doc Changes examples | |
69 | +%{perl_vendorlib}/* | |
70 | +%{_mandir}/man3/* | |
71 | + | |
72 | +%changelog | |
73 | +* Tue Aug 06 2013 Petr Pisar <ppisar@redhat.com> - 20121201-3 | |
74 | +- Perl 5.18 rebuild | |
75 | + | |
76 | +* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20121201-2 | |
77 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
78 | + | |
79 | +* Fri Feb 15 2013 Iain Arnell <iarnell@gmail.com> 20121201-1 | |
80 | +- update to latest upstream version | |
81 | + | |
82 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120523-5 | |
83 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
84 | + | |
85 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120523-4 | |
86 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
87 | + | |
88 | +* Tue Jul 03 2012 Petr Pisar <ppisar@redhat.com> - 20120523-3 | |
89 | +- Perl 5.16 rebuild | |
90 | + | |
91 | +* Thu Jun 28 2012 Iain Arnell <iarnell@gmail.com> 20120523-2 | |
92 | +- additional build deps from package review | |
93 | + | |
94 | +* Sun Jun 17 2012 Iain Arnell <iarnell@gmail.com> 20120523-1 | |
95 | +- Specfile autogenerated by cpanspec 1.79. | ... | ... |
src/pkg-rpm/perl-Module-Install-ExtraTests/perl-Module-Install-ExtraTests.spec
0 → 100644
... | ... | @@ -0,0 +1,122 @@ |
1 | +Name: perl-Module-Install-ExtraTests | |
2 | +Version: 0.008 | |
3 | +Release: 8%{?dist} | |
4 | +License: GPL+ or Artistic | |
5 | +Group: Development/Libraries | |
6 | +Summary: Ignorable, contextual test support for Module::Install | |
7 | +Url: http://search.cpan.org/dist/Module-Install-ExtraTests | |
8 | +Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Module-Install-ExtraTests-%{version}.tar.gz | |
9 | +BuildArch: noarch | |
10 | +# Run-time | |
11 | +BuildRequires: perl(Cwd) | |
12 | +BuildRequires: perl(ExtUtils::Command) | |
13 | +BuildRequires: perl(ExtUtils::MakeMaker) | |
14 | +BuildRequires: perl(File::Find) | |
15 | +BuildRequires: perl(File::Spec) | |
16 | +# Tests | |
17 | +BuildRequires: perl(Test::More) | |
18 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
19 | +Requires: perl(ExtUtils::Command) | |
20 | +Requires: perl(File::Find) | |
21 | +Requires: perl(File::Spec) | |
22 | + | |
23 | +%description | |
24 | +This allows extra_tests; to be declared in Makefile.PL, indicating that the | |
25 | +test files found in the directory ./xt should be run only in certain | |
26 | +instances: | |
27 | + | |
28 | + ./xt/author - run when the tests are being run in an author's working copy | |
29 | + ./xt/smoke - run when the dist is being smoked (AUTOMATED_TESTING=1) | |
30 | + ./xt/release - run during "make disttest" | |
31 | + | |
32 | +%prep | |
33 | +%setup -q -n Module-Install-ExtraTests-%{version} | |
34 | + | |
35 | +%build | |
36 | +%{__perl} Makefile.PL INSTALLDIRS=vendor | |
37 | +make %{?_smp_mflags} | |
38 | + | |
39 | +%install | |
40 | +make pure_install PERL_INSTALL_ROOT=%{buildroot} | |
41 | +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' | |
42 | +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' | |
43 | +%{_fixperms} %{buildroot}/* | |
44 | + | |
45 | +%check | |
46 | +make test | |
47 | + | |
48 | +%files | |
49 | +%doc Changes LICENSE README | |
50 | +%{perl_vendorlib}/* | |
51 | +%{_mandir}/man3/*.3* | |
52 | + | |
53 | +%changelog | |
54 | +* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-8 | |
55 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild | |
56 | + | |
57 | +* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-7 | |
58 | +- Perl 5.22 rebuild | |
59 | + | |
60 | +* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-6 | |
61 | +- Perl 5.20 rebuild | |
62 | + | |
63 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-5 | |
64 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
65 | + | |
66 | +* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-4 | |
67 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
68 | + | |
69 | +* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.008-3 | |
70 | +- Perl 5.18 rebuild | |
71 | + | |
72 | +* Tue Feb 5 2013 Paul Howarth <paul@city-fan.org> - 0.008-2 | |
73 | +- Use included Module::Install to avoid build dependency cycles (#906007) | |
74 | + | |
75 | +* Wed Jan 1 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-1 | |
76 | +- 0.008 bump | |
77 | + | |
78 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.007-3 | |
79 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
80 | + | |
81 | +* Fri Jun 22 2012 Petr Pisar <ppisar@redhat.com> - 0.007-2 | |
82 | +- Perl 5.16 rebuild | |
83 | + | |
84 | +* Mon Jan 30 2012 Petr Pisar <ppisar@redhat.com> - 0.007-1 | |
85 | +- 0.007 bump | |
86 | + | |
87 | +* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-9 | |
88 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild | |
89 | + | |
90 | +* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.006-8 | |
91 | +- Perl mass rebuild | |
92 | + | |
93 | +* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-7 | |
94 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild | |
95 | + | |
96 | +* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.006-6 | |
97 | +- 661697 rebuild for fixing problems with vendorach/lib | |
98 | + | |
99 | +* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.006-5 | |
100 | +- Mass rebuild with perl-5.12.0 | |
101 | + | |
102 | +* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.006-4 | |
103 | +- rebuild against perl 5.10.1 | |
104 | + | |
105 | +* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-3 | |
106 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild | |
107 | + | |
108 | +* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-2 | |
109 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild | |
110 | + | |
111 | +* Tue Dec 16 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.006-1 | |
112 | +- update to 0.006 | |
113 | + | |
114 | +* Thu Oct 23 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.004-2 | |
115 | +- bump | |
116 | + | |
117 | +* Thu Oct 23 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.004-1 | |
118 | +- update to 0.004 | |
119 | + | |
120 | +* Sat Sep 06 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.003-1 | |
121 | +- initial Fedora packaging | |
122 | +- generated with cpan2dist (CPANPLUS::Dist::Fedora version 0.0.1) | ... | ... |
... | ... | @@ -0,0 +1,146 @@ |
1 | +Name: perl-Moo | |
2 | +Version: 1.003001 | |
3 | +Release: 2%{?dist} | |
4 | +Summary: Minimalist Object Orientation (with Moose compatibility) | |
5 | +License: GPL+ or Artistic | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/Moo/ | |
8 | +Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Moo-%{version}.tar.gz | |
9 | +BuildArch: noarch | |
10 | +BuildRequires: perl | |
11 | +BuildRequires: perl(B) | |
12 | +BuildRequires: perl(base) | |
13 | +BuildRequires: perl(B::Deparse) | |
14 | +BuildRequires: perl(Carp) | |
15 | +BuildRequires: perl(Class::Method::Modifiers) >= 1.10 | |
16 | +BuildRequires: perl(Devel::GlobalDestruction) >= 0.11 | |
17 | +BuildRequires: perl(Dist::CheckConflicts) >= 0.02 | |
18 | +BuildRequires: perl(ExtUtils::MakeMaker) | |
19 | +BuildRequires: perl(FindBin) | |
20 | +BuildRequires: perl(lib) | |
21 | +BuildRequires: perl(Module::Runtime) >= 0.012 | |
22 | +BuildRequires: perl(overload) | |
23 | +BuildRequires: perl(Role::Tiny) >= 1.003002 | |
24 | +BuildRequires: perl(Scalar::Util) | |
25 | +BuildRequires: perl(strictures) >= 1.004003 | |
26 | +BuildRequires: perl(Test::Fatal) >= 0.003 | |
27 | +BuildRequires: perl(Test::More) >= 0.96 | |
28 | +Requires: perl(Class::Method::Modifiers) >= 1.10 | |
29 | +Requires: perl(Role::Tiny) >= 1.003002 | |
30 | +Requires: perl(Class::MOP) | |
31 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
32 | +Provides: perl(Moo::Conflicts) | |
33 | + | |
34 | +%{?perl_default_filter} | |
35 | +%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}perl\\(Moo::_ | |
36 | +%global __provides_exclude %{?__provides_exclude:%{__provides_exclude}|}perl\\(Moo::_ | |
37 | + | |
38 | +%description | |
39 | +This module is an extremely light-weight, high-performance Moose | |
40 | +replacement. It also avoids depending on any XS modules to allow simple | |
41 | +deployments. The name Moo is based on the idea that it provides almost -but | |
42 | +not quite- two thirds of Moose. | |
43 | + | |
44 | +%prep | |
45 | +%setup -q -n Moo-%{version} | |
46 | + | |
47 | +%build | |
48 | +%{__perl} Makefile.PL INSTALLDIRS=vendor | |
49 | +make %{?_smp_mflags} | |
50 | + | |
51 | +%install | |
52 | +make pure_install DESTDIR=%{buildroot} | |
53 | + | |
54 | +find %{buildroot} -type f -name .packlist -exec rm -f {} \; | |
55 | + | |
56 | +%{_fixperms} %{buildroot}/* | |
57 | + | |
58 | +%check | |
59 | +make test | |
60 | + | |
61 | +%files | |
62 | +%doc Changes README | |
63 | +%{perl_vendorlib}/* | |
64 | +%{_mandir}/man3/* | |
65 | +%{_bindir}/* | |
66 | + | |
67 | +%changelog | |
68 | +* Fri Oct 18 2013 Miro Hrončok <mhroncok@redhat.com> - 1.003001-2 | |
69 | +- Role::Tiny is now >= 1.003002 | |
70 | + | |
71 | +* Fri Oct 18 2013 Miro Hrončok <mhroncok@redhat.com> - 1.003001-1 | |
72 | +- 1.003001 bump | |
73 | +- Source URL was changed in this release | |
74 | + | |
75 | +* Fri Aug 16 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.003000-2 | |
76 | +- Added perl(Moo::Conflicts) to provides | |
77 | + | |
78 | +* Fri Aug 09 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.003000-1 | |
79 | +- 1.003000 bump | |
80 | +- Update source link | |
81 | +- Specify all dependencies | |
82 | + | |
83 | +* Thu Aug 08 2013 Petr Pisar <ppisar@redhat.com> - 1.002000-3 | |
84 | +- Perl 5.18 rebuild | |
85 | + | |
86 | +* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002000-2 | |
87 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
88 | + | |
89 | +* Fri Jun 07 2013 Iain Arnell <iarnell@gmail.com> 1.002000-1 | |
90 | +- update to latest upstream version | |
91 | + | |
92 | +* Fri Apr 19 2013 Iain Arnell <iarnell@gmail.com> 1.001000-1 | |
93 | +- update to latest upstream version | |
94 | + | |
95 | +* Fri Feb 15 2013 Iain Arnell <iarnell@gmail.com> 1.000008-1 | |
96 | +- update to latest upstream version | |
97 | + | |
98 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.000007-2 | |
99 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
100 | + | |
101 | +* Sat Jan 05 2013 Iain Arnell <iarnell@gmail.com> 1.000007-1 | |
102 | +- update to latest upstream version | |
103 | + | |
104 | +* Sat Oct 27 2012 Iain Arnell <iarnell@gmail.com> 1.000005-1 | |
105 | +- update to latest upstream version | |
106 | + | |
107 | +* Fri Oct 19 2012 Iain Arnell <iarnell@gmail.com> 1.000004-1 | |
108 | +- update to latest upstream version | |
109 | + | |
110 | +* Sun Sep 09 2012 Iain Arnell <iarnell@gmail.com> 1.000003-1 | |
111 | +- update to latest upstream version | |
112 | + | |
113 | +* Sun Jul 29 2012 Iain Arnell <iarnell@gmail.com> 1.000001-1 | |
114 | +- update to latest upstream version | |
115 | + | |
116 | +* Thu Jul 26 2012 Iain Arnell <iarnell@gmail.com> 1.000000-2 | |
117 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
118 | + | |
119 | +* Fri Jul 20 2012 Iain Arnell <iarnell@gmail.com> 1.000000-1 | |
120 | +- update to latest upstream version | |
121 | +- explicity require Role::Tiny >= 1.001003 | |
122 | + | |
123 | +* Tue Jul 17 2012 Iain Arnell <iarnell@gmail.com> 0.091014-1 | |
124 | +- update to latest upstream version | |
125 | + | |
126 | +* Sat Jun 23 2012 Petr Pisar <ppisar@redhat.com> - 0.091007-2 | |
127 | +- Perl 5.16 rebuild | |
128 | + | |
129 | +* Sat May 19 2012 Iain Arnell <iarnell@gmail.com> 0.091007-1 | |
130 | +- update to latest upstream version | |
131 | + | |
132 | +* Mon Apr 02 2012 Iain Arnell <iarnell@gmail.com> 0.009014-1 | |
133 | +- update to latest upstream version | |
134 | + | |
135 | +* Fri Jan 06 2012 Iain Arnell <iarnell@gmail.com> 0.009013-1 | |
136 | +- update to latest upstream version | |
137 | + | |
138 | +* Sun Nov 20 2011 Iain Arnell <iarnell@gmail.com> 0.009012-1 | |
139 | +- update to latest upstream version | |
140 | +- filter private requires/provides | |
141 | + | |
142 | +* Mon Oct 10 2011 Iain Arnell <iarnell@gmail.com> 0.009011-1 | |
143 | +- update to latest upstream version | |
144 | + | |
145 | +* Sun Oct 02 2011 Iain Arnell <iarnell@gmail.com> 0.009010-1 | |
146 | +- Specfile autogenerated by cpanspec 1.79. | ... | ... |
src/pkg-rpm/perl-MooX-Types-MooseLike-Numeric/perl-MooX-Types-MooseLike-Numeric.spec
0 → 100644
... | ... | @@ -0,0 +1,66 @@ |
1 | +Name: perl-MooX-Types-MooseLike-Numeric | |
2 | +Version: 1.02 | |
3 | +Release: 5%{?dist} | |
4 | +Summary: Moo types for numbers | |
5 | +License: GPL+ or Artistic | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/MooX-Types-MooseLike-Numeric/ | |
8 | +Source0: http://www.cpan.org/authors/id/M/MA/MATEU/MooX-Types-MooseLike-Numeric-%{version}.tar.gz | |
9 | +BuildArch: noarch | |
10 | +BuildRequires: perl(Exporter) >= 5.57 | |
11 | +BuildRequires: perl(ExtUtils::MakeMaker) | |
12 | +BuildRequires: perl(IO::Handle) | |
13 | +BuildRequires: perl(Moo) | |
14 | +BuildRequires: perl(MooX::Types::MooseLike) >= 0.23 | |
15 | +BuildRequires: perl(MooX::Types::MooseLike::Base) | |
16 | +BuildRequires: perl(Test::Fatal) >= 0.003 | |
17 | +BuildRequires: perl(Test::More) >= 0.96 | |
18 | +BuildRequires: perl(strict) | |
19 | +BuildRequires: perl(warnings) | |
20 | + | |
21 | +Requires: perl(MooX::Types::MooseLike) >= 0.23 | |
22 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
23 | + | |
24 | +# Filter under-specified requires | |
25 | +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(MooX::Types::MooseLike\\)$ | |
26 | + | |
27 | +%description | |
28 | +Moo types for numbers, adapted from MooseX::Types::Common::Numeric. | |
29 | + | |
30 | +%prep | |
31 | +%setup -q -n MooX-Types-MooseLike-Numeric-%{version} | |
32 | + | |
33 | +%build | |
34 | +%{__perl} Makefile.PL INSTALLDIRS=vendor | |
35 | +make %{?_smp_mflags} | |
36 | + | |
37 | +%install | |
38 | +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT | |
39 | + | |
40 | +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; | |
41 | + | |
42 | +%{_fixperms} $RPM_BUILD_ROOT/* | |
43 | + | |
44 | +%check | |
45 | +make test | |
46 | + | |
47 | +%files | |
48 | +%doc Changes README | |
49 | +%{perl_vendorlib}/* | |
50 | +%{_mandir}/man3/* | |
51 | + | |
52 | +%changelog | |
53 | +* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.02-5 | |
54 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild | |
55 | + | |
56 | +* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.02-4 | |
57 | +- Perl 5.22 rebuild | |
58 | + | |
59 | +* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.02-3 | |
60 | +- Perl 5.20 rebuild | |
61 | + | |
62 | +* Tue Jun 17 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.02-2 | |
63 | +- Spec file cosmetics. | |
64 | + | |
65 | +* Sun Jun 08 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.02-1 | |
66 | +- Initial Fedora package. | ... | ... |
src/pkg-rpm/perl-MooX-Types-MooseLike/perl-MooX-Types-MooseLike.spec
0 → 100644
... | ... | @@ -0,0 +1,75 @@ |
1 | +Name: perl-MooX-Types-MooseLike | |
2 | +Version: 0.27 | |
3 | +Release: 4%{?dist} | |
4 | +Summary: Some Moosish types and a type builder | |
5 | +License: GPL+ or Artistic | |
6 | +URL: http://search.cpan.org/dist/MooX-Types-MooseLike/ | |
7 | +Source0: http://www.cpan.org/authors/id/M/MA/MATEU/MooX-Types-MooseLike-%{version}.tar.gz | |
8 | +BuildArch: noarch | |
9 | +BuildRequires: perl(Carp) | |
10 | +BuildRequires: perl(Exporter) >= 5.57 | |
11 | +BuildRequires: perl(ExtUtils::MakeMaker) | |
12 | +BuildRequires: perl(IO::Handle) | |
13 | +BuildRequires: perl(List::Util) | |
14 | +#BuildRequires: perl(Module::Runtime) >= 0.012 | |
15 | +BuildRequires: perl(Moo) >= 0.09101 | |
16 | +BuildRequires: perl(Moo::Role) | |
17 | +BuildRequires: perl(overload) | |
18 | +BuildRequires: perl(Role::Tiny) | |
19 | +BuildRequires: perl(Scalar::Util) | |
20 | +BuildRequires: perl(strict) | |
21 | +BuildRequires: perl(Test::Fatal) >= 0.003 | |
22 | +BuildRequires: perl(Test::More) >= 0.96 | |
23 | +BuildRequires: perl(warnings) | |
24 | +#Requires: perl(Module::Runtime) >= 0.012 | |
25 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
26 | + | |
27 | +%description | |
28 | +See MooX::Types::MooseLike::Base for a list of available base types. Its source | |
29 | +also provides an example of how to build base types, along with both | |
30 | +parameterizable and non-parameterizable. | |
31 | + | |
32 | +%prep | |
33 | +%setup -q -n MooX-Types-MooseLike-%{version} | |
34 | + | |
35 | +%build | |
36 | +%{__perl} Makefile.PL INSTALLDIRS=vendor | |
37 | +make %{?_smp_mflags} | |
38 | + | |
39 | +%install | |
40 | +make pure_install DESTDIR=%{buildroot} | |
41 | + | |
42 | +find %{buildroot} -type f -name .packlist -exec rm -f {} \; | |
43 | +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; | |
44 | + | |
45 | +%{_fixperms} %{buildroot}/* | |
46 | + | |
47 | +%check | |
48 | +make test | |
49 | + | |
50 | +%files | |
51 | +%doc Changes README | |
52 | +%{perl_vendorlib}/* | |
53 | +%{_mandir}/man3/* | |
54 | + | |
55 | +%changelog | |
56 | +* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-4 | |
57 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild | |
58 | + | |
59 | +* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.27-3 | |
60 | +- Perl 5.22 rebuild | |
61 | + | |
62 | +* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.27-2 | |
63 | +- Perl 5.20 rebuild | |
64 | + | |
65 | +* Fri Aug 29 2014 Petr Pisar <ppisar@redhat.com> - 0.27-1 | |
66 | +- 0.27 bump | |
67 | + | |
68 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25-3 | |
69 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
70 | + | |
71 | +* Sun Aug 18 2013 Simone Caronni <negativo17@gmail.com> - 0.25-2 | |
72 | +- Review fixes. | |
73 | + | |
74 | +* Mon Aug 05 2013 Simone Caronni <negativo17@gmail.com> 0.25-1 | |
75 | +- Specfile autogenerated by cpanspec 1.78. | ... | ... |
src/pkg-rpm/perl-Statistics-Descriptive/perl-Statistics-Descriptive.spec
0 → 100644
... | ... | @@ -0,0 +1,179 @@ |
1 | +Name: perl-Statistics-Descriptive | |
2 | +Version: 3.0609 | |
3 | +Release: 1%{?dist} | |
4 | +Summary: Perl module of basic descriptive statistical functions | |
5 | +# lib/Statistics/Descriptive.pm: GPL+ or Artistic | |
6 | +# lib/Statistics/Descriptive/Smoother.pm: MIT | |
7 | +# t/lib/Utils.pm: MIT | |
8 | +# examples/statistical-analysis.pl: MIT | |
9 | +License: (GPL+ or Artistic) and MIT | |
10 | +Group: Development/Libraries | |
11 | +URL: http://search.cpan.org/dist/Statistics-Descriptive/ | |
12 | +Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-%{version}.tar.gz | |
13 | +BuildArch: noarch | |
14 | +BuildRequires: perl | |
15 | +BuildRequires: perl(lib) | |
16 | +BuildRequires: perl(strict) | |
17 | +BuildRequires: perl(Module::Build) | |
18 | +# Test::Run::CmdLine::Iface not used | |
19 | +BuildRequires: perl(vars) | |
20 | +BuildRequires: perl(warnings) | |
21 | +# Run-time: | |
22 | +BuildRequires: perl(base) | |
23 | +BuildRequires: perl(Carp) | |
24 | +BuildRequires: perl(List::MoreUtils) | |
25 | +BuildRequires: perl(List::Util) | |
26 | +BuildRequires: perl(POSIX) | |
27 | +# Tests: | |
28 | +BuildRequires: perl(Benchmark) | |
29 | +BuildRequires: perl(Exporter) | |
30 | +BuildRequires: perl(Test::More) | |
31 | +# Optional tests: | |
32 | +BuildRequires: perl(Pod::Coverage) >= 0.18 | |
33 | +BuildRequires: perl(Test::CPAN::Changes) | |
34 | +BuildRequires: perl(Test::Pod) >= 1.22 | |
35 | +BuildRequires: perl(Test::Pod::Coverage) >= 1.08 | |
36 | +BuildRequires: perl(Test::TrailingSpace) | |
37 | +Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) | |
38 | + | |
39 | +%{?perl_default_filter} | |
40 | + | |
41 | +%description | |
42 | +This module provides basic functions used in descriptive statistics. It has | |
43 | +an object oriented design and supports two different types of data storage | |
44 | +and calculation objects: sparse and full. With the sparse method, none of | |
45 | +the data is stored and only a few statistical measures are available. Using | |
46 | +the full method, the entire data set is retained and additional functions | |
47 | +are available. | |
48 | + | |
49 | +%prep | |
50 | +%setup -q -n Statistics-Descriptive-%{version} | |
51 | + | |
52 | +%build | |
53 | +perl Build.PL installdirs=vendor | |
54 | +./Build | |
55 | + | |
56 | +%install | |
57 | +./Build install destdir=%{buildroot} create_packlist=0 | |
58 | +%{_fixperms} %{buildroot}/* | |
59 | + | |
60 | +%check | |
61 | +./Build test | |
62 | + | |
63 | +%files | |
64 | +%license LICENSE | |
65 | +%doc Changes examples README UserSurvey.txt | |
66 | +%{perl_vendorlib}/* | |
67 | +%{_mandir}/man3/* | |
68 | + | |
69 | +%changelog | |
70 | +* Thu Sep 24 2015 Petr Šabata <contyk@redhat.com> - 3.0609-1 | |
71 | +- 3.0609 bump | |
72 | + | |
73 | +* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0608-3 | |
74 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild | |
75 | + | |
76 | +* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.0608-2 | |
77 | +- Perl 5.22 rebuild | |
78 | + | |
79 | +* Tue Feb 03 2015 Petr Pisar <ppisar@redhat.com> - 3.0608-1 | |
80 | +- 3.0608 bump | |
81 | + | |
82 | +* Mon Nov 24 2014 Petr Pisar <ppisar@redhat.com> - 3.0607-1 | |
83 | +- 3.0607 bump | |
84 | +- License changed to ((GPL+ or Artistic) and MIT) | |
85 | + | |
86 | +* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.0604-6 | |
87 | +- Perl 5.20 rebuild | |
88 | + | |
89 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0604-5 | |
90 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
91 | + | |
92 | +* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0604-4 | |
93 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
94 | + | |
95 | +* Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 3.0604-3 | |
96 | +- Perl 5.18 rebuild | |
97 | + | |
98 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0604-2 | |
99 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
100 | + | |
101 | +* Sun Jul 29 2012 Iain Arnell <iarnell@gmail.com> 3.0604-1 | |
102 | +- update to latest upstream version | |
103 | + | |
104 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0603-3 | |
105 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
106 | + | |
107 | +* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 3.0603-2 | |
108 | +- Perl 5.16 rebuild | |
109 | + | |
110 | +* Fri May 18 2012 Iain Arnell <iarnell@gmail.com> 3.0603-1 | |
111 | +- update to latest upstream version | |
112 | + | |
113 | +* Fri Mar 02 2012 Iain Arnell <iarnell@gmail.com> 3.0400-1 | |
114 | +- update to latest upstream version | |
115 | + | |
116 | +* Tue Feb 21 2012 Iain Arnell <iarnell@gmail.com> 3.0300-1 | |
117 | +- update to latest upstream version | |
118 | + | |
119 | +* Fri Jan 06 2012 Iain Arnell <iarnell@gmail.com> 3.0203-1 | |
120 | +- update to latest upstream version | |
121 | + | |
122 | +* Tue Jul 26 2011 Iain Arnell <iarnell@gmail.com> 3.0202-1 | |
123 | +- update to latest upstream | |
124 | + | |
125 | +* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 3.0201-3 | |
126 | +- Perl mass rebuild | |
127 | + | |
128 | +* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0201-2 | |
129 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild | |
130 | + | |
131 | +* Wed Nov 03 2010 Iain Arnell <iarnell@gmail.com> 3.0201-1 | |
132 | +- update to latest upstream | |
133 | +- clean up spec for modern rpmbuild | |
134 | + | |
135 | +* Wed Jun 23 2010 Iain Arnell <iarnell@gmail.com> 3.0200-1 | |
136 | +- update to latest upstream | |
137 | + | |
138 | +* Wed Jun 16 2010 Iain Arnell <iarnell@gmail.com> 3.0101-1 | |
139 | +- update to latest upstream | |
140 | + | |
141 | +* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 3.0100-2 | |
142 | +- Mass rebuild with perl-5.12.0 | |
143 | + | |
144 | +* Sat May 01 2010 Iain Arnell <iarnell@gmail.com> 3.0100-1 | |
145 | +- update to latest upstream | |
146 | + | |
147 | +* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 2.6-6 | |
148 | +- rebuild against perl 5.10.1 | |
149 | + | |
150 | +* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-5 | |
151 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild | |
152 | + | |
153 | +* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-4 | |
154 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild | |
155 | + | |
156 | +* Fri Feb 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.6-3 | |
157 | +- rebuild for new perl | |
158 | + | |
159 | +* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 2.6-2.1 | |
160 | +- correct license tag | |
161 | +- add BR: perl(ExtUtils::MakeMaker) | |
162 | + | |
163 | +* Tue Aug 29 2006 Patrice Dumas <pertusus at free.fr> - 2.6-2 | |
164 | +- Rebuild for FC6 | |
165 | + | |
166 | +* Fri Jul 14 2006 Patrice Dumas <pertusus at free.fr> - 2.6-1 | |
167 | +- Submit to Fedora Extras. | |
168 | + | |
169 | +* Mon Mar 27 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.6-0.2 | |
170 | +- Rebuild. | |
171 | + | |
172 | +* Fri Jun 3 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.6-0.1 | |
173 | +- Rebuild for FC4. | |
174 | + | |
175 | +* Sat Jun 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.6-0.fdr.2 | |
176 | +- Bring up to date with current fedora.us Perl spec template. | |
177 | + | |
178 | +* Mon Oct 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.6-0.fdr.1 | |
179 | +- First build. | ... | ... |
src/pkg-rpm/perl-String-RewritePrefix/perl-String-RewritePrefix.spec
0 → 100644
... | ... | @@ -0,0 +1,119 @@ |
1 | +Name: perl-String-RewritePrefix | |
2 | +Summary: Rewrite strings based on a set of known prefixes | |
3 | +Version: 0.007 | |
4 | +Release: 3%{?dist} | |
5 | +License: GPL+ or Artistic | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/String-RewritePrefix | |
8 | +Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/String-RewritePrefix-%{version}.tar.gz | |
9 | +BuildArch: noarch | |
10 | +BuildRequires: perl | |
11 | +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 | |
12 | +BuildRequires: perl(strict) | |
13 | +BuildRequires: perl(warnings) | |
14 | +# Run-time: | |
15 | +BuildRequires: perl(Carp) | |
16 | +BuildRequires: perl(Sub::Exporter) >= 0.972 | |
17 | +# Tests: | |
18 | +BuildRequires: perl(File::Spec) | |
19 | +BuildRequires: perl(IO::Handle) | |
20 | +BuildRequires: perl(IPC::Open3) | |
21 | +BuildRequires: perl(Test::More) >= 0.96 | |
22 | +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) | |
23 | +Obsoletes: perl-String-RewritePrefix-tests < 0.007-1 | |
24 | + | |
25 | +%{?perl_default_filter} | |
26 | + | |
27 | +%description | |
28 | +%{summary}. | |
29 | + | |
30 | +%prep | |
31 | +%setup -q -n String-RewritePrefix-%{version} | |
32 | + | |
33 | +%build | |
34 | +perl Makefile.PL INSTALLDIRS=vendor | |
35 | +make %{?_smp_mflags} | |
36 | + | |
37 | +%install | |
38 | +make pure_install DESTDIR=%{buildroot} | |
39 | +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' | |
40 | +%{_fixperms} %{buildroot}/* | |
41 | + | |
42 | +%check | |
43 | +make test | |
44 | + | |
45 | +%files | |
46 | +%doc Changes LICENSE README | |
47 | +%{perl_vendorlib}/* | |
48 | +%{_mandir}/man3/*.3* | |
49 | + | |
50 | +%changelog | |
51 | +* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.007-3 | |
52 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild | |
53 | + | |
54 | +* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.007-2 | |
55 | +- Perl 5.22 rebuild | |
56 | + | |
57 | +* Fri Nov 21 2014 Petr Pisar <ppisar@redhat.com> - 0.007-1 | |
58 | +- 0.007 bump | |
59 | +- Removed sub-package with tests | |
60 | + | |
61 | +* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.006-12 | |
62 | +- Perl 5.20 rebuild | |
63 | + | |
64 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-11 | |
65 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
66 | + | |
67 | +* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-10 | |
68 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
69 | + | |
70 | +* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 0.006-9 | |
71 | +- Perl 5.18 rebuild | |
72 | + | |
73 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-8 | |
74 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
75 | + | |
76 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-7 | |
77 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
78 | + | |
79 | +* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 0.006-6 | |
80 | +- Perl 5.16 rebuild | |
81 | + | |
82 | +* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-5 | |
83 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild | |
84 | + | |
85 | +* Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.006-4 | |
86 | +- Perl mass rebuild | |
87 | + | |
88 | +* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-3 | |
89 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild | |
90 | + | |
91 | +* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.006-2 | |
92 | +- 661697 rebuild for fixing problems with vendorach/lib | |
93 | + | |
94 | +* Sat Dec 18 2010 Iain Arnell <iarnell@gmail.com> 0.006-1 | |
95 | +- update to latest upstream version | |
96 | +- clean up spec for modern rpmbuild | |
97 | + | |
98 | +* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.005-2 | |
99 | +- Mass rebuild with perl-5.12.0 | |
100 | + | |
101 | +* Sun Mar 14 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.005-1 | |
102 | +- update by Fedora::App::MaintainerTools 0.006 | |
103 | +- PERL_INSTALL_ROOT => DESTDIR | |
104 | +- updating to latest GA CPAN version (0.005) | |
105 | +- added a new br on perl(Sub::Exporter) (version 0) | |
106 | +- added a new req on perl(Sub::Exporter) (version 0) | |
107 | + | |
108 | +* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.004-3 | |
109 | +- rebuild against perl 5.10.1 | |
110 | + | |
111 | +* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-2 | |
112 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild | |
113 | + | |
114 | +* Wed Jul 01 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.004-1 | |
115 | +- submission | |
116 | + | |
117 | +* Wed Jul 01 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.004-0 | |
118 | +- initial RPM packaging | |
119 | +- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) | ... | ... |
src/pkg-rpm/perl-Term-ProgressBar/perl-Term-ProgressBar.spec
0 → 100644
... | ... | @@ -0,0 +1,128 @@ |
1 | +Name: perl-Term-ProgressBar | |
2 | +Version: 2.15 | |
3 | +Release: 1%{?dist} | |
4 | +Summary: Provide a progress meter on a standard terminal | |
5 | +License: GPL+ or Artistic | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/Term-ProgressBar/ | |
8 | +Source0: http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Term-ProgressBar-%{version}.tar.gz | |
9 | +BuildArch: noarch | |
10 | +BuildRequires: perl | |
11 | +BuildRequires: perl(base) | |
12 | +BuildRequires: perl(Capture::Tiny) | |
13 | +BuildRequires: perl(Carp) | |
14 | +BuildRequires: perl(Class::MethodMaker) >= 1.02 | |
15 | +BuildRequires: perl(constant) | |
16 | +BuildRequires: perl(Exporter) | |
17 | +BuildRequires: perl(ExtUtils::MakeMaker) | |
18 | +BuildRequires: perl(Fatal) | |
19 | +BuildRequires: perl(Fcntl) | |
20 | +BuildRequires: perl(IO::File) | |
21 | +BuildRequires: perl(parent) | |
22 | +BuildRequires: perl(POSIX) | |
23 | +BuildRequires: perl(strict) | |
24 | +BuildRequires: perl(Term::ReadKey) >= 2.14 | |
25 | +BuildRequires: perl(Test::Exception) >= 0.31 | |
26 | +BuildRequires: perl(Test::More) >= 0.80 | |
27 | +BuildRequires: perl(vars) | |
28 | +BuildRequires: perl(warnings) | |
29 | +Requires: perl(Class::MethodMaker) >= 1.02 | |
30 | +Requires: perl(Term::ReadKey) >= 2.14 | |
31 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
32 | + | |
33 | +%{?perl_default_filter} | |
34 | + | |
35 | +%description | |
36 | +Term::ProgressBar provides a simple progress bar on the terminal, to let | |
37 | +the user know that something is happening, roughly how much stuff has been | |
38 | +done, and maybe an estimate at how long remains. | |
39 | + | |
40 | +%prep | |
41 | +%setup -q -n Term-ProgressBar-%{version} | |
42 | +for file in examples/*.pl; do | |
43 | + sed -i 's/\r//' ${file} | |
44 | +done | |
45 | + | |
46 | +%build | |
47 | +perl Makefile.PL INSTALLDIRS=vendor | |
48 | +make %{?_smp_mflags} | |
49 | + | |
50 | +%install | |
51 | +make pure_install DESTDIR=%{buildroot} | |
52 | +find %{buildroot} -type f -name .packlist -exec rm -f {} + | |
53 | +find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} + | |
54 | +%{_fixperms} %{buildroot}/* | |
55 | + | |
56 | +%check | |
57 | +make test | |
58 | + | |
59 | +%files | |
60 | +%doc Changes README examples/ | |
61 | +%{perl_vendorlib}/* | |
62 | +%{_mandir}/man3/* | |
63 | + | |
64 | +%changelog | |
65 | +* Thu Apr 17 2014 Petr Šabata <contyk@redhat.com> - 2.15-1 | |
66 | +- 2.15 bump | |
67 | + | |
68 | +* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.14-2 | |
69 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
70 | + | |
71 | +* Wed Jul 31 2013 Petr Šabata <contyk@redhat.com> - 2.14-1 | |
72 | +- 2.14 bump | |
73 | +- Documentation fixes | |
74 | + | |
75 | +* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 2.13-5 | |
76 | +- Perl 5.18 rebuild | |
77 | + | |
78 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13-4 | |
79 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
80 | + | |
81 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13-3 | |
82 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
83 | + | |
84 | +* Sun Jun 17 2012 Petr Pisar <ppisar@redhat.com> - 2.13-2 | |
85 | +- Perl 5.16 rebuild | |
86 | + | |
87 | +* Fri May 18 2012 Petr Šabata <contyk@redhat.com> - 2.13-1 | |
88 | +- 2.13 bump | |
89 | + | |
90 | +* Fri Feb 17 2012 Petr Šabata <contyk@redhat.com> - 2.11-1 | |
91 | +- 2.11 bump, disables the signature check | |
92 | + | |
93 | +* Fri Jan 13 2012 Petr Šabata <contyk@redhat.com> - 2.10-1 | |
94 | +- 2.10 bump, switch to EE::MM | |
95 | +- Spec cleanup | |
96 | + | |
97 | +* Fri Jun 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.09-11 | |
98 | +- Perl mass rebuild | |
99 | + | |
100 | +* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09-10 | |
101 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild | |
102 | + | |
103 | +* Tue Nov 2 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.09-9 | |
104 | +- 648598 add requirement on Term::ReadKey, it add width feature | |
105 | + | |
106 | +* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.09-8 | |
107 | +- Mass rebuild with perl-5.12.0 | |
108 | + | |
109 | +* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 2.09-7 | |
110 | +- rebuild against perl 5.10.1 | |
111 | + | |
112 | +* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09-6 | |
113 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild | |
114 | + | |
115 | +* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09-5 | |
116 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild | |
117 | + | |
118 | +* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.09-4 | |
119 | +- Rebuild for perl 5.10 (again) | |
120 | + | |
121 | +* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.09-3 | |
122 | +- rebuild for new perl | |
123 | + | |
124 | +* Tue Sep 19 2006 Chris Weyl <cweyl@alumni.drew.edu> 2.09-2 | |
125 | +- bump | |
126 | + | |
127 | +* Sat Sep 16 2006 Chris Weyl <cweyl@alumni.drew.edu> 2.09-1 | |
128 | +- Specfile autogenerated by cpanspec 1.69.1. | ... | ... |
src/pkg-rpm/perl-Test-Log-Dispatch/perl-Test-Log-Dispatch.spec
0 → 100644
... | ... | @@ -0,0 +1,94 @@ |
1 | +Name: perl-Test-Log-Dispatch | |
2 | +Version: 0.03 | |
3 | +Release: 14%{?dist} | |
4 | +Summary: Test what you are logging | |
5 | +License: GPL+ or Artistic | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/Test-Log-Dispatch/ | |
8 | +Source0: http://www.cpan.org/authors/id/J/JS/JSWARTZ/Test-Log-Dispatch-%{version}.tar.gz | |
9 | +BuildArch: noarch | |
10 | + | |
11 | +BuildRequires: perl(ExtUtils::MakeMaker) | |
12 | +BuildRequires: perl(List::MoreUtils) | |
13 | +BuildRequires: perl(Log::Dispatch::Array) | |
14 | +BuildRequires: perl(Test::More) | |
15 | +BuildRequires: perl(Test::Tester) | |
16 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
17 | + | |
18 | +%if 0%{?fedora} < 15 | |
19 | +# Fedora < 15's rpm misses this | |
20 | +Requires: perl(Log::Dispatch) | |
21 | +%endif | |
22 | + | |
23 | +%description | |
24 | +Test::Log::Dispatch is a Log::Dispatch object that keeps track of | |
25 | +everything logged to it in memory, and provides convenient tests against | |
26 | +what has been logged. | |
27 | + | |
28 | +%prep | |
29 | +%setup -q -n Test-Log-Dispatch-%{version} | |
30 | + | |
31 | +%build | |
32 | +%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps | |
33 | +make %{?_smp_mflags} | |
34 | + | |
35 | +%install | |
36 | +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT | |
37 | + | |
38 | +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; | |
39 | +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; | |
40 | + | |
41 | +%{_fixperms} $RPM_BUILD_ROOT/* | |
42 | + | |
43 | +%check | |
44 | +make test | |
45 | + | |
46 | +%files | |
47 | +%defattr(-,root,root,-) | |
48 | +%doc Changes README | |
49 | +%{perl_vendorlib}/* | |
50 | +%{_mandir}/man3/* | |
51 | + | |
52 | +%changelog | |
53 | +* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-14 | |
54 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild | |
55 | + | |
56 | +* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-13 | |
57 | +- Perl 5.22 rebuild | |
58 | + | |
59 | +* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-12 | |
60 | +- Perl 5.20 rebuild | |
61 | + | |
62 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-11 | |
63 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
64 | + | |
65 | +* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-10 | |
66 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
67 | + | |
68 | +* Wed Jul 31 2013 Petr Pisar <ppisar@redhat.com> - 0.03-9 | |
69 | +- Perl 5.18 rebuild | |
70 | + | |
71 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-8 | |
72 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
73 | + | |
74 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-7 | |
75 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
76 | + | |
77 | +* Fri Jun 29 2012 Petr Pisar <ppisar@redhat.com> - 0.03-6 | |
78 | +- Perl 5.16 rebuild | |
79 | + | |
80 | +* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-5 | |
81 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild | |
82 | + | |
83 | +* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.03-4 | |
84 | +- Perl mass rebuild | |
85 | + | |
86 | +* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.03-3 | |
87 | +- Perl mass rebuild | |
88 | + | |
89 | +* Mon Mar 14 2011 Ralf Corsépius <corsepiu@fedoraproject.org> 0.03-2 | |
90 | +- Reflect feedback from package review. | |
91 | +- Spec file overhaul. | |
92 | + | |
93 | +* Mon Feb 07 2011 Ralf Corsépius <corsepiu@fedoraproject.org> 0.03-1 | |
94 | +- Specfile autogenerated by cpanspec 1.78. | ... | ... |
... | ... | @@ -0,0 +1,116 @@ |
1 | +Name: perl-ZeroMQ | |
2 | +Version: 0.23 | |
3 | +Release: 9%{?dist} | |
4 | +Summary: ZeroMQ2 wrapper for Perl | |
5 | +License: GPL+ or Artistic | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/ZeroMQ/ | |
8 | +Source0: http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/ZeroMQ-%{version}.tar.gz | |
9 | +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | |
10 | + | |
11 | +BuildRequires: libuuid-devel | |
12 | +BuildRequires: zeromq2-devel | |
13 | +BuildRequires: perl(Devel::PPPort) >= 3.19 | |
14 | +BuildRequires: perl(ExtUtils::MakeMaker) | |
15 | +BuildRequires: perl(ExtUtils::ParseXS) >= 2.21 | |
16 | +BuildRequires: perl(JSON) >= 2.00 | |
17 | +BuildRequires: perl(Task::Weaken) | |
18 | +BuildRequires: perl(Test::Fatal) | |
19 | +BuildRequires: perl(Test::More) >= 0.98 | |
20 | +BuildRequires: perl(Test::Requires) | |
21 | +BuildRequires: perl(Test::TCP) | |
22 | +BuildRequires: perl(AnyEvent) | |
23 | + | |
24 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
25 | +Requires: perl(JSON) >= 2.00 | |
26 | +Requires: perl(Task::Weaken) | |
27 | + | |
28 | +%description | |
29 | +The ZeroMQ module is a wrapper of the 0MQ message passing library for Perl. | |
30 | +It's a thin wrapper around the C API. Please read http://zeromq.org for | |
31 | +more details on ZeroMQ. | |
32 | + | |
33 | +%prep | |
34 | +%setup -q -n ZeroMQ-%{version} | |
35 | + | |
36 | +%build | |
37 | +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" | |
38 | +make %{?_smp_mflags} | |
39 | + | |
40 | +%install | |
41 | +rm -rf $RPM_BUILD_ROOT | |
42 | + | |
43 | +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT | |
44 | + | |
45 | +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; | |
46 | +find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; | |
47 | +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; | |
48 | + | |
49 | +%{_fixperms} $RPM_BUILD_ROOT/* | |
50 | + | |
51 | +%check | |
52 | +make test | |
53 | + | |
54 | +%clean | |
55 | +rm -rf $RPM_BUILD_ROOT | |
56 | + | |
57 | +%files | |
58 | +%defattr(-,root,root,-) | |
59 | +%doc Changes README eg/ | |
60 | +%{perl_vendorarch}/auto/* | |
61 | +%{perl_vendorarch}/ZeroMQ* | |
62 | +%{_mandir}/man3/*.3* | |
63 | + | |
64 | +%changelog | |
65 | +* Mon Dec 08 2014 Petr Pisar <ppisar@redhat.com> - 0.23-9 | |
66 | +- Build against zeromq2, not the latest zeromq (bug #1168879) | |
67 | + | |
68 | +* Thu Oct 30 2014 Petr Pisar <ppisar@redhat.com> - 0.23-8 | |
69 | +- Build-require Devel::PPPort (bug #1158392) | |
70 | + | |
71 | +* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.23-7 | |
72 | +- Perl 5.20 rebuild | |
73 | + | |
74 | +* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-6 | |
75 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild | |
76 | + | |
77 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-5 | |
78 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
79 | + | |
80 | +* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-4 | |
81 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
82 | + | |
83 | +* Wed Jul 24 2013 Petr Pisar <ppisar@redhat.com> - 0.23-3 | |
84 | +- Perl 5.18 rebuild | |
85 | + | |
86 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-2 | |
87 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
88 | + | |
89 | +* Wed Oct 17 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-1 | |
90 | +- Update to 0.23 (this module is deprecated in favor of ZMQ::LibZMQ2, | |
91 | + ZMQ::LibZMQ3, and ZMQ). | |
92 | + | |
93 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-3 | |
94 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
95 | + | |
96 | +* Sat Jun 16 2012 Petr Pisar <ppisar@redhat.com> - 0.21-2 | |
97 | +- Perl 5.16 rebuild | |
98 | + | |
99 | +* Sun Mar 25 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-1 | |
100 | +- Update to 0.21. | |
101 | + | |
102 | +* Thu Jan 12 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-1 | |
103 | +- Update to 0.20. | |
104 | + | |
105 | +* Thu Dec 8 2011 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.19-1 | |
106 | +- Update to 0.19. | |
107 | +- New BR: perl(Test::Fatal) - replaces perl(Test::Exception). | |
108 | + | |
109 | +* Thu Nov 17 2011 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-2 | |
110 | +- Dropped perl from the BR list (#747674). | |
111 | + | |
112 | +* Mon Nov 7 2011 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-1 | |
113 | +- Update to 0.18. | |
114 | + | |
115 | +* Wed Oct 19 2011 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-1 | |
116 | +- First build (base specfile created by cpanspec 1.78) | ... | ... |
src/pkg-rpm/perl-bareword-filehandles/no-Lexical-SealRequireHints.patch
0 → 100644
... | ... | @@ -0,0 +1,11 @@ |
1 | +diff -up bareword-filehandles-0.003/lib/bareword/filehandles.pm.orig bareword-filehandles-0.003/lib/bareword/filehandles.pm | |
2 | +--- bareword-filehandles-0.003/lib/bareword/filehandles.pm.orig 2011-03-15 07:03:09.000000000 -0600 | |
3 | ++++ bareword-filehandles-0.003/lib/bareword/filehandles.pm 2012-04-09 10:42:07.000000000 -0600 | |
4 | +@@ -8,7 +8,6 @@ BEGIN { | |
5 | + use strict; | |
6 | + use warnings; | |
7 | + | |
8 | +-use Lexical::SealRequireHints; | |
9 | + use B::Hooks::OP::Check; | |
10 | + use XSLoader; | |
11 | + | ... | ... |
src/pkg-rpm/perl-bareword-filehandles/perl-bareword-filehandles.spec
0 → 100644
... | ... | @@ -0,0 +1,89 @@ |
1 | +Name: perl-bareword-filehandles | |
2 | +Version: 0.003 | |
3 | +Release: 12%{?dist} | |
4 | +Summary: Disables bareword filehandles | |
5 | +License: GPL+ or Artistic | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/bareword-filehandles/ | |
8 | +Source0: http://www.cpan.org/authors/id/I/IL/ILMARI/bareword-filehandles-%{version}.tar.gz | |
9 | +# Lexical::SealRequireHints is only necessary on perl < 5.12 | |
10 | +Patch0: no-Lexical-SealRequireHints.patch | |
11 | +BuildRequires: perl(B::Hooks::OP::Check) | |
12 | +BuildRequires: perl(ExtUtils::Depends) | |
13 | +BuildRequires: perl(ExtUtils::MakeMaker) | |
14 | +BuildRequires: perl(Pod::Coverage::TrustPod) | |
15 | +BuildRequires: perl(Test::More) | |
16 | +BuildRequires: perl(Test::Pod) | |
17 | +BuildRequires: perl(Test::Pod::Coverage) | |
18 | +BuildRequires: perl(XSLoader) | |
19 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
20 | + | |
21 | +%{?perl_default_filter} | |
22 | + | |
23 | +%description | |
24 | +This module lexically disables the use of bareword filehandles with built-in | |
25 | +functions, except for the special built-in filehandles STDIN, STDOUT, | |
26 | +STDERR, ARGV, ARGVOUT and DATA. | |
27 | + | |
28 | +%prep | |
29 | +%setup -q -n bareword-filehandles-%{version} | |
30 | +%patch0 -p1 | |
31 | + | |
32 | +%build | |
33 | +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" | |
34 | +make %{?_smp_mflags} | |
35 | + | |
36 | +%install | |
37 | +make pure_install DESTDIR=%{buildroot} | |
38 | + | |
39 | +find %{buildroot} -type f -name .packlist -exec rm -f {} \; | |
40 | +find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; | |
41 | + | |
42 | +%{_fixperms} %{buildroot}/* | |
43 | + | |
44 | +%check | |
45 | +RELEASE_TESTING=1 make test | |
46 | + | |
47 | +%files | |
48 | +%doc Changes LICENSE README | |
49 | +%{perl_vendorarch}/auto/* | |
50 | +%{perl_vendorarch}/bareword* | |
51 | +%{_mandir}/man3/* | |
52 | + | |
53 | +%changelog | |
54 | +* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.003-12 | |
55 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild | |
56 | + | |
57 | +* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.003-11 | |
58 | +- Perl 5.22 rebuild | |
59 | + | |
60 | +* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.003-10 | |
61 | +- Perl 5.20 rebuild | |
62 | + | |
63 | +* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.003-9 | |
64 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild | |
65 | + | |
66 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.003-8 | |
67 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
68 | + | |
69 | +* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.003-7 | |
70 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
71 | + | |
72 | +* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.003-6 | |
73 | +- Perl 5.18 rebuild | |
74 | + | |
75 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.003-5 | |
76 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
77 | + | |
78 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.003-4 | |
79 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
80 | + | |
81 | +* Thu Jun 14 2012 Petr Pisar <ppisar@redhat.com> - 0.003-3 | |
82 | +- Perl 5.16 rebuild | |
83 | + | |
84 | +* Thu May 10 2012 Iain Arnell <iarnell@gmail.com> 0.003-2 | |
85 | +- drop unnecessary perl BR | |
86 | + | |
87 | +* Mon Apr 09 2012 Iain Arnell <iarnell@gmail.com> 0.003-1 | |
88 | +- Specfile autogenerated by cpanspec 1.79. | |
89 | +- remove Lexical::SealRequireHints dependency | ... | ... |
src/pkg-rpm/perl-multidimensional/no-Lexical-SealRequireHints.patch
0 → 100644
... | ... | @@ -0,0 +1,11 @@ |
1 | +diff -up multidimensional-0.010/lib/multidimensional.pm.orig multidimensional-0.010/lib/multidimensional.pm | |
2 | +--- multidimensional-0.010/lib/multidimensional.pm.orig 2012-01-27 05:34:41.000000000 -0700 | |
3 | ++++ multidimensional-0.010/lib/multidimensional.pm 2012-04-09 10:34:54.000000000 -0600 | |
4 | +@@ -8,7 +8,6 @@ package multidimensional; | |
5 | + use strict; | |
6 | + use warnings; | |
7 | + | |
8 | +-use Lexical::SealRequireHints 0.005; | |
9 | + use B::Hooks::OP::Check 0.19; | |
10 | + use XSLoader; | |
11 | + | ... | ... |
src/pkg-rpm/perl-multidimensional/perl-multidimensional.spec
0 → 100644
... | ... | @@ -0,0 +1,96 @@ |
1 | +Name: perl-multidimensional | |
2 | +Version: 0.011 | |
3 | +Release: 8%{?dist} | |
4 | +Summary: Disables multidimensional array emulation | |
5 | +License: GPL+ or Artistic | |
6 | +Group: Development/Libraries | |
7 | +URL: http://search.cpan.org/dist/multidimensional/ | |
8 | +Source0: http://www.cpan.org/authors/id/I/IL/ILMARI/multidimensional-%{version}.tar.gz | |
9 | +# Lexical::SealRequireHints is only necessary for perl < 5.12 | |
10 | +Patch0: no-Lexical-SealRequireHints.patch | |
11 | +BuildRequires: perl(B::Hooks::OP::Check) >= 0.19 | |
12 | +BuildRequires: perl(ExtUtils::Depends) | |
13 | +BuildRequires: perl(ExtUtils::MakeMaker) | |
14 | +BuildRequires: perl(lib) | |
15 | +BuildRequires: perl(Pod::Coverage::TrustPod) | |
16 | +BuildRequires: perl(Test::More) | |
17 | +BuildRequires: perl(Test::Pod) | |
18 | +BuildRequires: perl(Test::Pod::Coverage) | |
19 | +BuildRequires: perl(XSLoader) | |
20 | +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | |
21 | + | |
22 | +%{?perl_default_filter} | |
23 | + | |
24 | +%description | |
25 | +Perl's multidimensional array emulation stems from the days before the language | |
26 | +had references, but these days it mostly serves to bite you when you typo a | |
27 | +hash slice by using the $ sigil instead of @. | |
28 | + | |
29 | +This module lexically makes using multidimensional array emulation a fatal error | |
30 | +at compile time. | |
31 | + | |
32 | +%prep | |
33 | +%setup -q -n multidimensional-%{version} | |
34 | +%patch0 -p1 | |
35 | + | |
36 | +%build | |
37 | +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" | |
38 | +make %{?_smp_mflags} | |
39 | + | |
40 | +%install | |
41 | +make pure_install DESTDIR=%{buildroot} | |
42 | + | |
43 | +find %{buildroot} -type f -name .packlist -exec rm -f {} \; | |
44 | +find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; | |
45 | + | |
46 | +%{_fixperms} %{buildroot}/* | |
47 | + | |
48 | +%check | |
49 | +RELEASE_TESTING=1 make test | |
50 | + | |
51 | +%files | |
52 | +%doc Changes LICENSE README | |
53 | +%{perl_vendorarch}/auto/* | |
54 | +%{perl_vendorarch}/multidimensional* | |
55 | +%{_mandir}/man3/* | |
56 | + | |
57 | +%changelog | |
58 | +* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.011-8 | |
59 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild | |
60 | + | |
61 | +* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.011-7 | |
62 | +- Perl 5.22 rebuild | |
63 | + | |
64 | +* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.011-6 | |
65 | +- Perl 5.20 rebuild | |
66 | + | |
67 | +* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.011-5 | |
68 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild | |
69 | + | |
70 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.011-4 | |
71 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
72 | + | |
73 | +* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.011-3 | |
74 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
75 | + | |
76 | +* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.011-2 | |
77 | +- Perl 5.18 rebuild | |
78 | + | |
79 | +* Fri Feb 15 2013 Iain Arnell <iarnell@gmail.com> 0.011-1 | |
80 | +- update to latest upstream version | |
81 | + | |
82 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.010-5 | |
83 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
84 | + | |
85 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.010-4 | |
86 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
87 | + | |
88 | +* Thu Jun 14 2012 Petr Pisar <ppisar@redhat.com> - 0.010-3 | |
89 | +- Perl 5.16 rebuild | |
90 | + | |
91 | +* Thu May 10 2012 Iain Arnell <iarnell@gmail.com> 0.010-2 | |
92 | +- drop unnecessary perl buildrequire | |
93 | + | |
94 | +* Mon Apr 09 2012 Iain Arnell <iarnell@gmail.com> 0.010-1 | |
95 | +- Specfile autogenerated by cpanspec 1.79. | |
96 | +- remove Lexical::SealRequireHints dependency | ... | ... |
... | ... | @@ -0,0 +1,148 @@ |
1 | +Name: perl-strictures | |
2 | +Version: 2.000001 | |
3 | +Release: 1%{?dist} | |
4 | +Summary: Turn on strict and make most warnings fatal | |
5 | +License: GPL+ or Artistic | |
6 | +URL: http://search.cpan.org/dist/strictures/ | |
7 | +Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/strictures-%{version}.tar.gz | |
8 | +BuildArch: noarch | |
9 | +# Module Build | |
10 | +BuildRequires: coreutils | |
11 | +BuildRequires: findutils | |
12 | +BuildRequires: make | |
13 | +BuildRequires: perl | |
14 | +BuildRequires: perl(ExtUtils::CBuilder) | |
15 | +BuildRequires: perl(ExtUtils::MakeMaker) | |
16 | +BuildRequires: perl(Text::ParseWords) | |
17 | +# Module Runtime | |
18 | +BuildRequires: perl(Carp) | |
19 | +BuildRequires: perl(strict) | |
20 | +BuildRequires: perl(warnings) | |
21 | +# Test Suite | |
22 | +BuildRequires: perl(Test::More) | |
23 | +# Optional Tests | |
24 | +BuildRequires: perl(indirect) | |
25 | +BuildRequires: perl(multidimensional) | |
26 | +BuildRequires: perl(bareword::filehandles) | |
27 | +# Runtime | |
28 | +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) | |
29 | +Requires: perl(Carp) | |
30 | + | |
31 | +%description | |
32 | +This package turns on strict and makes most warnings fatal. | |
33 | + | |
34 | +%prep | |
35 | +%setup -q -n strictures-%{version} | |
36 | + | |
37 | +%build | |
38 | +perl Makefile.PL INSTALLDIRS=vendor | |
39 | +make %{?_smp_mflags} | |
40 | + | |
41 | +%install | |
42 | +make pure_install DESTDIR=%{buildroot} | |
43 | +find %{buildroot} -type f -name .packlist -exec rm -f {} \; | |
44 | +%{_fixperms} %{buildroot} | |
45 | + | |
46 | +%check | |
47 | +make test | |
48 | + | |
49 | +%files | |
50 | +%doc Changes README | |
51 | +%{perl_vendorlib}/strictures.pm | |
52 | +%{perl_vendorlib}/strictures/ | |
53 | +%{_mandir}/man3/strictures.3* | |
54 | +%{_mandir}/man3/strictures::extra.3* | |
55 | + | |
56 | +%changelog | |
57 | +* Mon Jun 29 2015 Paul Howarth <paul@city-fan.org> - 2.000001-1 | |
58 | +- Update to 2.000001 | |
59 | + - Update for perl 5.22 warning categories | |
60 | + - Avoid using goto &UNIVERSAL::VERSION on perl 5.8, since it segfaults some | |
61 | + builds | |
62 | + - Also detect development directories based on .bzr directory | |
63 | + - Various test clean-ups | |
64 | +- Update %%summary and %%description to reflect that not all warnings are made | |
65 | + fatal by this module | |
66 | + | |
67 | +* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.000000-3 | |
68 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild | |
69 | + | |
70 | +* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.000000-2 | |
71 | +- Perl 5.22 rebuild | |
72 | + | |
73 | +* Thu Feb 26 2015 Paul Howarth <paul@city-fan.org> - 2.000000-1 | |
74 | +- Update to 2.000000 | |
75 | + - INCOMPATIBLE CHANGE: | |
76 | + - strictures 2 fatalizes only a subset of warnings; some warning categories | |
77 | + are not safe to catch, or just inappropriate to have fatal | |
78 | + - Existing code looking like 'use strictures 1;' will continue to get the | |
79 | + old behavior of fatalizing all errors; the new behavior will take effect | |
80 | + when no version or version 2 is specified | |
81 | + | |
82 | +* Sat Jan 31 2015 Paul Howarth <paul@city-fan.org> - 1.005006-1 | |
83 | +- Update to 1.005006 | |
84 | + - Fix extra checks triggering on paths starting with t, xt, lib, or blib | |
85 | + rather than only triggering on those directories | |
86 | + - Avoid stat checks for VCS directories until we are in an appropriately | |
87 | + named file | |
88 | + - Various clean-ups in test files | |
89 | + | |
90 | +* Fri Oct 3 2014 Paul Howarth <paul@city-fan.org> - 1.005005-1 | |
91 | +- Update to 1.005005 | |
92 | + - Detect mercurial when checking for development trees | |
93 | + - Avoid using constant.pm to save a bit of memory on older perls | |
94 | + - Update to v2 metadata | |
95 | + - Fix skip on old perl on test script | |
96 | + - Extra prereqs will be listed as hard prerequisites if a compiler is | |
97 | + available | |
98 | + - Added support for PUREPERL_ONLY (CPAN RT#91407) | |
99 | + - Fixed using strictures->VERSION to query the version (CPAN RT#92965) | |
100 | + - Make sure meta files list extra modules as recommendations, not requirements | |
101 | + - Include minimum perl version in metadata | |
102 | +- This release by HAARG → update source URL | |
103 | +- Make %%files list more explicit | |
104 | + | |
105 | +* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.004004-6 | |
106 | +- Perl 5.20 rebuild | |
107 | + | |
108 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.004004-5 | |
109 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
110 | + | |
111 | +* Wed Aug 07 2013 Petr Pisar <ppisar@redhat.com> - 1.004004-4 | |
112 | +- Perl 5.18 rebuild | |
113 | + | |
114 | +* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.004004-3 | |
115 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
116 | + | |
117 | +* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.004004-2 | |
118 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
119 | + | |
120 | +* Fri Dec 07 2012 Iain Arnell <iarnell@gmail.com> 1.004004-1 | |
121 | +- update to latest upstream version | |
122 | + | |
123 | +* Sun Sep 09 2012 Iain Arnell <iarnell@gmail.com> 1.004002-1 | |
124 | +- update to latest upstream version | |
125 | + | |
126 | +* Sat Jul 21 2012 Iain Arnell <iarnell@gmail.com> 1.004001-1 | |
127 | +- update to latest upstream version | |
128 | + | |
129 | +* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.003001-4 | |
130 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
131 | + | |
132 | +* Sat Jun 23 2012 Petr Pisar <ppisar@redhat.com> - 1.003001-3 | |
133 | +- Perl 5.16 rebuild | |
134 | + | |
135 | +* Sat May 19 2012 Iain Arnell <iarnell@gmail.com> 1.003001-2 | |
136 | +- buildrequire multidimensional and bareword::filehandes for additional testing | |
137 | + | |
138 | +* Mon Apr 09 2012 Iain Arnell <iarnell@gmail.com> 1.003001-1 | |
139 | +- update to latest upstream version | |
140 | + | |
141 | +* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002002-3 | |
142 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild | |
143 | + | |
144 | +* Sun Oct 02 2011 Iain Arnell <iarnell@gmail.com> 1.002002-2 | |
145 | +- better description | |
146 | + | |
147 | +* Sun Oct 02 2011 Iain Arnell <iarnell@gmail.com> 1.002002-1 | |
148 | +- Specfile autogenerated by cpanspec 1.79. | ... | ... |
... | ... | @@ -0,0 +1,192 @@ |
1 | +%bcond_without pgm | |
2 | + | |
3 | +Name: zeromq2 | |
4 | +Version: 2.2.0 | |
5 | +Release: 12%{?dist} | |
6 | +Summary: Software library for fast, message-based applications - Version 2 | |
7 | + | |
8 | +Group: System Environment/Libraries | |
9 | +License: LGPLv3+ | |
10 | +URL: http://www.zeromq.org | |
11 | +# VCS: git:http://github.com/zeromq/zeromq2.git | |
12 | +Source0: http://download.zeromq.org/zeromq-%{version}.tar.gz | |
13 | + | |
14 | +BuildRequires: autoconf | |
15 | +BuildRequires: automake | |
16 | +BuildRequires: libtool | |
17 | + | |
18 | +BuildRequires: glib2-devel | |
19 | +BuildRequires: libuuid-devel | |
20 | +%if %{with pgm} | |
21 | +BuildRequires: openpgm-devel | |
22 | +%endif | |
23 | + | |
24 | +%description | |
25 | +The 0MQ lightweight messaging kernel is a library which extends the | |
26 | +standard socket interfaces with features traditionally provided by | |
27 | +specialized messaging middle-ware products. 0MQ sockets provide an | |
28 | +abstraction of asynchronous message queues, multiple messaging | |
29 | +patterns, message filtering (subscriptions), seamless access to | |
30 | +multiple transport protocols and more. | |
31 | + | |
32 | +This package contains the ZeroMQ shared library version 2. | |
33 | + | |
34 | + | |
35 | +%package devel | |
36 | +Summary: Development files for %{name} | |
37 | +Group: Development/Libraries | |
38 | +Requires: %{name}%{?_isa} = %{version}-%{release} | |
39 | +Conflicts: zeromq-devel%{?_isa} | |
40 | +Conflicts: zeromq3-devel%{?_isa} | |
41 | + | |
42 | + | |
43 | +%description devel | |
44 | +The %{name}-devel package contains libraries and header files for | |
45 | +developing applications that use %{name}. | |
46 | + | |
47 | + | |
48 | +%prep | |
49 | +%setup -q -n zeromq-%{version} | |
50 | + | |
51 | +# Don't turn warnings into errors | |
52 | +sed -i "s/libzmq_werror=\"yes\"/libzmq_werror=\"no\"/g" \ | |
53 | + configure | |
54 | +sed -i "s/AC_PROG_LIBTOOL/LT_INIT/g" configure.in | |
55 | +sed -i "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g" configure.in | |
56 | + | |
57 | +# Sed version number of openpgm into configure | |
58 | +%global openpgm_pc $(basename %{_libdir}/pkgconfig/openpgm*.pc .pc) | |
59 | +sed -i "s/openpgm-[0-9].[0-9]/%{openpgm_pc}/g" \ | |
60 | + configure* | |
61 | + | |
62 | + | |
63 | +# remove all files in foreign except Makefiles | |
64 | +rm -v $(find foreign -type f | grep -v Makefile) | |
65 | + | |
66 | + | |
67 | +%build | |
68 | +autoreconf -fi | |
69 | +%configure \ | |
70 | +%if %{with pgm} | |
71 | + --with-system-pgm \ | |
72 | +%endif | |
73 | + --disable-static \ | |
74 | + --disable-silent-rules | |
75 | +make %{?_smp_mflags} | |
76 | + | |
77 | + | |
78 | +%install | |
79 | +make install DESTDIR=%{buildroot} INSTALL="install -p" | |
80 | + | |
81 | +# remove *.la | |
82 | +rm %{buildroot}%{_libdir}/libzmq.la | |
83 | + | |
84 | + | |
85 | +%check | |
86 | +make check | |
87 | + | |
88 | + | |
89 | +%post -p /sbin/ldconfig | |
90 | + | |
91 | + | |
92 | +%postun -p /sbin/ldconfig | |
93 | + | |
94 | + | |
95 | +%files | |
96 | +%doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS README | |
97 | +%{_libdir}/libzmq.so.* | |
98 | + | |
99 | +%files devel | |
100 | +%{_libdir}/libzmq.so | |
101 | +%{_libdir}/pkgconfig/libzmq.pc | |
102 | +%{_includedir}/zmq* | |
103 | +%{_mandir}/man3/zmq* | |
104 | +%{_mandir}/man7/zmq* | |
105 | + | |
106 | + | |
107 | +%changelog | |
108 | +* Thu Nov 13 2014 Thomas Spura <tomspur@fedoraproject.org> - 2.2.0-12 | |
109 | +- cleaning ups according to review (#1145100) | |
110 | +- remove %%defattr | |
111 | +- mention version 2 in summary and description | |
112 | +- remove obsoleted autotools m4s | |
113 | + | |
114 | +* Mon Sep 22 2014 Thomas Spura <tomspur@fedoraproject.org> - 2.2.0-11 | |
115 | +- diable silent roules | |
116 | +- remove obsoletes zeromq-utils | |
117 | +- devel package conflicts with zeromq-devel | |
118 | +- remove el5 macros | |
119 | + | |
120 | +* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-10 | |
121 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild | |
122 | + | |
123 | +* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-9 | |
124 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild | |
125 | + | |
126 | +* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-8 | |
127 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild | |
128 | + | |
129 | +* Fri May 17 2013 Thomas Spura <tomspur@fedoraproject.org> - 2.2.0-7 | |
130 | +- Rebuilt for openpm-5.2 and sed correct version into configure (#963894) | |
131 | + | |
132 | +* Wed Mar 27 2013 Thomas Spura <tomspur@fedoraproject.org> - 2.2.0-6 | |
133 | +- run autoreconf before configure so aarch64 is supported (#926859) | |
134 | + | |
135 | +* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-5 | |
136 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild | |
137 | + | |
138 | +* Mon Jan 14 2013 Thomas Spura <tomspur@fedoraproject.org> - 2.2.0-4 | |
139 | +- delete foreign files with dubious license in %%prep (#892111) | |
140 | + | |
141 | +* Mon Dec 24 2012 Thomas Spura <tomspur@fedoraproject.org> - 2.2.0-3 | |
142 | +- add bcond_without pgm macro (Jose Pedro Oliveira, #867182) | |
143 | +- remove bundled pgm | |
144 | +- build against openpgm | |
145 | + | |
146 | +* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-2 | |
147 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild | |
148 | + | |
149 | +* Thu Apr 26 2012 Thomas Spura <tomspur@fedoraproject.org> - 2.2.0-1 | |
150 | +- update to 2.2.0 | |
151 | + | |
152 | +* Sat Jan 7 2012 Thomas Spura <tomspur@fedoraproject.org> - 2.1.11-1 | |
153 | +- update to 2.1.11 (as part of rebuilding with gcc-4.7) | |
154 | + | |
155 | +* Tue Sep 20 2011 Thomas Spura <tomspur@fedoraproject.org> - 2.1.9-1 | |
156 | +- update to 2.1.9 | |
157 | +- add check section | |
158 | + | |
159 | +* Wed Apr 6 2011 Thomas Spura <tomspur@fedoraproject.org> - 2.1.4-1 | |
160 | +- update to new version (#690199) | |
161 | + | |
162 | +* Wed Mar 23 2011 Thomas Spura <tomspur@fedoraproject.org> - 2.1.3-1 | |
163 | +- update to new version (#690199) | |
164 | +- utils subpackage was removed upstream | |
165 | + (obsolete it) | |
166 | + | |
167 | +* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.10-2 | |
168 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild | |
169 | + | |
170 | +* Thu Jan 13 2011 Pavel Zhukov <pavel@zhukoff.net> - 2.0.10-1 | |
171 | +- update version | |
172 | +- add rpath delete | |
173 | +- change includedir filelist | |
174 | + | |
175 | +* Fri Aug 27 2010 Thomas Spura <tomspur@fedoraproject.org> - 2.0.8-1 | |
176 | +- update to new version | |
177 | + | |
178 | +* Fri Jul 23 2010 Thomas Spura <tomspur@fedoraproject.org> - 2.0.7-4 | |
179 | +- upstream VCS changed | |
180 | +- remove buildroot / %%clean | |
181 | +- change descriptions | |
182 | + | |
183 | +* Tue Jul 20 2010 Thomas Spura <tomspur@fedoraproject.org> - 2.0.7-3 | |
184 | +- move binaries to seperate utils package | |
185 | + | |
186 | +* Sat Jun 12 2010 Thomas Spura <tomspur@fedoraproject.org> - 2.0.7-2 | |
187 | +- remove BR: libstdc++-devel | |
188 | +- move man3 to the devel package | |
189 | +- change group to System Environment/Libraries | |
190 | + | |
191 | +* Sat Jun 12 2010 Thomas Spura <tomspur@fedoraproject.org> - 2.0.7-1 | |
192 | +- initial package (based on upstreams example one) | ... | ... |