source: projects/specs/trunk/p/perl-YAML-Tiny/perl-YAML-Tiny-vl.spec @ 12120

Revision 12120, 4.7 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Name:           perl-YAML-Tiny
2Version:        1.73
3Release:        1%{?_dist_release}
4Summary:        Read/Write YAML files with as little code as possible
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/YAML-Tiny/
8Source0:        http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/YAML-Tiny-%{version}.tar.gz
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11BuildArch:      noarch
12BuildRequires:  perl(Exporter)
13BuildRequires:  perl(ExtUtils::MakeMaker)
14BuildRequires:  perl(File::Spec)
15BuildRequires:  perl(Scalar::Util)
16BuildRequires:  perl(Test::More)
17BuildRequires:  perl(Test::Pod)
18BuildRequires:  perl(YAML)
19BuildRequires:  perl(YAML::Syck)
20Requires:       perl(Exporter)
21Requires:       perl(Scalar::Util)
22Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
23
24Vendor:         Project Vine
25Distribution:   Vine Linux
26Packager:       shaolin
27
28%{?perl_default_filter}
29
30%description
31YAML::Tiny is a Perl class for reading and writing YAML-style files,
32written with as little code as possible, reducing load time and
33memory overhead.
34
35%prep
36%setup -q -n YAML-Tiny-%{version}
37
38%build
39%{__perl} Makefile.PL INSTALLDIRS=vendor
40make %{?_smp_mflags}
41
42%install
43make pure_install PERL_INSTALL_ROOT=%{buildroot}
44find %{buildroot} -type f -name .packlist -exec rm -f {} \;
45find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
46%{_fixperms} %{buildroot}/*
47
48%check
49make test AUTOMATED_TESTING=1
50
51%files
52%license LICENSE
53%doc Changes README
54%{perl_vendorlib}/*
55%{_mandir}/man3/*
56
57%changelog
58* Sun May 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.73-1
59- new upstream release.
60- rebuilt with perl-5.26.
61
62* Wed Nov 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.51-1
63- updated to 1.51
64- built with perl 5.16.3
65
66* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.50-2
67- rebuild
68
69* Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.50-1
70- initial build for Vine Linux
71
72* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.50-5
73- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
74
75* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.50-4
76- Perl mass rebuild
77
78* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.50-3
79- Perl mass rebuild
80
81* Thu Jul 14 2011 Iain Arnell <iarnell@gmail.com> 1.50-2
82- drop Test::MinimumVersion BR to avoid circular build deps
83
84* Mon Jun 27 2011 Petr Sabata <contyk@redhat.com> - 1.50-1
85- 1.50 bump
86- Cleaning the spec file (I assume pre-EPEL6 compatibility is no longer
87  essential here)
88- Adding Exporter and Scalar::Util (optional but preferred) to BR/Rs
89
90* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.46-2
91- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
92
93* Sat Dec 18 2010 Steven Pritchard <steve@kspei.com> 1.46-1
94- Update to 1.46.
95
96* Tue Dec 07 2010 Steven Pritchard <steve@kspei.com> 1.44-1
97- Update to 1.44.
98
99* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.40-3
100- Mass rebuild with perl-5.12.0
101
102* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.40-2
103- rebuild against perl 5.10.1
104
105* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.40-1
106- auto-update to 1.40 (by cpan-spec-update 0.01)
107
108* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.39-2
109- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
110
111* Sat May 23 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.39-1
112- auto-update to 1.39 (by cpan-spec-update 0.01)
113- added a new br on perl(File::Spec) (version 0.80)
114
115* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36-2
116- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
117
118* Sat Jan 17 2009 Steven Pritchard <steve@kspei.com> 1.36-1
119- Update to 1.36.
120- BR Test::More.
121
122* Fri May 16 2008 Steven Pritchard <steve@kspei.com> 1.32-1
123- Update to 1.32.
124
125* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.25-2
126- rebuild for new perl
127
128* Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 1.25-1
129- Update to 1.25.
130
131* Tue Dec 11 2007 Steven Pritchard <steve@kspei.com> 1.21-1
132- Update to 1.21.
133- Update License tag.
134- BR Test::MinimumVersion.
135
136* Thu Aug 23 2007 Steven Pritchard <steve@kspei.com> 1.14-1
137- Update to 1.14.
138
139* Fri Jul 13 2007 Steven Pritchard <steve@kspei.com> 1.13-1
140- Update to 1.13.
141
142* Fri Jun 08 2007 Steven Pritchard <steve@kspei.com> 1.12-1
143- Update to 1.12.
144
145* Mon May 28 2007 Steven Pritchard <steve@kspei.com> 1.09-1
146- Update to 1.09.
147
148* Sat May 19 2007 Steven Pritchard <steve@kspei.com> 1.08-1
149- Update to 1.08.
150- Update description.
151
152* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 1.04-1
153- Specfile autogenerated by cpanspec 1.70.
154- Drop redundant perl build dependency.
155- BR YAML, YAML::Syck, and Test::Pod for better test coverage.
Note: See TracBrowser for help on using the repository browser.