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

Revision 9104, 4.6 KB checked in by inagaki, 9 years ago (diff)

2014-11-19 Ryoichi INAGAKI <ryo1@…>

  • perl-B-Keywords, perl-PadWalker?, perl-Test-{Base, Differences, Taint}, perl-Text-Autoformat, perl-YAML-Tiny: updated
  • perl-Pod-Spell: rebuilt
  • perl-Capture-Tiny: NEW


Line 
1Name:           perl-YAML-Tiny
2Version:        1.51
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) >= 0.80
15BuildRequires:  perl(Scalar::Util)
16BuildRequires:  perl(Test::More) >= 0.47
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%doc Changes LICENSE README
53%{perl_vendorlib}/*
54%{_mandir}/man3/*
55
56%changelog
57* Wed Nov 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.51-1
58- updated to 1.51
59- built with perl 5.16.3
60
61* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.50-2
62- rebuild
63
64* Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.50-1
65- initial build for Vine Linux
66
67* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.50-5
68- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
69
70* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.50-4
71- Perl mass rebuild
72
73* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.50-3
74- Perl mass rebuild
75
76* Thu Jul 14 2011 Iain Arnell <iarnell@gmail.com> 1.50-2
77- drop Test::MinimumVersion BR to avoid circular build deps
78
79* Mon Jun 27 2011 Petr Sabata <contyk@redhat.com> - 1.50-1
80- 1.50 bump
81- Cleaning the spec file (I assume pre-EPEL6 compatibility is no longer
82  essential here)
83- Adding Exporter and Scalar::Util (optional but preferred) to BR/Rs
84
85* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.46-2
86- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
87
88* Sat Dec 18 2010 Steven Pritchard <steve@kspei.com> 1.46-1
89- Update to 1.46.
90
91* Tue Dec 07 2010 Steven Pritchard <steve@kspei.com> 1.44-1
92- Update to 1.44.
93
94* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.40-3
95- Mass rebuild with perl-5.12.0
96
97* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.40-2
98- rebuild against perl 5.10.1
99
100* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.40-1
101- auto-update to 1.40 (by cpan-spec-update 0.01)
102
103* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.39-2
104- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
105
106* Sat May 23 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.39-1
107- auto-update to 1.39 (by cpan-spec-update 0.01)
108- added a new br on perl(File::Spec) (version 0.80)
109
110* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36-2
111- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
112
113* Sat Jan 17 2009 Steven Pritchard <steve@kspei.com> 1.36-1
114- Update to 1.36.
115- BR Test::More.
116
117* Fri May 16 2008 Steven Pritchard <steve@kspei.com> 1.32-1
118- Update to 1.32.
119
120* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.25-2
121- rebuild for new perl
122
123* Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 1.25-1
124- Update to 1.25.
125
126* Tue Dec 11 2007 Steven Pritchard <steve@kspei.com> 1.21-1
127- Update to 1.21.
128- Update License tag.
129- BR Test::MinimumVersion.
130
131* Thu Aug 23 2007 Steven Pritchard <steve@kspei.com> 1.14-1
132- Update to 1.14.
133
134* Fri Jul 13 2007 Steven Pritchard <steve@kspei.com> 1.13-1
135- Update to 1.13.
136
137* Fri Jun 08 2007 Steven Pritchard <steve@kspei.com> 1.12-1
138- Update to 1.12.
139
140* Mon May 28 2007 Steven Pritchard <steve@kspei.com> 1.09-1
141- Update to 1.09.
142
143* Sat May 19 2007 Steven Pritchard <steve@kspei.com> 1.08-1
144- Update to 1.08.
145- Update description.
146
147* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 1.04-1
148- Specfile autogenerated by cpanspec 1.70.
149- Drop redundant perl build dependency.
150- BR YAML, YAML::Syck, and Test::Pod for better test coverage.
Note: See TracBrowser for help on using the repository browser.