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

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